mirror of
https://github.com/g012/l65.git
synced 2025-02-19 05:30:31 +00:00
Added one more PRG bank in nes_bank1.l65 sample because Fceux is not happy with 3 only.
This commit is contained in:
parent
9bf0461f41
commit
0eefee0282
@ -2,8 +2,8 @@ require'nes'
|
|||||||
|
|
||||||
-- Press A to switch between the two PRG banks.
|
-- Press A to switch between the two PRG banks.
|
||||||
|
|
||||||
-- fixed 16kB for prgrom0, 2 other banks of 16kB each mappable at 0x8000
|
-- fixed 16kB for prgrom0, 3 other banks of 16kB each mappable at 0x8000
|
||||||
mappers.UxROM{ prgsize=(16+16*2)*1024 }
|
mappers.UxROM{ prgsize=(16+16*3)*1024 }
|
||||||
|
|
||||||
location(chrrom0)
|
location(chrrom0)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user