diff options
Diffstat (limited to 'src/mame/includes/champbas.h')
-rw-r--r-- | src/mame/includes/champbas.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/champbas.h b/src/mame/includes/champbas.h index 917c80d9ab7..70d82340623 100644 --- a/src/mame/includes/champbas.h +++ b/src/mame/includes/champbas.h @@ -112,6 +112,7 @@ public: void exctsccr(machine_config &config); void exctsccrb(machine_config &config); + void exctscc2(machine_config &config); protected: TIMER_DEVICE_CALLBACK_MEMBER(exctsccr_sound_irq); @@ -129,6 +130,7 @@ protected: void exctsccrb_map(address_map &map); void exctsccr_sound_map(address_map &map); void exctsccr_sound_io_map(address_map &map); + void exctscc2_sound_io_map(address_map &map); private: required_device<cpu_device> m_audiocpu; |