Mass ALi work

It includes the M1489 which the rewritten M1429. Also a machine for the new 931APM SIO
This commit is contained in:
tiseno100
2020-08-10 12:20:29 +03:00
committed by GitHub
parent 965511c6a2
commit 415a4c4f58
8 changed files with 633 additions and 65 deletions

View File

@@ -23,6 +23,9 @@ extern const device_t acc2168_device;
/* ALi */
extern const device_t ali1429_device;
#if defined(DEV_BRANCH) && defined(USE_M1489)
extern const device_t ali1489_device;
#endif
/* AMD */
extern const device_t amd640_device;

View File

@@ -290,6 +290,9 @@ extern int machine_at_486ap4_init(const machine_t *);
#if defined(DEV_BRANCH) && defined(NO_SIO)
extern int machine_at_486vipio2_init(const machine_t *);
#endif
#if defined(DEV_BRANCH) && defined(USE_M1489)
extern int machine_at_abpb4_init(const machine_t *);
#endif
#if defined(DEV_BRANCH) && defined(USE_STPC)
extern int machine_at_itoxstar_init(const machine_t *);
extern int machine_at_arb1479_init(const machine_t *);
@@ -370,6 +373,7 @@ extern int machine_at_p55va_init(const machine_t *);
extern int machine_at_i430vx_init(const machine_t *);
extern int machine_at_brio80xx_init(const machine_t *);
extern int machine_at_8500tvxa_init(const machine_t *);
extern int machine_at_presario4500_init(const machine_t *);
extern int machine_at_pb680_init(const machine_t *);
extern int machine_at_nupro592_init(const machine_t *);