summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/macadb.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2013-02-11 07:44:56 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2013-02-11 07:44:56 +0000
commita440a8e0200a36491ae540f6f00beae59c148549 (patch)
treeb4c31ebadaa2857396c37178674086420bf1658f /src/mess/machine/macadb.c
parent4b0b4e6b2fa7eb5105859f561354662d479f53be (diff)
Cleanups and version bumpmame0148u1
Diffstat (limited to 'src/mess/machine/macadb.c')
-rw-r--r--src/mess/machine/macadb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/macadb.c b/src/mess/machine/macadb.c
index 84cdc6557e9..7602c67389f 100644
--- a/src/mess/machine/macadb.c
+++ b/src/mess/machine/macadb.c
@@ -76,7 +76,7 @@ static const char *const adb_statenames[4] = { "NEW", "EVEN", "ODD", "IDLE" };
int mac_state::adb_pollkbd(int update)
{
int i, j, keybuf, report, codes[2], result;
- ioport_port *ports[6] = { m_key0, m_key1, m_key2, m_key3, m_key4, m_key5 };
+ ioport_port *ports[6] = { m_key0, m_key1, m_key2, m_key3, m_key4, m_key5 };
codes[0] = codes[1] = 0xff; // key up
report = result = 0;