summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/cinemat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/cinemat.h')
-rw-r--r--src/mame/includes/cinemat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/cinemat.h b/src/mame/includes/cinemat.h
index 14a202bc6cf..57549e8703c 100644
--- a/src/mame/includes/cinemat.h
+++ b/src/mame/includes/cinemat.h
@@ -30,9 +30,9 @@ public:
optional_shared_ptr<UINT16> m_rambase;
typedef void (cinemat_state::*sound_func)(UINT8 sound_val, UINT8 bits_changed);
-
+
sound_func m_sound_handler;
- UINT8 m_sound_control;
+ UINT8 m_sound_control;
UINT32 m_current_shift;
UINT32 m_last_shift;
UINT32 m_last_shift2;