summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mazerbla.c
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2011-06-05 22:35:20 +0000
committer Angelo Salese <angelosa@users.noreply.github.com>2011-06-05 22:35:20 +0000
commita449c766a220e5edcfc5aeb03730813a929a7c8a (patch)
tree5b6a67fa3ffcc07fb2276420fffe6111679e29e8 /src/mame/drivers/mazerbla.c
parent910fff0955cf27aa904843c130ede859231642b8 (diff)
Cleanups and version bumpmame0142u5
Diffstat (limited to 'src/mame/drivers/mazerbla.c')
-rw-r--r--src/mame/drivers/mazerbla.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/mazerbla.c b/src/mame/drivers/mazerbla.c
index ab5b255aa0c..59008ba6ced 100644
--- a/src/mame/drivers/mazerbla.c
+++ b/src/mame/drivers/mazerbla.c
@@ -273,13 +273,13 @@ SCREEN_UPDATE( test_vcu )
static SCREEN_UPDATE( mazerbla )
{
mazerbla_state *state = screen->machine().driver_data<mazerbla_state>();
-// UINT32 color_base = 0;
+// UINT32 color_base = 0;
if (state->m_game_id == MAZERBLA)
-// color_base = 0x80; /* 0x80 constant: matches Mazer Blazer movie */
+// color_base = 0x80; /* 0x80 constant: matches Mazer Blazer movie */
-// if (state->m_game_id == GREATGUN)
-// color_base = 0x00;
+// if (state->m_game_id == GREATGUN)
+// color_base = 0x00;
// bitmap_fill(bitmap, NULL, 0);