summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/atarisy2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/atarisy2.h')
-rw-r--r--src/mame/includes/atarisy2.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mame/includes/atarisy2.h b/src/mame/includes/atarisy2.h
index 5bae025946d..16f4f11284f 100644
--- a/src/mame/includes/atarisy2.h
+++ b/src/mame/includes/atarisy2.h
@@ -34,15 +34,15 @@ public:
emu_timer * yscroll_reset_timer;
UINT32 playfield_tile_bank[2];
UINT32 videobank;
-
+
// 720 fake joystick
double joy_last_angle;
int joy_rotations;
-
+
// 720 fake spinner
- UINT32 spin_last_rotate_count;
- INT32 spin_pos; /* track fake position of spinner */
- UINT32 spin_center_count;
+ UINT32 spin_last_rotate_count;
+ INT32 spin_pos; /* track fake position of spinner */
+ UINT32 spin_center_count;
UINT16 vram[0x8000/2];
};