Merge pull request #797 from anabate123/master

Added the Gateway 2000 OEM-based Zappa ROM
This commit is contained in:
OBattler
2020-06-11 16:04:21 +02:00
committed by GitHub
3 changed files with 31 additions and 0 deletions

View File

@@ -270,6 +270,7 @@ extern int machine_at_430nx_init(const machine_t *);
extern int machine_at_p54tp4xe_init(const machine_t *);
extern int machine_at_endeavor_init(const machine_t *);
extern int machine_at_zappa_init(const machine_t *);
extern int machine_at_gw2kzp_init(const machine_t *);
extern int machine_at_mb500n_init(const machine_t *);
#if defined(DEV_BRANCH) && defined(USE_VECTRA54)
extern int machine_at_vectra54_init(const machine_t *);