summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/n64.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/n64.cpp')
-rw-r--r--src/mame/machine/n64.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/machine/n64.cpp b/src/mame/machine/n64.cpp
index 26f62632c8b..c0046b6ee7d 100644
--- a/src/mame/machine/n64.cpp
+++ b/src/mame/machine/n64.cpp
@@ -19,9 +19,9 @@ n64_periphs::n64_periphs(const machine_config &mconfig, const char *tag, device_
, dd_present(false)
, disk_present(false)
, cart_present(false)
- , m_vr4300(*this, ":maincpu")
- , m_rsp(*this, ":rsp")
- , ai_dac(*this, "dac%u", 1U)
+ , m_vr4300(*this, "^maincpu")
+ , m_rsp(*this, "^rsp")
+ , ai_dac(*this, "^dac%u", 1U)
{
for (int32_t i = 0; i < 256; i++)
{