summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/exerion.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/exerion.h')
-rw-r--r--src/mame/includes/exerion.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/exerion.h b/src/mame/includes/exerion.h
index 322aa1515b1..e67dc2b88c7 100644
--- a/src/mame/includes/exerion.h
+++ b/src/mame/includes/exerion.h
@@ -55,8 +55,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(exerion_protection_r);
DECLARE_WRITE8_MEMBER(exerion_videoreg_w);
DECLARE_WRITE8_MEMBER(exerion_video_latch_w);