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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/tx1.c b/src/mame/video/tx1.c
index 562bbc0d746..ddfa3c19331 100644
--- a/src/mame/video/tx1.c
+++ b/src/mame/video/tx1.c
@@ -273,7 +273,7 @@ static void tx1_draw_objects(mame_bitmap *bitmap, const rectangle *cliprect)
/* TODO: Confirm against hardware? */
if ( x_scale == 0 )
continue;
-
+
/* 16-bit y-scale accumulator */
y_scale = tx1_objram[offs + 1];
y_step = tx1_objram[offs + 3];