summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/rtpc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/rtpc.cpp')
-rw-r--r--src/mame/drivers/rtpc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/rtpc.cpp b/src/mame/drivers/rtpc.cpp
index 17ef1ebdd66..4d04c90107f 100644
--- a/src/mame/drivers/rtpc.cpp
+++ b/src/mame/drivers/rtpc.cpp
@@ -165,7 +165,7 @@ protected:
void crrb_w(u8 data);
void dia_w(u8 data);
- void mcu_timer(timer_device &timer, void *ptr, s32 param)
+ void mcu_timer(timer_device &timer, s32 param)
{
m_mcu_p3 ^= 0x10;
m_mcu->set_input_line(MCS51_T0_LINE, BIT(m_mcu_p3, 4));