summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/pc1512.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/pc1512.c')
-rw-r--r--src/mess/drivers/pc1512.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mess/drivers/pc1512.c b/src/mess/drivers/pc1512.c
index e75fdbe33ad..9bb0cdc52fc 100644
--- a/src/mess/drivers/pc1512.c
+++ b/src/mess/drivers/pc1512.c
@@ -1131,6 +1131,7 @@ void pc1512_state::machine_reset()
m_nmi_enable = 0;
m_toggle = 0;
m_kb_bits = 0;
+ m_pit2 = 1;
m_lpen = 0;
m_blink = 0;