atari5200: fix _clrscr to use correct screen size

Could be different than default when linking with atari5200-conioscreen-20x12.o.
This commit is contained in:
Christian Groessler
2025-03-04 23:07:13 +01:00
parent b0220e5456
commit 16224cdd36
2 changed files with 3 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ MEMORY {
SEGMENTS {
ZEROPAGE: load = ZP, type = zp, optional = yes;
EXTZP: load = ZP, type = zp, optional = yes;
DLIST: load = ROM , type = ro, define = yes, optional = yes;
DLIST: load = ROM, type = ro, define = yes, optional = yes;
STARTUP: load = ROM, type = ro, define = yes, optional = yes;
LOWCODE: load = ROM, type = ro, define = yes, optional = yes;
ONCE: load = ROM, type = ro, optional = yes;