Added the Amstrad PC5286 and PC7286.
This commit is contained in:
@@ -523,7 +523,11 @@ extern int machine_at_neat_ami_init(const machine_t *);
|
||||
extern int machine_at_3302_init(const machine_t *);
|
||||
extern int machine_at_px286_init(const machine_t *);
|
||||
|
||||
/* SCAMP */
|
||||
extern int machine_at_pc7286_init(const machine_t *);
|
||||
|
||||
/* SCAT */
|
||||
extern int machine_at_pc5286_init(const machine_t *);
|
||||
extern int machine_at_gw286ct_init(const machine_t *);
|
||||
extern int machine_at_gdc212m_init(const machine_t *);
|
||||
extern int machine_at_award286_init(const machine_t *);
|
||||
|
||||
@@ -31,6 +31,12 @@ extern const device_t f82c710_pc5086_device;
|
||||
/* Commodore */
|
||||
extern const device_t cbm_io_device;
|
||||
|
||||
/* Dataworld 90C50 (COMBAT) */
|
||||
#define DW90C50_IDE 0x00001
|
||||
|
||||
extern const device_t dw90c50_device;
|
||||
|
||||
extern const device_t pc87310_device;
|
||||
/* SM(S)C */
|
||||
#define FDC37C651 0x00051
|
||||
#define FDC37C661 0x00061
|
||||
|
||||
Reference in New Issue
Block a user