Add a 386SX Award v4.20 machine

As well as a basic implementation of the OPTi 291 chipset that it uses.
This commit is contained in:
nerd73
2020-07-03 00:18:16 -06:00
parent 03932a329f
commit 5b260dbfd4
5 changed files with 167 additions and 1 deletions

View File

@@ -240,6 +240,8 @@ extern int machine_at_adi386sx_init(const machine_t *);
extern int machine_at_commodore_sl386sx_init(const machine_t *);
extern int machine_at_wd76c10_init(const machine_t *);
extern int machine_at_awardsx_init(const machine_t *);
#ifdef EMU_DEVICE_H
extern const device_t *at_ama932j_get_device(void);
extern const device_t *at_commodore_sl386sx_get_device(void);