summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/stvvdp1.cpp
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2017-10-22 12:34:30 +1100
committer Vas Crabb <vas@vastheman.com>2017-10-22 12:34:30 +1100
commit4c29419cab5f44db1d52e5f28cef42450406be2a (patch)
tree33939159a0d389f16e0e8f58a1acc86f7d44f263 /src/devices/video/stvvdp1.cpp
parentb39e7a994136b459905388496a94beff2f3810bd (diff)
srcclean (nw)
Diffstat (limited to 'src/devices/video/stvvdp1.cpp')
-rw-r--r--src/devices/video/stvvdp1.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/video/stvvdp1.cpp b/src/devices/video/stvvdp1.cpp
index 462da4cf0ba..ad350718e39 100644
--- a/src/devices/video/stvvdp1.cpp
+++ b/src/devices/video/stvvdp1.cpp
@@ -908,7 +908,7 @@ void saturn_state::drawpixel_generic(int x, int y, int patterndata, int offsetcn
if(x >= 1024 || y >= 512)
return;
-
+
if ( stv2_current_sprite.ispoly )
{
pix = stv2_current_sprite.CMDCOLR&0xffff;
@@ -2006,10 +2006,10 @@ void saturn_state::stv_vdp1_process_list( void )
end:
m_vdp1.copr = (position * 0x20) >> 3;
-
+
/* TODO: what's the exact formula? Guess it should be a mix between number of pixels written and actual command data fetched. */
// if spritecount = 10000 don't send a vdp1 draw end
-// if(spritecount < 10000)
+// if(spritecount < 10000)
machine().scheduler().timer_set(m_maincpu->cycles_to_attotime(spritecount*16), timer_expired_delegate(FUNC(saturn_state::vdp1_draw_end),this));
if (VDP1_LOG) logerror ("End of list processing!\n");