summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/hyhoo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/hyhoo.h')
-rw-r--r--src/mame/includes/hyhoo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/hyhoo.h b/src/mame/includes/hyhoo.h
index 7c5c8ea9c89..dd6ad35e378 100644
--- a/src/mame/includes/hyhoo.h
+++ b/src/mame/includes/hyhoo.h
@@ -12,7 +12,7 @@ public:
: driver_device(mconfig, type, tag),
m_clut(*this, "clut"),
m_maincpu(*this, "maincpu"),
- m_nb1413m3(*this, "nb1413m3") { }
+ m_nb1413m3(*this, "nb1413m3") { }
required_shared_ptr<UINT8> m_clut;
required_device<cpu_device> m_maincpu;