mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
vdp fifo speed optimization
This commit is contained in:
parent
20fafa7127
commit
c55a44a88c
5 changed files with 210 additions and 125 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue