From 226966101e527756e318d7265c3b4e925b104618 Mon Sep 17 00:00:00 2001 From: anabate123 <62159176+anabate123@users.noreply.github.com> Date: Wed, 10 Jun 2020 18:45:35 -0400 Subject: [PATCH] Update machine.h I want to see if I can add the Gateway 2000 OEM-based Zappa ROM. --- src/include/86box/machine.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/include/86box/machine.h b/src/include/86box/machine.h index a1cf1ff45..6564d4edc 100644 --- a/src/include/86box/machine.h +++ b/src/include/86box/machine.h @@ -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 *);