summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/taito_x.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/taito_x.h')
-rw-r--r--src/mame/includes/taito_x.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/taito_x.h b/src/mame/includes/taito_x.h
index 2831e4612f5..4ce98f1025e 100644
--- a/src/mame/includes/taito_x.h
+++ b/src/mame/includes/taito_x.h
@@ -17,7 +17,7 @@ public:
DECLARE_MACHINE_START(superman);
void reset_sound_region();
DECLARE_WRITE_LINE_MEMBER(irqhandler);
-
+
// superman c-chip
UINT16 m_current_bank;
UINT8 m_cc_port;
@@ -26,4 +26,4 @@ public:
DECLARE_WRITE16_MEMBER( cchip1_ctrl_w );
DECLARE_WRITE16_MEMBER( cchip1_bank_w );
DECLARE_WRITE16_MEMBER( cchip1_ram_w );
-}; \ No newline at end of file
+};