Improved README

This commit is contained in:
Bobbi Webber-Manners 2019-10-23 23:49:39 -04:00
parent 8a47ed6cfa
commit 03f01dde17
1 changed files with 5 additions and 4 deletions

View File

@ -74,10 +74,11 @@ to run on the Softcard Z80 CPU and have all the system calls routed to the
6502 and serviced using the Apple II ROM monitor routines and the ProDOS MLI.
I have most of the calls now and most of them have been tested to some degree
and aren't *totally* broken. The biggest gap right now is that none of the
random access filesystem calls have been implemented. Also the code does not
really fill out all the proper fields of the FCB. I am still working out what
CP/M programs really need to see.
and aren't *totally* broken.
The directory calls do not return any size information in the FCB yet. I will
fix this in due course. There are doubtless loads of other issues and bugs.
See `SOFTCARD80.ASM` for TODO comments.
- BDOS call 00h: `C_TERMCPM` - System reset
- BDOS call 01h: `C_READ` - Console input