summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/tnzs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/tnzs.c')
-rw-r--r--src/mame/video/tnzs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/tnzs.c b/src/mame/video/tnzs.c
index 102a1b49917..439d60864a3 100644
--- a/src/mame/video/tnzs.c
+++ b/src/mame/video/tnzs.c
@@ -71,7 +71,7 @@ static void draw_background( running_machine *machine, bitmap_t *bitmap, const r
/* f301 controls how many columns are drawn. */
tot = state->objctrl[1] & 0x1f;
- if (tot == 1)
+ if (tot == 1)
tot = 16;
upperbits = state->objctrl[2] + state->objctrl[3] * 256;