Update machine.h

I want to see if I can add the Gateway 2000 OEM-based Zappa ROM.
This commit is contained in:
anabate123
2020-06-10 18:45:35 -04:00
committed by GitHub
parent cea9298491
commit 226966101e

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 *);