dos33fsprogs/graphics/gr/plasma/apple2_368.inc
Vince Weaver 9ec1f83fd2 plasma: add special bot version
did get it to load with the more advanced loader
2021-01-10 00:55:29 -05:00

13 lines
299 B
PHP

MEMORY {
ZP: start = $00, size = $1A, type = rw;
RAM: start = $368, size = $8E00, file = %O;
}
SEGMENTS {
CODE: load = RAM, type = ro, align = $1;
RODATA: load = RAM, type = ro;
DATA: load = RAM, type = rw;
BSS: load = RAM, type = bss, define = yes;
ZEROPAGE: load = ZP, type = zp;
}