summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/stvvdp1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/stvvdp1.cpp')
-rw-r--r--src/devices/video/stvvdp1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/stvvdp1.cpp b/src/devices/video/stvvdp1.cpp
index ccb005fefb3..3bd956600f7 100644
--- a/src/devices/video/stvvdp1.cpp
+++ b/src/devices/video/stvvdp1.cpp
@@ -1115,7 +1115,7 @@ void saturn_state::stv_vdp1_set_drawpixel( void )
drawpixel = &saturn_state::drawpixel_generic;
return;
}
-
+
// polygon / polyline / line with replace case
if (sprite_type & 4 && ((stv2_current_sprite.CMDPMOD & 0x7) == 0))
{