diff options
Diffstat (limited to 'src/devices/machine/m68sfdc.cpp')
-rw-r--r-- | src/devices/machine/m68sfdc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/m68sfdc.cpp b/src/devices/machine/m68sfdc.cpp index 1f9b37acf4c..e0cb6b8109b 100644 --- a/src/devices/machine/m68sfdc.cpp +++ b/src/devices/machine/m68sfdc.cpp @@ -150,7 +150,7 @@ WRITE_LINE_MEMBER(m68sfdc_device::handle_nmi) m_nmi_handler(state); } -void m68sfdc_device::device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) +void m68sfdc_device::device_timer(emu_timer &timer, device_timer_id id, int param) { switch (id) { |