Update Readme.md

This commit is contained in:
robjustice 2021-02-22 21:57:02 +11:00 committed by GitHub
parent 6d1bb4aab5
commit 36f3c6d314
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ This is a SOS Interpreter to allow launching of the //e emulation from a Selecto
This is based on a disassembly of the Titan //e disk
See code for more details.
This is included in the soshdboot disk images. I just had not got around to documenting and sharing the code.
This is included in the original soshdboot disk images. I just had not got around to documenting and sharing the code.
## Build the Interpreter:
```
@ -13,3 +13,9 @@ ca65 0C00_part.s -l 0C00_part.lst
ld65 titan2e.interp.o 0C00_part.o -o SOS.INTERP#0c0000 -C apple3.cfg
```
## Thanks
I used the following for reference to the original emulation software
https://github.com/brouhaha/a3a2em
And the Sourcegen Disassembler:
https://6502bench.com/