update (#483)
* Fix missing GameStateRestore * Add mapper 403 Co-authored-by: negativeExponent <negativeExponent@users.noreply.github.com>
This commit is contained in:
@@ -56,7 +56,12 @@ static void LE05Power(void) {
|
||||
SetWriteHandler(0x8000, 0xFFFF, LE05Write);
|
||||
}
|
||||
|
||||
static void StateRestore(int version) {
|
||||
Sync();
|
||||
}
|
||||
|
||||
void LE05_Init(CartInfo *info) {
|
||||
info->Power = LE05Power;
|
||||
GameStateRestore = StateRestore;
|
||||
AddExState(&StateRegs, ~0, 0, 0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user