Fix warnings (#484)
Co-authored-by: negativeExponent <negativeExponent@users.noreply.github.com>
This commit is contained in:
@@ -55,7 +55,7 @@ static void Mapper437_Power(void) {
|
||||
SetWriteHandler(0x8000, 0xFFFF, Mapper437_WriteInnerBank);
|
||||
}
|
||||
|
||||
static void StateRestore(void) {
|
||||
static void StateRestore(int version) {
|
||||
Mapper437_Sync();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user