Add Virtual PC 2007 machine

This commit is contained in:
RichardG867
2020-07-24 13:48:20 -03:00
parent bf97498626
commit 58b683eb3a
3 changed files with 45 additions and 1 deletions

View File

@@ -418,6 +418,9 @@ extern int machine_at_ax6bc_init(const machine_t *);
extern int machine_at_atc6310bxii_init(const machine_t *);
extern int machine_at_tsunamiatx_init(const machine_t *);
extern int machine_at_p6sba_init(const machine_t *);
#if defined(DEV_BRANCH) && defined(USE_VIRTUALPC)
extern int machine_at_vpc2007_init(const machine_t *);
#endif
#ifdef EMU_DEVICE_H
extern const device_t *at_tsunamiatx_get_device(void);