diff options
Diffstat (limited to 'src/mame/tvgames/spg2xx.h')
| -rw-r--r-- | src/mame/tvgames/spg2xx.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mame/tvgames/spg2xx.h b/src/mame/tvgames/spg2xx.h index ba05d0fa3a1..191392c39c6 100644 --- a/src/mame/tvgames/spg2xx.h +++ b/src/mame/tvgames/spg2xx.h @@ -11,6 +11,7 @@ #include "machine/eepromser.h" #include "machine/i2cmem.h" #include "machine/spg2xx.h" +#include "machine/timer.h" #include "screen.h" #include "softlist.h" @@ -104,10 +105,14 @@ public: { } void pballpup(machine_config &config); + void mpntbalt(machine_config &config); + void mpntball(machine_config &config); private: uint16_t porta_r(); virtual void porta_w(offs_t offset, uint16_t data, uint16_t mem_mask = ~0) override; + void porta_nobank_w(offs_t offset, uint16_t data, uint16_t mem_mask = ~0); + TIMER_DEVICE_CALLBACK_MEMBER(gun_irq); required_device<eeprom_serial_93cxx_device> m_eeprom; }; |
