summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/battlane.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/battlane.h')
-rw-r--r--src/mame/includes/battlane.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/battlane.h b/src/mame/includes/battlane.h
index 9ad94c4edd8..5fb7c0d7161 100644
--- a/src/mame/includes/battlane.h
+++ b/src/mame/includes/battlane.h
@@ -31,7 +31,7 @@ public:
required_device<cpu_device> m_subcpu;
required_device<gfxdecode_device> m_gfxdecode;
required_device<palette_device> m_palette;
-
+
DECLARE_WRITE8_MEMBER(battlane_cpu_command_w);
DECLARE_WRITE8_MEMBER(battlane_palette_w);
DECLARE_WRITE8_MEMBER(battlane_scrollx_w);