summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2013-04-12 15:05:24 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2013-04-12 15:05:24 +0000
commit39fb71c6514f93fd6092c91ca1a50eef184dc26f (patch)
tree1157c3f9768683d231cd46dcbbb87a8a9f90945f /src
parent30a5a9c9585abbd1e483ae54d262ef7992a8cfc9 (diff)
fixed typo regression (nw)
Diffstat (limited to 'src')
-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"),