1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-08 15:29:37 +00:00

Update exehdr.s

Fix for memory bank 1 which should be zero for almost all cartridges for emulators to work correctly.
This commit is contained in:
alexthissen 2016-08-27 21:58:13 +02:00 committed by GitHub
parent 1dee57bf1f
commit e786d1cf49

View File

@ -12,7 +12,7 @@
.segment "EXEHDR"
.byte 'L','Y','N','X' ; magic
.word __BLOCKSIZE__ ; bank 0 page size
.word __BLOCKSIZE__ ; bank 1 page size
.word 0 ; bank 1 page size
.word 1 ; version number
.asciiz "Cart name " ; 32 bytes cart name
.asciiz "Manufacturer " ; 16 bytes manufacturer