summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pc4.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pc4.cpp')
-rw-r--r--src/mame/drivers/pc4.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/pc4.cpp b/src/mame/drivers/pc4.cpp
index 1f2e19ee4fd..99f3745b145 100644
--- a/src/mame/drivers/pc4.cpp
+++ b/src/mame/drivers/pc4.cpp
@@ -218,6 +218,7 @@ void pc4_state::machine_start()
m_direction = 1;
m_disp_shift = 0;
m_blink = 0;
+ m_busy_flag = 0;
}
void pc4_state::pc4(machine_config &config)