mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 07:38:05 -04:00
svp compiler: wip EXT reg stuff
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@379 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
0336d6438a
commit
d527628282
5 changed files with 453 additions and 98 deletions
|
@ -111,6 +111,7 @@ void PicoSVPStartup(void)
|
|||
return;
|
||||
}
|
||||
|
||||
//PicoOpt |= 0x20000;
|
||||
Pico.rom = tmp;
|
||||
svp = (void *) ((char *)tmp + 0x200000);
|
||||
memset(svp, 0, sizeof(*svp));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue