summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2013-02-10 23:58:57 +0000
committer Angelo Salese <angelosa@users.noreply.github.com>2013-02-10 23:58:57 +0000
commit3fa4ce2abb35f59fb40753d2776820b49a82d4fe (patch)
treeab9ae60a9d68ff08028dedbae02564449190baa7 /src
parentcecf36bd1e4aaf8515e927c90cae25080b6b2c17 (diff)
Reverted a VDP1 wrong fix, causes problems in World Series Baseball and Akumajou Dracula X
Diffstat (limited to 'src')
-rw-r--r--src/mame/video/stvvdp1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/stvvdp1.c b/src/mame/video/stvvdp1.c
index 3450849fc58..15100909b9a 100644
--- a/src/mame/video/stvvdp1.c
+++ b/src/mame/video/stvvdp1.c
@@ -2019,9 +2019,9 @@ void saturn_state::video_update_vdp1( void )
stv_clear_framebuffer(m_vdp1.framebuffer_current_draw);
}
/* TODO: Slam n Jam 96 & Cross Romance doesn't like this, investigate. */
-// framebuffer_changed = 1;
+ framebuffer_changed = 1;
}
- framebuffer_changed = 1;
+ // framebuffer_changed = 1;
break;
}
m_vdp1.fbcr_accessed = 0;