Merge pull request #2799 from kugelfuhr/kugelfuhr/fix-atari7800-cfg

Atari 7800: Make the EXTZP segment optional
This commit is contained in:
Bob Andrews
2025-07-15 23:27:06 +02:00
committed by GitHub

View File

@@ -39,7 +39,7 @@ MEMORY {
SEGMENTS {
ZEROPAGE: load = ZP, type = zp;
EXTZP: load = ZP, type = zp;
EXTZP: load = ZP, type = zp, optional = yes;
EXEHDR: load = HEADER, type = ro, optional = yes;
STARTUP: load = ROMS, type = ro, define = yes;
ONCE: load = ROMS, type = ro, define = yes;