summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/tms5110.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/tms5110.h')
-rw-r--r--src/devices/sound/tms5110.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/tms5110.h b/src/devices/sound/tms5110.h
index 5fe20f8fcc2..76f5c38ed51 100644
--- a/src/devices/sound/tms5110.h
+++ b/src/devices/sound/tms5110.h
@@ -63,7 +63,7 @@ public:
// this is only used by cvs.c
// it is not related at all to the speech generation and conflicts with the new ROM controller interface.
- DECLARE_READ8_MEMBER( romclk_hack_r );
+ DECLARE_READ_LINE_MEMBER( romclk_hack_r );
void set_frequency(int frequency);