diff options
Diffstat (limited to 'src/devices/bus/nes_ctrl/bcbattle.cpp')
-rw-r--r-- | src/devices/bus/nes_ctrl/bcbattle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/nes_ctrl/bcbattle.cpp b/src/devices/bus/nes_ctrl/bcbattle.cpp index b8c4ed57e6d..7d97236b6e4 100644 --- a/src/devices/bus/nes_ctrl/bcbattle.cpp +++ b/src/devices/bus/nes_ctrl/bcbattle.cpp @@ -33,7 +33,7 @@ void nes_bcbattle_device::device_add_mconfig(machine_config &config) // This part is the hacky replacement for the real Barcode unit [shared with SNES implementation]: // code periodically checks whether a new code has been scanned and it moves it to the // m_current_barcode array -void nes_bcbattle_device::device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) +void nes_bcbattle_device::device_timer(emu_timer &timer, device_timer_id id, int param) { if (id == TIMER_BATTLER) { |