summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/kb3600.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2014-04-07 06:04:18 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2014-04-07 06:04:18 +0000
commitfec65e0b5766ade69e086d1c5b859d97494fce56 (patch)
treec22b07938e9ad590184f1276bc2bead6d888a78d /src/emu/machine/kb3600.c
parent30d94e51c53f30187a1bc565ef33e4744319790e (diff)
Cleanups and version bumpmame0153
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++)
{