summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/tx1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/tx1.c')
-rw-r--r--src/mame/video/tx1.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/video/tx1.c b/src/mame/video/tx1.c
index a4f7e79a1ef..4991221e77a 100644
--- a/src/mame/video/tx1.c
+++ b/src/mame/video/tx1.c
@@ -1570,7 +1570,7 @@ static void buggyboy_draw_road(running_machine &machine, UINT8 *bitmap)
UINT32 bnkcs = 1;
UINT32 bnkrs = 1;
-// UINT32 x_offs;
+// UINT32 x_offs;
UINT8 sf;
/* Vertical positions shift register */
@@ -1634,7 +1634,7 @@ static void buggyboy_draw_road(running_machine &machine, UINT8 *bitmap)
sld = (vprom[rva0_6] + vregs.slin_val) & 0x38;
/* Determine the x-offset */
-// x_offs = ls161 & 7;
+// x_offs = ls161 & 7;
/* Fill vertical position shift register with bits for this line */
/* TODO; cheated slightly to shift stuff up one pixel*/
@@ -2200,7 +2200,7 @@ static void buggybjr_draw_road(running_machine &machine, UINT8 *bitmap, int wide
UINT32 rcmd;
UINT32 bnkcs = 1;
-// UINT32 x_offs;
+// UINT32 x_offs;
UINT8 sf;
/* Vertical positions shift register */
@@ -2259,7 +2259,7 @@ static void buggybjr_draw_road(running_machine &machine, UINT8 *bitmap, int wide
sld = (vprom[rva0_6] + vregs.slin_val) & 0x38;
/* Determine the x-offset */
-// x_offs = ls161 & 7;
+// x_offs = ls161 & 7;
/* Fill vertical position shift register with bits for this line */
/* TODO; cheated slightly to shift stuff up one pixel*/