summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/genpc.cpp
diff options
context:
space:
mode:
author cracyc <cracyc@users.noreply.github.com>2024-07-02 16:00:52 -0500
committer cracyc <cracyc@users.noreply.github.com>2024-07-02 16:00:52 -0500
commit1fd311c57e4d6fba602e1b32abe1d2dfd3d10002 (patch)
treeed5730863d66ba2d630430323d7c0422b67503e2 /src/devices/machine/genpc.cpp
parent3d0c8ae5de4f03b03c9a6ac86c20c9fad79ea62f (diff)
genpc: use tag for maincpu
Diffstat (limited to 'src/devices/machine/genpc.cpp')
-rw-r--r--src/devices/machine/genpc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/genpc.cpp b/src/devices/machine/genpc.cpp
index 9426b6cbb8f..8b2f350d44a 100644
--- a/src/devices/machine/genpc.cpp
+++ b/src/devices/machine/genpc.cpp
@@ -468,7 +468,7 @@ void ibm5160_mb_device::device_add_mconfig(machine_config &config)
m_isabus->drq2_callback().set(m_dma8237, FUNC(am9517a_device::dreq2_w));
m_isabus->drq3_callback().set(m_dma8237, FUNC(am9517a_device::dreq3_w));
m_isabus->iochck_callback().set(FUNC(ibm5160_mb_device::iochck_w));
- m_isabus->iochrdy_callback().set_inputline(m_maincpu, INPUT_LINE_HALT);
+ m_isabus->iochrdy_callback().set_inputline(":maincpu", INPUT_LINE_HALT);
/* sound hardware */
SPEAKER(config, "mono").front_center();