mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
Reverted a VDP1 wrong fix, causes problems in World Series Baseball and Akumajou Dracula X
This commit is contained in:
parent
cecf36bd1e
commit
3fa4ce2abb
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user