Fix warnings (#484)
Co-authored-by: negativeExponent <negativeExponent@users.noreply.github.com>
This commit is contained in:
@@ -69,7 +69,7 @@ static void M403Power(void) {
|
||||
SetWriteHandler(0x8000, 0xFFFF, M403Write8);
|
||||
}
|
||||
|
||||
static void StateRestore(void) {
|
||||
static void StateRestore(int version) {
|
||||
Sync();
|
||||
}
|
||||
|
||||
|
||||
@@ -55,7 +55,7 @@ static void Mapper434_Power(void) {
|
||||
SetWriteHandler(0x8000, 0xFFFF, Mapper434_WriteInnerBank);
|
||||
}
|
||||
|
||||
static void StateRestore(void) {
|
||||
static void StateRestore(int version) {
|
||||
Mapper434_Sync();
|
||||
}
|
||||
|
||||
|
||||
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
@@ -55,7 +55,7 @@ static void Mapper438_Power(void) {
|
||||
SetWriteHandler(0x8000, 0xFFFF, Mapper438_WriteLatch);
|
||||
}
|
||||
|
||||
static void StateRestore(void) {
|
||||
static void StateRestore(int version) {
|
||||
Mapper438_Sync();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user