Added deskpro386 and fixed 24bpp mode issues of the Mach64GX/VT2.

This commit is contained in:
TC1995
2022-03-18 21:22:18 +01:00
parent dcd54bff3f
commit 9b0f04d4a9
4 changed files with 415 additions and 155 deletions

View File

@@ -407,6 +407,7 @@ extern int machine_at_cmdpc_init(const machine_t *);
extern int machine_at_portableii_init(const machine_t *);
extern int machine_at_portableiii_init(const machine_t *);
extern int machine_at_portableiii386_init(const machine_t *);
extern int machine_at_deskpro386_init(const machine_t *);
#ifdef EMU_DEVICE_H
extern const device_t *at_cpqiii_get_device(void);
#endif