summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/abc1600mac.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2014-04-22 14:18:30 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2014-04-22 14:18:30 +0000
commita822b1241684d5917d5099adff393aa17c45e077 (patch)
treedfb059df1d283a3586cfc04a57be0cf7ee3b3905 /src/mess/machine/abc1600mac.c
parentc0d35f1990f278c21f0e34577084c672f82ba566 (diff)
m68000 callbacks to delegates (nw)
Diffstat (limited to 'src/mess/machine/abc1600mac.c')
-rw-r--r--src/mess/machine/abc1600mac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/abc1600mac.c b/src/mess/machine/abc1600mac.c
index 4d8b7e1fe84..de3f16fc377 100644
--- a/src/mess/machine/abc1600mac.c
+++ b/src/mess/machine/abc1600mac.c
@@ -321,7 +321,7 @@ void abc1600_mac_device::write_supervisor_memory(address_space &space, offs_t of
int abc1600_mac_device::get_fc()
{
- UINT16 fc = m68k_get_fc(m_cpu);
+ UINT16 fc = m_cpu->get_fc();
m_ifc2 = !(!(MAGIC || FC0) || FC2);