diff options
Diffstat (limited to 'src/mame/includes/gstriker.h')
-rw-r--r-- | src/mame/includes/gstriker.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mame/includes/gstriker.h b/src/mame/includes/gstriker.h index 95bb6de33f2..4a3dc56a018 100644 --- a/src/mame/includes/gstriker.h +++ b/src/mame/includes/gstriker.h @@ -50,6 +50,11 @@ public: required_shared_ptr<uint16_t> m_mixerregs1; required_shared_ptr<uint16_t> m_mixerregs2; + enum { + TECMO_WCUP94_MCU = 1, + TECMO_WCUP94A_MCU, + VGOAL_SOCCER_MCU + }m_mcutype; int m_gametype; uint16_t m_mcu_data; uint16_t m_prot_reg[2]; |