aboutsummaryrefslogtreecommitdiff
path: root/bank2.s
blob: d700fc51aa007d6500173ff381717d85d1c0e888 (plain)
1
2
3
4
5
6

start = $8000
end = $9fff
 .org start
 .incbin "splitrom.raw.2"
 .res end-*+1, $ff