summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/kb3600.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/kb3600.c')
-rw-r--r--src/emu/machine/kb3600.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/machine/kb3600.c b/src/emu/machine/kb3600.c
index de24bd3f822..62d961ba51a 100644
--- a/src/emu/machine/kb3600.c
+++ b/src/emu/machine/kb3600.c
@@ -160,7 +160,7 @@ void ay3600_device::device_timer(emu_timer &timer, device_timer_id id, int param
if (!found)
{
- ako = 1;
+ ako = 1;
if (m_b != b)
{
@@ -181,7 +181,7 @@ void ay3600_device::device_timer(emu_timer &timer, device_timer_id id, int param
}
}
}
- else // key released, unmark it from the keys_down table
+ else // key released, unmark it from the keys_down table
{
for (int k = 0; k < MAX_KEYS_DOWN; k++)
{