summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/segahang.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/segahang.h')
-rw-r--r--src/mame/includes/segahang.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/segahang.h b/src/mame/includes/segahang.h
index 9b3c9ed1a1f..88841e5eea6 100644
--- a/src/mame/includes/segahang.h
+++ b/src/mame/includes/segahang.h
@@ -88,7 +88,7 @@ private:
uint8_t analog_r();
// Z80 sound CPU read/write handlers
- DECLARE_READ8_MEMBER( sound_data_r );
+ uint8_t sound_data_r();
// I8751-related VBLANK interrupt handlers
INTERRUPT_GEN_MEMBER( i8751_main_cpu_vblank );