mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-05 14:57:46 -04:00
reset behavior changed, Puggsy detection added
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@405 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
2b1fd5202c
commit
8d5cb10d61
3 changed files with 3 additions and 3 deletions
|
@ -434,7 +434,7 @@ int emu_ReloadRom(void)
|
|||
} else {
|
||||
PicoRegionOverride = 4;
|
||||
}
|
||||
PicoReset(0);
|
||||
PicoReset();
|
||||
// TODO: bits 6 & 5
|
||||
}
|
||||
movie_data[0x18+30] = 0;
|
||||
|
|
|
@ -977,7 +977,7 @@ void emu_Loop(void)
|
|||
|
||||
void emu_ResetGame(void)
|
||||
{
|
||||
PicoReset(0);
|
||||
PicoReset();
|
||||
reset_timing = 1;
|
||||
}
|
||||
|
||||
|
|
|
@ -1022,7 +1022,7 @@ void emu_Loop(void)
|
|||
|
||||
void emu_ResetGame(void)
|
||||
{
|
||||
PicoReset(0);
|
||||
PicoReset();
|
||||
reset_timing = 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue