mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
drc: debug improvements
This commit is contained in:
parent
bf092a3631
commit
6d7979571d
6 changed files with 126 additions and 36 deletions
|
@ -145,6 +145,10 @@ int PicoReset(void)
|
|||
if (Pico.romsize <= 0)
|
||||
return 1;
|
||||
|
||||
#ifdef DRC_CMP
|
||||
PicoOpt |= POPT_DIS_VDP_FIFO|POPT_DIS_IDLE_DET;
|
||||
#endif
|
||||
|
||||
/* must call now, so that banking is reset, and correct vectors get fetched */
|
||||
if (PicoResetHook)
|
||||
PicoResetHook();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue