mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
md, fix vdp reset handling
This commit is contained in:
parent
3e491c7880
commit
51d6248b95
3 changed files with 32 additions and 17 deletions
|
@ -958,6 +958,7 @@ int PicoVideoFIFOHint(void);
|
|||
void PicoVideoFIFOMode(int active, int h40);
|
||||
int PicoVideoFIFOWrite(int count, int byte_p, unsigned sr_mask, unsigned sr_flags);
|
||||
void PicoVideoInit(void);
|
||||
void PicoVideoReset(void);
|
||||
void PicoVideoSync(int skip);
|
||||
void PicoVideoSave(void);
|
||||
void PicoVideoLoad(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue