summaryrefslogtreecommitdiffstats
path: root/src/emu/drivers/testcpu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/drivers/testcpu.cpp')
-rw-r--r--src/emu/drivers/testcpu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/drivers/testcpu.cpp b/src/emu/drivers/testcpu.cpp
index 574e6fc88b3..1cdb945db88 100644
--- a/src/emu/drivers/testcpu.cpp
+++ b/src/emu/drivers/testcpu.cpp
@@ -38,7 +38,7 @@ public:
}
// timer callback; used to wrest control of the system
- virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) override
+ virtual void device_timer(emu_timer &timer, device_timer_id id, int param) override
{
static const u32 sample_instructions[] =
{