summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/srmp2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/srmp2.h')
-rw-r--r--src/mame/includes/srmp2.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/includes/srmp2.h b/src/mame/includes/srmp2.h
index f05170a6c39..54b4c814890 100644
--- a/src/mame/includes/srmp2.h
+++ b/src/mame/includes/srmp2.h
@@ -53,13 +53,12 @@ public:
DECLARE_WRITE8_MEMBER(srmp2_irq2_ack_w);
DECLARE_WRITE8_MEMBER(srmp2_irq4_ack_w);
DECLARE_WRITE16_MEMBER(srmp2_flags_w);
- DECLARE_WRITE16_MEMBER(srmp2_adpcm_code_w);
+ DECLARE_WRITE8_MEMBER(adpcm_code_w);
// srmp3
DECLARE_WRITE8_MEMBER(srmp3_rombank_w);
DECLARE_WRITE8_MEMBER(srmp3_flags_w);
DECLARE_WRITE8_MEMBER(srmp3_irq_ack_w);
- DECLARE_WRITE8_MEMBER(srmp3_adpcm_code_w);
virtual void machine_start() override;
DECLARE_MACHINE_START(srmp2);