nes: updated asm presets

This commit is contained in:
Steven Hugg 2019-08-03 17:23:38 -04:00
parent 5c884be0ae
commit 221d16a3c0
11 changed files with 15 additions and 8 deletions

View File

@ -3,7 +3,7 @@
;;;;; VARIABLES
seg.u RAM
seg.u ZEROPAGE
org $0
;;;;; NES CARTRIDGE HEADER

View File

@ -3,7 +3,7 @@
;;;;; VARIABLES
seg.u RAM
seg.u ZEROPAGE
org $0
;;;;; NES CARTRIDGE HEADER
@ -97,3 +97,4 @@ Palette:
org $10000
incbin "jroatch.chr"
incbin "jroatch.chr"

View File

@ -3,7 +3,7 @@
;;;;; VARIABLES
seg.u RAM
seg.u ZEROPAGE
org $0
ScrollPos word ; used during NMI
@ -118,4 +118,5 @@ Palette:
org $10000
incbin "jroatch.chr"
incbin "jroatch.chr"

View File

@ -3,7 +3,7 @@
;;;;; VARIABLES
seg.u RAM
seg.u ZEROPAGE
org $0
ScrollPos word ; used during NMI
@ -149,3 +149,4 @@ Palette:
org $10000
incbin "jroatch.chr"
incbin "jroatch.chr"

View File

@ -3,7 +3,7 @@
;;;;; VARIABLES
seg.u RAM
seg.u ZEROPAGE
org $0
ScrollX byte ; used during NMI
@ -119,3 +119,4 @@ Palette:
org $10000
incbin "jroatch.chr"
incbin "jroatch.chr"

View File

@ -3,7 +3,7 @@
;;;;; ZERO-PAGE VARIABLES
seg.u Zeropage
seg.u ZEROPAGE
org $0
RLEPtr word

View File

@ -3,7 +3,7 @@
;;;;; VARIABLES
seg.u RAM
seg.u ZEROPAGE
org $0
; Famitracker constants

View File

@ -404,3 +404,4 @@ RoadTables:
org $10000
incbin "road/road.chr"
incbin "road/road.chr"

View File

@ -148,3 +148,4 @@ Palette:
org $10000
incbin "jroatch.chr"
incbin "jroatch.chr"

View File

@ -3,7 +3,7 @@
;;;;; VARIABLES
seg.u RAM
seg.u ZEROPAGE
org $0
;;;;; NES CARTRIDGE HEADER

View File

@ -148,3 +148,4 @@ Palette:
org $10000
incbin "jroatch.chr"
incbin "jroatch.chr"