summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/mos6526.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/mos6526.cpp')
-rw-r--r--src/devices/machine/mos6526.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/mos6526.cpp b/src/devices/machine/mos6526.cpp
index d2ed3ee9c8f..0caaa244d9e 100644
--- a/src/devices/machine/mos6526.cpp
+++ b/src/devices/machine/mos6526.cpp
@@ -494,7 +494,7 @@ void mos6526_device::update_interrupt()
m_icr |= ICR_TB;
}
-// m_icr_read = false;
+// m_icr_read = false;
}
@@ -691,7 +691,7 @@ void mos6526_device::device_reset()
m_ir1 = 0;
m_icr = 0;
m_imr = 0;
-// m_icr_read = false;
+// m_icr_read = false;
m_pc = 1;
m_flag = 1;