diff options
Diffstat (limited to 'src/devices/video/mc6847.cpp')
-rw-r--r-- | src/devices/video/mc6847.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/mc6847.cpp b/src/devices/video/mc6847.cpp index 56f14f3e307..972e77d0165 100644 --- a/src/devices/video/mc6847.cpp +++ b/src/devices/video/mc6847.cpp @@ -253,7 +253,7 @@ void mc6847_friend_device::update_field_sync_timer() // device_timer //------------------------------------------------- -void mc6847_friend_device::device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) +void mc6847_friend_device::device_timer(emu_timer &timer, device_timer_id id, int param) { switch(id) { |