summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/pacland.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/pacland.h')
-rw-r--r--src/mame/includes/pacland.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/pacland.h b/src/mame/includes/pacland.h
index 28023b32587..62164198a6d 100644
--- a/src/mame/includes/pacland.h
+++ b/src/mame/includes/pacland.h
@@ -10,7 +10,7 @@ public:
m_spriteram(*this, "spriteram"),
m_maincpu(*this, "maincpu"),
m_mcu(*this, "mcu"),
- m_cus30(*this, "namco") { }
+ m_cus30(*this, "namco") { }
required_shared_ptr<UINT8> m_videoram;
required_shared_ptr<UINT8> m_videoram2;