summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/mame/includes/model1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/model1.h b/src/mame/includes/model1.h
index fedb0f4c055..475afe18e29 100644
--- a/src/mame/includes/model1.h
+++ b/src/mame/includes/model1.h
@@ -11,7 +11,7 @@ public:
model1_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
- m_audiocpu(*this, "maincpu"),
+ m_audiocpu(*this, "audiocpu"),
m_dsbz80(*this, DSBZ80_TAG),
m_mr2(*this, "mr2"),
m_mr(*this, "mr"),