diff options
Diffstat (limited to 'src/devices/cpu/alto2/alto2cpu.cpp')
-rw-r--r-- | src/devices/cpu/alto2/alto2cpu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/alto2/alto2cpu.cpp b/src/devices/cpu/alto2/alto2cpu.cpp index 98cba1502d1..5d093a96966 100644 --- a/src/devices/cpu/alto2/alto2cpu.cpp +++ b/src/devices/cpu/alto2/alto2cpu.cpp @@ -2286,7 +2286,7 @@ void alto2_cpu_device::execute_run() * the bitclk sequence by leaving m_bitclk_time at -1. */ m_bitclk_time -= ucycle; - disk_bitclk(nullptr, m_bitclk_index); + disk_bitclk(m_bitclk_index); } m_mpc = m_next; // next instruction's micro program counter |