Move the Compaq Deskpro 386 to the Dev branch

This commit is contained in:
Alexander Babikov
2022-04-12 15:26:16 +05:00
parent 97b6d57412
commit 355250216f
6 changed files with 21 additions and 0 deletions

View File

@@ -514,7 +514,9 @@ 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 *);
#if defined(DEV_BRANCH) && defined(USE_DESKPRO386)
extern int machine_at_deskpro386_init(const machine_t *);
#endif
#ifdef EMU_DEVICE_H
extern const device_t *at_cpqiii_get_device(void);
#endif