Added the NEC PowerMate V (it now works!) and made two 430TX machines use hardware monitors (warning: wrong VCORE's).

This commit is contained in:
OBattler
2020-04-14 12:56:45 +02:00
parent dc22997027
commit acabd3d136
4 changed files with 96 additions and 1 deletions

View File

@@ -266,6 +266,7 @@ extern int machine_at_president_init(const machine_t *);
extern int machine_at_apollo_init(const machine_t *);
#if defined(DEV_BRANCH) && defined(USE_VECTRA54)
extern int machine_at_vectra54_init(const machine_t *);
extern int machine_at_powermate_v_init(const machine_t *);
#endif
#ifdef EMU_DEVICE_H