mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-05 23:07:46 -04:00
Sonic CD runs on GP2X
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@21 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
15f385743a
commit
8dfb9fd5df
13 changed files with 113 additions and 106 deletions
|
@ -86,8 +86,8 @@ int main(int argc, char *argv[])
|
|||
mmuhack_status = ret;
|
||||
}
|
||||
cpuctrl_init();
|
||||
Reset940(1);
|
||||
Pause940(1);
|
||||
// Reset940(1);
|
||||
// Pause940(1);
|
||||
if (currentConfig.EmuOpt&0x100) {
|
||||
printf("setting RAM timings.. "); fflush(stdout);
|
||||
// craigix: --trc 6 --tras 4 --twr 1 --tmrd 1 --trfc 1 --trp 2 --trcd 2
|
||||
|
@ -124,7 +124,7 @@ int main(int argc, char *argv[])
|
|||
|
||||
case PGS_Quit:
|
||||
goto endloop;
|
||||
|
||||
|
||||
default:
|
||||
printf("engine got into unknown state (%i), exitting\n", engineState);
|
||||
goto endloop;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue