summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/powerins.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/powerins.h')
-rw-r--r--src/mame/includes/powerins.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/powerins.h b/src/mame/includes/powerins.h
index 7332262c572..e4d069b8eda 100644
--- a/src/mame/includes/powerins.h
+++ b/src/mame/includes/powerins.h
@@ -12,7 +12,7 @@ public:
m_vctrl_0(*this, "vctrl_0"),
m_vram_0(*this, "vram_0"),
m_vram_1(*this, "vram_1"),
- m_spriteram(*this, "spriteram") { }
+ m_spriteram(*this, "spriteram") { }
required_device<cpu_device> m_maincpu;