atari5200 update: simple conio "hello world" works now
This commit is contained in:
@@ -5,7 +5,7 @@ SYMBOLS {
|
||||
__RESERVED_MEMORY__: type = export, value = $0200; # space for display list and 20x24 screen buffer
|
||||
}
|
||||
MEMORY {
|
||||
ZP: file = "", start = $0019, size = $00E7, define = yes;
|
||||
ZP: file = "", start = $001D, size = $00E3, define = yes;
|
||||
RAM: file = "", start = $021C, size = $4000 - __STACKSIZE__ - __RESERVED_MEMORY__ - $021C, define = yes;
|
||||
ROM: file = %O, start = $C000 - __CARTSIZE__, size = __CARTSIZE__ - $18, define = yes, fill = yes, fillval = $FF;
|
||||
CARTNAME: file = %O, start = $BFE8, size = $0014 fill = yes, fillval = $40;
|
||||
|
||||
Reference in New Issue
Block a user