update (#483)
* Fix missing GameStateRestore * Add mapper 403 Co-authored-by: negativeExponent <negativeExponent@users.noreply.github.com>
This commit is contained in:
@@ -85,8 +85,13 @@ static void UNLKS7057Reset(void) {
|
||||
Sync();
|
||||
}
|
||||
|
||||
static void StateRestore(int version) {
|
||||
Sync();
|
||||
}
|
||||
|
||||
void UNLKS7057_Init(CartInfo *info) {
|
||||
info->Power = UNLKS7057Power;
|
||||
info->Reset = UNLKS7057Reset;
|
||||
GameStateRestore = StateRestore;
|
||||
AddExState(&StateRegs, ~0, 0, 0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user