diff options
Diffstat (limited to 'src/mame/machine/vino.cpp')
-rw-r--r-- | src/mame/machine/vino.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/vino.cpp b/src/mame/machine/vino.cpp index 4d4085ebd8e..ef9d72acc68 100644 --- a/src/mame/machine/vino.cpp +++ b/src/mame/machine/vino.cpp @@ -146,7 +146,7 @@ void vino_device::device_add_mconfig(machine_config &config) IMAGE_AVIVIDEO(config, m_avivideo); } -void vino_device::device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) +void vino_device::device_timer(emu_timer &timer, device_timer_id id, int param) { if (id == TIMER_FETCH_CHA || id == TIMER_FETCH_CHB) fetch_pixel((int)id); |