summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/dcon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/dcon.h')
-rw-r--r--src/mame/includes/dcon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/dcon.h b/src/mame/includes/dcon.h
index af6bcd1457b..d651a1262cf 100644
--- a/src/mame/includes/dcon.h
+++ b/src/mame/includes/dcon.h
@@ -44,7 +44,7 @@ private:
uint16_t m_scroll_ram[6];
uint16_t m_layer_en;
- DECLARE_READ8_MEMBER(sdgndmps_sound_comms_r);
+ u8 sdgndmps_sound_comms_r(offs_t offset);
DECLARE_WRITE16_MEMBER(layer_en_w);
DECLARE_WRITE16_MEMBER(layer_scroll_w);