summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/skyfox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/skyfox.h')
-rw-r--r--src/mame/includes/skyfox.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/skyfox.h b/src/mame/includes/skyfox.h
index 9989b8ff8da..f7ca2636252 100644
--- a/src/mame/includes/skyfox.h
+++ b/src/mame/includes/skyfox.h
@@ -30,8 +30,8 @@ public:
required_device<cpu_device> m_maincpu;
required_device<gfxdecode_device> m_gfxdecode;
required_device<screen_device> m_screen;
- required_device<palette_device> m_palette;
-
+ required_device<palette_device> m_palette;
+
DECLARE_READ8_MEMBER(skyfox_vregs_r);
DECLARE_WRITE8_MEMBER(skyfox_vregs_w);
DECLARE_INPUT_CHANGED_MEMBER(coin_inserted);