Commit Graph

44 Commits

Author SHA1 Message Date
Bobbi Webber-Manners
539b3c571e Added F_RANDREC. F_OPEN now sets RC, seq rec num. 2019-10-20 20:20:03 -04:00
Bobbi Webber-Manners
372e15941b Updated commentary in README 2019-10-19 22:45:07 -04:00
Bobbi Webber-Manners
59b99c56d5 Updated the documentation of syscalls 2019-10-19 21:43:42 -04:00
Bobbi Webber-Manners
e0fa2d3759 Modification to store user number in proper place 2019-10-19 21:02:46 -04:00
Bobbi Webber-Manners
4a6d099bf2 Improved error codes for F_WRITE 2019-10-19 20:17:44 -04:00
Bobbi Webber-Manners
831d864e83 Improved return codes for F_READ 2019-10-19 20:07:18 -04:00
Bobbi Webber-Manners
3831017b43 OPEN/DELETE/RENAME now call F_SFIRST to find file 2019-10-19 17:25:54 -04:00
Bobbi Webber-Manners
91a1b85405 Fixed F_SFIRST, F_SNEXT to use DMAADDR for FCBs 2019-10-19 16:18:18 -04:00
Bobbi Webber-Manners
77ded96a31 Added DRV_DPB system call 2019-10-19 14:37:18 -04:00
Bobbi Webber-Manners
d5a7781195 F_SFIRST and F_SNEXT seem to be working now :) 2019-10-19 12:46:21 -04:00
Bobbi Webber-Manners
dc47f0c427 More F_SFIRST debugging 2019-10-18 22:43:36 -04:00
Bobbi Webber-Manners
b093ec8804 More directory search debugging. Semi-working now. 2019-10-18 22:27:05 -04:00
Bobbi Webber-Manners
af7cd06f04 In the proces of debugging the directory search 2019-10-18 21:15:51 -04:00
Bobbi Webber-Manners
a683fe58c9 Check in of in-progress work on F_SFIRST call 2019-10-18 18:16:51 -04:00
Bobbi Webber-Manners
37f2d6d3bd Minor update to README 2019-10-17 19:59:50 -04:00
Bobbi Webber-Manners
9b1f44dab6 Fixed MAKEPATH to handle filename <8 chars 2019-10-17 18:39:10 -04:00
Bobbi Webber-Manners
18ee4b693c Creates filename extensions on ProDOS 2019-10-17 13:00:43 -04:00
Bobbi Webber-Manners
bebfe445a5 Implemented F_RENAME. 2019-10-17 11:59:49 -04:00
Bobbi Webber-Manners
b79dd5ab53 Added F_SIZE call. 2019-10-17 10:35:48 -04:00
Bobbi Webber-Manners
0b7de45fa0 Added ZSID to disk image. 2019-10-16 23:08:12 -04:00
Bobbi Webber-Manners
aabe45e9b7 Added a comment about DDT. 2019-10-16 22:51:59 -04:00
Bobbi Webber-Manners
5596ee3c36 Implemented a few more calls. CP/M DDT runs now. 2019-10-16 22:48:59 -04:00
Bobbi Webber-Manners
df75606612 Debugged OPEN,READ,WRITE,CLOSE,DELETE functions. 2019-10-16 21:22:06 -04:00
Bobbi Webber-Manners
c2de569629 Further code improvements / cleanup. 2019-10-16 18:44:58 -04:00
Bobbi Webber-Manners
d99a6b6cf4 F_READ and F_WRITE seem to be somewhat working. 2019-10-16 17:29:56 -04:00
Bobbi Webber-Manners
596118dbac F_OPEN, F_CLOSE are working now. 2019-10-16 14:03:31 -04:00
Bobbi Webber-Manners
d4b4472cbb Added F_DELETE system call to README. 2019-10-15 16:56:31 -04:00
Bobbi Webber-Manners
dec15e22af Implemented F_DELETE syscall. 2019-10-15 16:24:55 -04:00
Bobbi Webber-Manners
be270bbfa6 Fixed handing of ProDOS MLI return code. 2019-10-14 20:53:04 -04:00
Bobbi Webber-Manners
0405dcdd3c Have ProDOS CREATE call working from Z80 now. 2019-10-14 20:29:02 -04:00
Bobbi Webber-Manners
d70a4e1c4d Some corrections. 2019-10-14 17:46:46 -04:00
Bobbi Webber-Manners
8ec4146b12 Updated the README. 2019-10-14 17:43:38 -04:00
Bobbi Webber-Manners
4fcad07199 Implemented a lot more of BDOS. Not working yet! 2019-10-14 17:18:27 -04:00
Bobbi Webber-Manners
b60ac006b7 Fixed stack top. Added CP/M memory definitions. 2019-10-13 22:08:08 -04:00
Bobbi Webber-Manners
0982b4eb5e Added BDOSINIT routine to initialize Z80 SP 2019-10-13 19:46:02 -04:00
Bobbi Webber-Manners
89f38d70a0 Added a few more of the simple BDOS calls. 2019-10-13 00:33:50 -04:00
Bobbi Webber-Manners
73788c2ca6 Added comment that Softcard has to be in slot 4. 2019-10-12 21:10:59 -04:00
Bobbi Webber-Manners
c6a2f37528 Added comment about the .PO disk image. 2019-10-12 20:54:11 -04:00
Bobbi Webber-Manners
dbf8116af7 Finished first version of README.md. 2019-10-12 20:47:41 -04:00
Bobbi Webber-Manners
6ddb24bc4d Initial commit. 2019-10-12 20:18:59 -04:00
Bobbi Webber-Manners
8696185cae Initial commit of z80asm (without Apple II mods.) 2019-10-12 19:17:55 -04:00
Bobbi Webber-Manners
109a8caafa Initial commit of z80as (and hex2bin) source. 2019-10-12 19:16:41 -04:00
Bobbi Webber-Manners
fb8cfb89f0 Initial version of README.md. 2019-10-12 18:37:10 -04:00
Bobbi Webber-Manners
930b303d00
Initial commit 2019-10-12 17:28:50 -04:00