mirror of
https://github.com/libretro/gambatte-libretro.git
synced 2024-11-23 07:49:48 +00:00
fix silly initstate ifreg regression
git-svn-id: https://gambatte.svn.sourceforge.net/svnroot/gambatte@136 9dfb2916-2d38-0410-aef4-c5fe6c9ffc24
This commit is contained in:
parent
dc29212d85
commit
b5e5dc54df
@ -134,9 +134,7 @@ void setInitState(SaveState &state, const bool cgb) {
|
||||
std::memcpy(state.mem.ioamhram.ptr + 0x100, ffxxDump, sizeof(ffxxDump));
|
||||
|
||||
state.mem.ioamhram.ptr[0x104] = 0x1C;
|
||||
state.mem.ioamhram.ptr[0x10F] = 0xE0;
|
||||
state.mem.ioamhram.ptr[0x140] = 0x91;
|
||||
state.mem.ioamhram.ptr[0x141] = 0x80;
|
||||
state.mem.ioamhram.ptr[0x144] = 0x00;
|
||||
|
||||
if (!cgb) {
|
||||
|
Loading…
Reference in New Issue
Block a user