vdp fifo speed optimization

This commit is contained in:
kub 2020-03-14 19:52:27 +01:00
parent 20fafa7127
commit c55a44a88c
5 changed files with 210 additions and 125 deletions

View file

@ -79,6 +79,7 @@ void PicoPower(void)
Pico.video.reg[0] = Pico.video.reg[1] = 0x04;
Pico.video.reg[0xc] = 0x81;
Pico.video.reg[0xf] = 0x02;
PicoVideoFIFOMode(0, 1);
if (PicoIn.AHW & PAHW_MCD)
PicoPowerMCD();