summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/kaneko_calc3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/kaneko_calc3.cpp')
-rw-r--r--src/mame/machine/kaneko_calc3.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/kaneko_calc3.cpp b/src/mame/machine/kaneko_calc3.cpp
index e5e7a128561..10390dae679 100644
--- a/src/mame/machine/kaneko_calc3.cpp
+++ b/src/mame/machine/kaneko_calc3.cpp
@@ -1706,7 +1706,7 @@ void kaneko_calc3_device::mcu_run()
{
int length;
- length = decompress_table(commandtabl, 0, m_writeaddress_current-2);
+ length = decompress_table(commandtabl, nullptr, m_writeaddress_current-2);
if (length)
{