Allocate own zp pointer for conio implementation

This commit is contained in:
Karri Kaksonen
2022-04-05 11:13:38 +03:00
committed by mrdudz
parent 60fffb289a
commit c6b9a012c8
3 changed files with 14 additions and 12 deletions

View File

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