summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/boogwing.h
diff options
context:
space:
mode:
author Dirk Best <mail@dirk-best.de>2017-10-27 02:48:05 +0200
committer Dirk Best <mail@dirk-best.de>2017-10-27 02:48:35 +0200
commita72c80ab9d3ff7a4dbcf43d234a86b2638961f48 (patch)
tree9669d06f4fe6692531808f8903354369d4a57842 /src/mame/includes/boogwing.h
parentf7153dca8b2a00aacce876b8b6009c6d5434ffef (diff)
deco146: Fully handle sound latch internal in the device
Diffstat (limited to 'src/mame/includes/boogwing.h')
-rw-r--r--src/mame/includes/boogwing.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/boogwing.h b/src/mame/includes/boogwing.h
index c7537a83f76..53e8e089426 100644
--- a/src/mame/includes/boogwing.h
+++ b/src/mame/includes/boogwing.h
@@ -21,7 +21,7 @@ public:
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_audiocpu(*this, "audiocpu"),
- m_deco104(*this, "ioprot104"),
+ m_deco104(*this, "ioprot"),
m_decocomn(*this, "deco_common"),
m_deco_tilegen1(*this, "tilegen1"),
m_deco_tilegen2(*this, "tilegen2"),