mirror of
https://github.com/cc65/cc65.git
synced 2024-12-31 11:32:00 +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:
parent
1dee57bf1f
commit
e786d1cf49
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user