summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mcr.cpp
diff options
context:
space:
mode:
author mooglyguy <therealmogminer@gmail.com>2018-06-22 17:15:52 +0200
committer mooglyguy <therealmogminer@gmail.com>2018-06-23 12:59:38 +0200
commitb307f27d54ec161b781fb48e88b426016d65d7a3 (patch)
tree6acecc79518aa8040e2e582e16c2b1369e421d4d /src/mame/drivers/mcr.cpp
parent6d3d5a6385f502df348263ec37502188429f3cd1 (diff)
mcr, mcr3, pt68k4, rex6000: Removed machine().device, nw
Diffstat (limited to 'src/mame/drivers/mcr.cpp')
-rw-r--r--src/mame/drivers/mcr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mcr.cpp b/src/mame/drivers/mcr.cpp
index 5a3d0f5181a..7b6c962c3b0 100644
--- a/src/mame/drivers/mcr.cpp
+++ b/src/mame/drivers/mcr.cpp
@@ -2964,7 +2964,7 @@ void mcr_state::init_demoderb()
m_ssio->set_custom_output(4, 0xff, write8_delegate(FUNC(mcr_state::demoderb_op4_w),this));
/* the SSIO Z80 doesn't have any program to execute */
- machine().device<cpu_device>("ssio:cpu")->suspend(SUSPEND_REASON_DISABLE, 1);
+ m_ssio->suspend_cpu();
}