summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/asst128.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/asst128.cpp')
-rw-r--r--src/mame/drivers/asst128.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/asst128.cpp b/src/mame/drivers/asst128.cpp
index 67f2c7b5d01..70f091da1de 100644
--- a/src/mame/drivers/asst128.cpp
+++ b/src/mame/drivers/asst128.cpp
@@ -99,7 +99,7 @@ static MACHINE_CONFIG_START( asst128 )
MCFG_CPU_IRQ_ACKNOWLEDGE_DEVICE("mb:pic8259", pic8259_device, inta_cb)
MCFG_DEVICE_ADD("mb", ASST128_MOTHERBOARD, 0)
- asst128_mb_device::static_set_cputag(*device, "maincpu");
+ asst128_mb_device::static_set_cputag(*device, "^maincpu");
MCFG_DEVICE_INPUT_DEFAULTS(asst128)
MCFG_DEVICE_MODIFY("mb:cassette")