]> git.sur5r.net Git - cc65/blobdiff - cfg/nes.cfg
Code review changes and improved formatting.
[cc65] / cfg / nes.cfg
index fdd992fe0291da9576450cf800481180173cc786..bb7d234087d7713c028e72d37e062cde5101bf4f 100644 (file)
@@ -12,10 +12,10 @@ MEMORY {
     # - code
     # - rodata
     # - data (load)
-    ROM0:   file = %O, start = $8000, size = $7FF4, fill = yes, define = yes;
+    ROM0:   file = %O, start = $8000, size = $7FFA, fill = yes, define = yes;
 
     # Hardware Vectors at End of 2nd 8K ROM
-    ROMV:   file = %O, start = $FFF6, size = $000C, fill = yes;
+    ROMV:   file = %O, start = $FFFA, size = $0006, fill = yes;
 
     # 1 8k CHR Bank
     ROM2:   file = %O, start = $0000, size = $2000, fill = yes;