summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/dec8.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/dec8.h')
-rw-r--r--src/mame/includes/dec8.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/dec8.h b/src/mame/includes/dec8.h
index 8340b76408d..8e8f511bce4 100644
--- a/src/mame/includes/dec8.h
+++ b/src/mame/includes/dec8.h
@@ -21,7 +21,7 @@ public:
m_tilegen1(*this, "tilegen1"),
m_tilegen2(*this, "tilegen2"),
m_videoram(*this, "videoram"),
- m_bg_data(*this, "bg_data") { }
+ m_bg_data(*this, "bg_data") { }
/* devices */
required_device<cpu_device> m_maincpu;