summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/mac.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/mac.c
parent4b0b4e6b2fa7eb5105859f561354662d479f53be (diff)
Cleanups and version bumpmame0148u1
Diffstat (limited to 'src/mess/machine/mac.c')
-rw-r--r--src/mess/machine/mac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/mac.c b/src/mess/machine/mac.c
index 3184b632474..a8a26cef0d9 100644
--- a/src/mess/machine/mac.c
+++ b/src/mess/machine/mac.c
@@ -562,7 +562,7 @@ static int scan_keyboard(running_machine &machine)
int keybuf = 0;
int keycode;
mac_state *mac = machine.driver_data<mac_state>();
- ioport_port *ports[7] = { mac->m_key0, mac->m_key1, mac->m_key2, mac->m_key3, mac->m_key4, mac->m_key5, mac->m_key6 };
+ ioport_port *ports[7] = { mac->m_key0, mac->m_key1, mac->m_key2, mac->m_key3, mac->m_key4, mac->m_key5, mac->m_key6 };
if (mac->m_keycode_buf_index)
{