horses/Titan2e/apple3.cfg

12 lines
205 B
INI

MEMORY
{
ZP: start=$0, size=$100, type=rw, define=yes;
RAM: start=$200, size=$b800, type=rw, define=yes, file=%O;
}
SEGMENTS
{
ZP: load=ZP, type=zp;
RAM: load=RAM, type=rw;
}