summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mikie.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mikie.cpp')
-rw-r--r--src/mame/drivers/mikie.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mikie.cpp b/src/mame/drivers/mikie.cpp
index 0ea82a43983..807df8b5e9f 100644
--- a/src/mame/drivers/mikie.cpp
+++ b/src/mame/drivers/mikie.cpp
@@ -66,7 +66,7 @@ Stephh's notes (based on the games M6809 code and some tests) :
*
*************************************/
-READ8_MEMBER(mikie_state::mikie_sh_timer_r)
+uint8_t mikie_state::mikie_sh_timer_r()
{
int clock = m_audiocpu->total_cycles() / MIKIE_TIMER_RATE;