summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/gottlieb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/gottlieb.h')
-rw-r--r--src/mame/audio/gottlieb.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mame/audio/gottlieb.h b/src/mame/audio/gottlieb.h
index 53442656997..4b444185879 100644
--- a/src/mame/audio/gottlieb.h
+++ b/src/mame/audio/gottlieb.h
@@ -52,6 +52,7 @@ public:
// internal communications
DECLARE_INPUT_CHANGED_MEMBER(audio_nmi);
+ void gottlieb_sound_r0_map(address_map &map);
protected:
// device-level overrides
virtual void device_add_mconfig(machine_config &config) override;
@@ -85,6 +86,7 @@ public:
DECLARE_WRITE8_MEMBER( speech_clock_dac_w );
DECLARE_WRITE_LINE_MEMBER( votrax_request );
+ void gottlieb_sound_r1_map(address_map &map);
protected:
gottlieb_sound_r1_device(
const machine_config &mconfig,
@@ -151,6 +153,8 @@ public:
DECLARE_WRITE8_MEMBER( sp0250_latch_w );
DECLARE_WRITE8_MEMBER( psg_latch_w );
+ void gottlieb_sound_r2_map(address_map &map);
+ void gottlieb_speech_r2_map(address_map &map);
protected:
// device-level overrides
virtual void device_add_mconfig(machine_config &config) override;