mirror of
https://github.com/irmen/prog8.git
synced 2026-04-21 02:16:41 +00:00
fix address check issue when using custom launcher
This commit is contained in:
@@ -5,7 +5,7 @@ program = CBMPRG
|
||||
encoding = petscii
|
||||
load_address = $0801
|
||||
memtop = $9f00
|
||||
bss_highram_start = $a00
|
||||
bss_highram_start = $a000
|
||||
bss_highram_end = $bfff
|
||||
bss_goldenram_start = $0400
|
||||
bss_goldenram_end = $07ff
|
||||
|
||||
Reference in New Issue
Block a user