summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/sprcros2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/sprcros2.h')
-rw-r--r--src/mame/includes/sprcros2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/sprcros2.h b/src/mame/includes/sprcros2.h
index a860c22df7e..c8fe4f05264 100644
--- a/src/mame/includes/sprcros2.h
+++ b/src/mame/includes/sprcros2.h
@@ -8,7 +8,7 @@ public:
m_spriteram(*this, "spriteram"),
m_master(*this,"master"),
m_slave(*this,"slave"),
- m_gfxdecode(*this, "gfxdecode"),
+ m_gfxdecode(*this, "gfxdecode"),
m_palette(*this, "palette") { }
UINT8 m_s_port3;
@@ -23,7 +23,7 @@ public:
required_device<cpu_device> m_slave;
required_device<gfxdecode_device> m_gfxdecode;
required_device<palette_device> m_palette;
-
+
DECLARE_WRITE8_MEMBER(sprcros2_m_port7_w);
DECLARE_WRITE8_MEMBER(sprcros2_s_port3_w);
DECLARE_WRITE8_MEMBER(sprcros2_fgvideoram_w);