Added the SiS Rabbit

Some high-end 386DX chipset
This commit is contained in:
tiseno100
2020-06-06 07:46:59 +03:00
committed by GitHub
parent df72311429
commit 53ffc9ae72
6 changed files with 24 additions and 2 deletions

View File

@@ -59,6 +59,7 @@ extern const device_t scat_sx_device;
extern const device_t cs8230_device;
/* SiS */
extern const device_t rabbit_device;
extern const device_t sis_85c471_device;
extern const device_t sis_85c496_device;
#if defined(DEV_BRANCH) && defined(USE_SIS_85C50X)

View File

@@ -214,6 +214,7 @@ extern const device_t *at_commodore_sl386sx_get_device(void);
/* m_at_386dx_486.c */
extern int machine_at_acc386_init(const machine_t *);
extern int machine_at_asus386_init(const machine_t *);
extern int machine_at_ecs386_init(const machine_t *);
extern int machine_at_micronics386_init(const machine_t *);