Added one more PRG bank in nes_bank1.l65 sample because Fceux is not happy with 3 only.

This commit is contained in:
g012 2017-12-28 22:31:52 +01:00
parent 9bf0461f41
commit 0eefee0282
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ require'nes'
-- Press A to switch between the two PRG banks.
-- fixed 16kB for prgrom0, 2 other banks of 16kB each mappable at 0x8000
mappers.UxROM{ prgsize=(16+16*2)*1024 }
-- fixed 16kB for prgrom0, 3 other banks of 16kB each mappable at 0x8000
mappers.UxROM{ prgsize=(16+16*3)*1024 }
location(chrrom0)