mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-04 23:07:46 -04:00
core vdp, change cram write sync
This commit is contained in:
parent
c5ecd7a0bb
commit
da10229772
1 changed files with 1 additions and 1 deletions
|
@ -896,7 +896,7 @@ PICO_INTERNAL_ASM void PicoVideoWrite(u32 a,unsigned short d)
|
|||
// since the A/B tile row to be read depends on it. E.g. Skitchin, OD2
|
||||
// in contrast, CRAM writes would have an immediate effect on the current
|
||||
// pixel. XXX think about different offset values for different RAM types
|
||||
PicoVideoSync(InHblank(30));
|
||||
PicoVideoSync(InHblank(pvid->type == 3 ? 103 : 30)); // cram in Toy Story
|
||||
|
||||
if (!(PicoIn.opt&POPT_DIS_VDP_FIFO))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue