Fix warnings

This commit is contained in:
twinaphex
2018-02-21 14:46:01 +01:00
parent 5a813bd318
commit 9ad88b9c11
8 changed files with 21 additions and 16 deletions

View File

@@ -396,7 +396,7 @@ static void FP_FASTAPASS(1) M90PPU(uint32 A) {
}
}
static void togglie() {
static void togglie(void) {
tekker += 0x40;
tekker &= 0xC0;
FCEU_printf("tekker=%02x\n", tekker);