summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/atpci.cpp
diff options
context:
space:
mode:
author yz70s <yz70s@users.noreply.github.com>2019-12-21 22:16:48 +0100
committer yz70s <yz70s@users.noreply.github.com>2019-12-21 22:20:39 +0100
commitbdc93df0cf1945f1e36b356c78b7477825eddd4b (patch)
treea3b2e52a9087f35b7952d6b04b73d4b2666c5387 /src/mame/drivers/atpci.cpp
parent092798b52fba14c3d738ca729b58af573c5a8e78 (diff)
Substitute some cases of deprecated tag lookups with device finders (nw)
Diffstat (limited to 'src/mame/drivers/atpci.cpp')
-rw-r--r--src/mame/drivers/atpci.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/atpci.cpp b/src/mame/drivers/atpci.cpp
index 82bd6d3fa5d..3049e64e5b6 100644
--- a/src/mame/drivers/atpci.cpp
+++ b/src/mame/drivers/atpci.cpp
@@ -48,7 +48,7 @@ WRITE8_MEMBER(at586_state::boot_state_w)
void at586_state::tx_config(device_t *device)
{
- downcast<i82439tx_device *>(device)->set_cpu("maincpu");
+ downcast<i82439tx_device *>(device)->set_cpu(":maincpu");
downcast<i82439tx_device *>(device)->set_region("isa");
}