Add files via upload

This commit is contained in:
robjustice 2021-02-22 21:48:36 +11:00 committed by GitHub
parent 105cf87f59
commit 8058369f21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

12
Titan2e/apple3.cfg Normal file
View File

@ -0,0 +1,12 @@
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;
}