mirror of
https://github.com/holub/mame
synced 2025-10-07 17:27:06 +03:00
VDP1 note
This commit is contained in:
parent
a7cea9231f
commit
e070c61cf8
@ -2089,6 +2089,7 @@ void video_update_vdp1(running_machine &machine)
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 3: /* Manual mode - change */
|
case 3: /* Manual mode - change */
|
||||||
|
/* TODO: Slam n Jam 96 doesn't like this, investigate. */
|
||||||
if ( state->m_vdp1.fbcr_accessed )
|
if ( state->m_vdp1.fbcr_accessed )
|
||||||
{
|
{
|
||||||
stv_vdp1_change_framebuffers(machine);
|
stv_vdp1_change_framebuffers(machine);
|
||||||
|
Loading…
Reference in New Issue
Block a user