mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
'and A,A' fixed, some reorganization
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@366 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
bad5731da9
commit
e477f8f74f
2 changed files with 134 additions and 98 deletions
|
@ -109,6 +109,7 @@ void PicoSVPStartup(void)
|
|||
|
||||
elprintf(EL_SVP, "SVP init");
|
||||
|
||||
PicoOpt |= 0x20000;
|
||||
tmp = realloc(Pico.rom, 0x200000 + sizeof(*svp));
|
||||
if (tmp == NULL)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue