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 dd232e9a19a..042b561f28f 100644
--- a/src/mame/includes/powerins.h
+++ b/src/mame/includes/powerins.h
@@ -14,7 +14,7 @@ public:
m_spriteram(*this, "spriteram")
{ }
-
+
required_device<cpu_device> m_maincpu;
optional_device<cpu_device> m_soundcpu;
optional_device<nmk112_device> m_nmk112;