diff --git a/src/constants.asm b/src/constants.asm index cbb9500..7f2b4bf 100644 --- a/src/constants.asm +++ b/src/constants.asm @@ -1,5 +1,5 @@ .ifndef INES_MAPPER ; is set via ca65 flags -INES_MAPPER := 1 ; supports 1, 3 and 4 (MMC1 / CNROM / MMC3) +INES_MAPPER := 3 ; supports 1, 3 and 4 (MMC1 / CNROM / MMC3) .endif HAS_MMC = INES_MAPPER = 1 || INES_MAPPER = 4 diff --git a/src/playstate/active.asm b/src/playstate/active.asm index 9caec48..4eadec6 100644 --- a/src/playstate/active.asm +++ b/src/playstate/active.asm @@ -382,8 +382,8 @@ lookupDropSpeed: framesPerDropTableNTSC: .byte $30,$2B,$26,$21,$1C,$17,$12,$0D .byte $08,$06,$05,$05,$05,$04,$04,$04 - .byte $03,$03,$03,$02,$02,$02,$02,$02 - .byte $02,$02,$02,$02,$02,$01 + .byte $03,$03,$03,$03,$03,$03,$03,$03 + .byte $03,$03,$03,$03,$03,$01 framesPerDropTablePAL: .byte $24,$20,$1d,$19,$16,$12,$0f,$0b .byte $07,$05,$04,$04,$04,$03,$03,$03