Remove vpc2007 from devbranch, part 2

This commit is contained in:
RichardG867
2020-08-27 13:50:01 -03:00
parent 24041d2c93
commit 37ce51ffb7
3 changed files with 1 additions and 16 deletions

View File

@@ -424,9 +424,7 @@ 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);