summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/turbo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/turbo.h')
-rw-r--r--src/mame/includes/turbo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/turbo.h b/src/mame/includes/turbo.h
index 49836266145..6d807977813 100644
--- a/src/mame/includes/turbo.h
+++ b/src/mame/includes/turbo.h
@@ -28,7 +28,7 @@ public:
UINT8 * m_buckrog_bitmap_ram;
/* machine states */
- UINT8 m_i8279_scanlines;
+ UINT8 m_i8279_scanlines;
/* sound state */
UINT8 m_turbo_osel;
@@ -72,7 +72,7 @@ public:
UINT8 m_buckrog_command;
UINT8 m_buckrog_myship;
int m_last_sound_a;
-
+
DECLARE_WRITE8_MEMBER(scanlines_w);
DECLARE_WRITE8_MEMBER(digit_w);
DECLARE_READ8_MEMBER(turbo_collision_r);