summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/balsente.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/balsente.cpp')
-rw-r--r--src/mame/machine/balsente.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/balsente.cpp b/src/mame/machine/balsente.cpp
index 803b5dc5325..d9bde8cb7ae 100644
--- a/src/mame/machine/balsente.cpp
+++ b/src/mame/machine/balsente.cpp
@@ -843,7 +843,7 @@ void balsente_state::set_counter_0_ff(timer_device &timer, int newstate)
{
m_counter[0].count--;
if (m_counter[0].count == 0)
- balsente_counter_callback(timer, NULL, 0);
+ balsente_counter_callback(timer, nullptr, 0);
}
}