Update Readme.md

This commit is contained in:
robjustice 2021-02-22 21:52:40 +11:00 committed by GitHub
parent 8058369f21
commit 6d1bb4aab5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 3 deletions

View File

@ -1,11 +1,15 @@
Titan //e Emulation Interpreter
# Titan //e Emulation Interpreter
This is a SOS Interpreter to allow lauching of the //e emulation from a Selector menu.
This is a SOS Interpreter to allow launching of the //e emulation from a Selector menu.
This is based on a disassembly of the Titan //e disk
See code for more details.
To build the Interpreter:
This is included in the soshdboot disk images. I just had not got around to documenting and sharing the code.
## Build the Interpreter:
```
ca65 titan2e.interp.s -l titan2e.interp.lst
ca65 0C00_part.s -l 0C00_part.lst
ld65 titan2e.interp.o 0C00_part.o -o SOS.INTERP#0c0000 -C apple3.cfg
```