]> git.sur5r.net Git - cc65/commitdiff
Update exehdr.s
authoralexthissen <athissen@killer-apps.nl>
Sat, 27 Aug 2016 19:58:13 +0000 (21:58 +0200)
committerGitHub <noreply@github.com>
Sat, 27 Aug 2016 19:58:13 +0000 (21:58 +0200)
Fix for memory bank 1 which should be zero for almost all cartridges for emulators to work correctly.

libsrc/lynx/exehdr.s

index 4f077fb82403e849d06caeaa74745b7585518b5a..3be926bb34c7fe2e389263b87e0cfabafe26e456 100644 (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