summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/gauntlet.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/gauntlet.c')
-rw-r--r--src/mame/video/gauntlet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/gauntlet.c b/src/mame/video/gauntlet.c
index 41a8760b343..8a1544a9307 100644
--- a/src/mame/video/gauntlet.c
+++ b/src/mame/video/gauntlet.c
@@ -104,7 +104,7 @@ VIDEO_START( gauntlet )
/* set up the base color for the playfield */
state->playfield_color_bank = state->vindctr2_screen_refresh ? 0 : 1;
-
+
/* save states */
state_save_register_global(machine, state->playfield_tile_bank);
state_save_register_global(machine, state->playfield_color_bank);