Commit Graph

631 Commits

Author SHA1 Message Date
Bobbi Webber-Manners
367d50454b Merged back in *DIR slot/drive (:sd) handling 2021-08-29 02:15:01 -04:00
Bobbi Webber-Manners
7115582b13 Consolidated error handler patch from JGH. 2021-08-29 01:13:31 -04:00
Bobbi Webber-Manners
a0b1a3e719 Add support for *DIR :sd and *DIR :sd/PATH (slot/drive nums) 2021-08-28 20:56:48 -04:00
Bobbi Webber-Manners
6df7ea6316 *DIR ^/^/^/FOO/BAR/BAZ now works. Phew! 2021-08-28 16:13:31 -04:00
Bobbi Webber-Manners
d4fc8d1b42 Better handling of *DIR ^ and *DIR ^/SOME/PATH 2021-08-28 14:24:20 -04:00
Bobbi Webber-Manners
f5d596a4eb Added PARENT function to support '*DIR ^' 2021-08-28 00:45:03 -04:00
Bobbi Webber-Manners
d29d1f250b Added SAV APPLECORN to save the BIN 2021-08-27 22:47:31 -04:00
Bobbi Webber-Manners
dd03fd18c7 Improved error handling of OSFILE commands 2021-08-26 23:32:40 -04:00
Bobbi Webber-Manners
51870e010c Removed duplicate call to GET_FILE_INFO. 2021-08-26 21:49:05 -04:00
Bobbi Webber-Manners
1ffd751419 Enforce *DIR argument, allow trailing space 2021-08-26 19:21:23 -04:00
Bobbi Webber-Manners
7c98d6a98b Merging JGH: Tweeks to i/f between OSCLI & HOSTFS. 2021-08-26 17:36:46 -04:00
Bobbi Webber-Manners
9390b7c730 Error handling for *RENAME.` 2021-08-25 23:49:13 -04:00
Bobbi Webber-Manners
7ab32daacb Implemented FSCV RENAME call. No err handling yet. 2021-08-25 18:25:42 -04:00
Bobbi Webber-Manners
599ae0cb45 Added *CDIR/*MKDIR handling. 2021-08-24 23:40:47 -04:00
Bobbi Webber-Manners
1d90ac17f8 Deleted commented out code. 2021-08-24 22:18:42 -04:00
Bobbi Webber-Manners
72613e75ec Merged in JGH's latest auxmem.oscli.s. 2021-08-24 22:01:41 -04:00
Bobbi Webber-Manners
76aab9ce31 Minor fix to FSCHND. 2021-08-24 17:42:12 -04:00
Bobbi Webber-Manners
0c41bf0f3a Comments fix 2021-08-24 14:04:37 -04:00
Bobbi Webber-Manners
ab8ba0c274 *DIR error handling 'Bad dir'. 2021-08-24 13:42:08 -04:00
Bobbi Webber-Manners
76eb70bbe9 Fixed return code bug in LOADFILE. 2021-08-24 12:52:58 -04:00
Bobbi Webber-Manners
ca72fec379 Further improvements to DELETE error handling. 2021-08-24 12:38:05 -04:00
Bobbi Webber-Manners
e6ab679ebd Fixed silly bug in DELETE error handling. 2021-08-24 01:02:22 -04:00
Bobbi Webber-Manners
d5ee3aaf02 Adding error handling to DELETE. In progress. 2021-08-24 00:50:56 -04:00
Bobbi Webber-Manners
ac256afdfd Add UPDFB: update FILEBLK after LOADFILE/SAVEFILE. 2021-08-23 23:59:52 -04:00
Bobbi Webber-Manners
8d12c531cc Fixed previous commit. Ooops. 2021-08-23 22:38:29 -04:00
Bobbi Webber-Manners
8ac9b5e2a6 SAVEFILE now updates file length in OSFILE CB. 2021-08-23 22:06:48 -04:00
Bobbi Webber-Manners
8bcaa79ec2 Fix OSFILE return code. Return A=0 for FSCRUN. 2021-08-23 20:53:47 -04:00
Bobbi Webber-Manners
027f33f60e Fixed *DIR to work with new OSCLI handler. 2021-08-22 23:15:55 -04:00
Bobbi Webber-Manners
d603dda13d Fixed silly error in STARFILE. 2021-08-22 20:34:23 -04:00
Bobbi Webber-Manners
67f230d07a Replaced OSCLI dispatcher with JGH's table driven version 2021-08-22 19:04:30 -04:00
Bobbi Webber-Manners
c4f20036f9 Reinstated OSFILE error handling that I broke! 2021-08-22 16:59:07 -04:00
Bobbi Webber-Manners
8d220fb4dd Added *RENAME. 2021-08-22 15:53:05 -04:00
Bobbi Webber-Manners
35a8b8b2a0 Implemented OSFILE A=&06: Delete file, *DELETE cmd 2021-08-21 20:13:06 -04:00
Bobbi Webber-Manners
69790423f2 JGH VDU driver fixes. Fixes ticket #38. 2021-08-21 17:53:18 -04:00
Bobbi Webber-Manners
04cf21037b Removed TODO comment. OSFILE SAVE updates CB. 2021-08-21 16:31:34 -04:00
Bobbi Webber-Manners
8dd9e8af3d Update OSFILECB for LOAD with and without address 2021-08-21 16:06:20 -04:00
Bobbi Webber-Manners
7193e290fc Moved KBDINIT to AUXMEM.CHARIO.S 2021-08-21 14:51:08 -04:00
Bobbi Webber-Manners
9d0c836d35 Removed "Not working yet" text for BCPL 2021-08-20 22:17:21 -04:00
Bobbi Webber-Manners
d9263349a4 Added files from BCPL diskette to Applecorn media 2021-08-20 21:46:10 -04:00
Bobbi Webber-Manners
fa4a88585d OSFILE updates it's control block. *RUN works. 2021-08-20 21:03:42 -04:00
Bobbi Webber-Manners
77215e1566 Other minor cherrypicked changes from JGH's repo 2021-08-20 19:33:03 -04:00
Bobbi Webber-Manners
81a2cdc7df Minor updates to OSCLI *RUN/*CAT handling 2021-08-20 19:11:58 -04:00
Bobbi Webber-Manners
f2863d1739 Initialize OSBYTE variables. 2021-08-20 18:57:14 -04:00
Bobbi Webber-Manners
2c613a9787 Use BYTE8E to start ROM 2021-08-20 18:35:31 -04:00
Bobbi Webber-Manners
54444bca73 Call VDUINIT rather than CLEAR. 2021-08-19 16:11:53 -04:00
Bobbi Webber-Manners
f9a5d36ffb Latest VDU driver from JGH. Copy cursor now works! 2021-08-19 14:18:08 -04:00
Bobbi Webber-Manners
8f35f76d62 Increase EAUXMOS1 (end of staging area) - Thanks JGH! 2021-08-19 13:50:59 -04:00
Bobbi Webber-Manners
3f17b42dc4 Pass load address to aux mem for *RUN 2021-08-18 23:45:52 -04:00
Bobbi Webber-Manners
bb7a41000e *RUN / OSFSC(A=&04) enhancements. More to come. 2021-08-18 21:02:07 -04:00
Bobbi Webber-Manners
86c0e2bf54 Fix *SAVE start address (ticket #34) 2021-08-18 20:08:13 -04:00
Bobbi Webber-Manners
13022f0433 OSFILE: Call GET_FILE_INFO to obtain load address 2021-08-17 20:13:51 -04:00
Bobbi Webber-Manners
7e6d9cf4fb Enable PAGE2 shadow on ROM3 GS. 2021-08-17 15:49:27 -04:00
Bobbi Webber-Manners
5313c6188e IENTAUX/IENTMAIN macros for IRQ handlers. No CLI! 2021-08-17 12:00:50 -04:00
Bobbi Webber-Manners
0d93ec933c Reset annunciators AN0..3 on reset for RGB card 2021-08-17 11:35:26 -04:00
Bobbi Webber-Manners
1e2f4285e1 Rolled back latest VDU/CHARIO changes. Broken! 2021-08-17 11:19:30 -04:00
Bobbi Webber-Manners
eb960cfcdf Latest JGH changes to VDU and CHARIO. 2021-08-17 08:51:40 -04:00
Bobbi Webber-Manners
8c92712dbe More IRQ handling fixes. Should be correct now! 2021-08-16 14:58:05 -04:00
Bobbi Webber-Manners
a651218346 Merged JGH's auxmem.bytwrd.s improvements. 2021-08-16 13:42:23 -04:00
Bobbi Webber-Manners
6950ed4a55 Fix broken disk image. 2021-08-15 21:13:48 -04:00
Bobbi Webber-Manners
ec9aa1ab86 Added SEI/CLI to COPYAUXBLK. Fixes *. on GS. 2021-08-15 20:49:10 -04:00
Bobbi Webber-Manners
94ed75352f Added main memory BRK handler for GS. 2021-08-15 18:18:52 -04:00
Bobbi Webber-Manners
76842a55c7 SEI before XFER, CLI after. For the IIgs. 2021-08-15 17:15:26 -04:00
Bobbi Webber-Manners
4d292c4702 Minor change to SP handling on AUX->MAIN 2021-08-15 15:27:35 -04:00
Bobbi Webber-Manners
df3f82ea32 Added additional OSBYTE calls. 2021-08-15 01:26:01 -04:00
Bobbi Webber-Manners
0da35a493f Implemented OSBYTE1/2/3 (no-ops mostly) 2021-08-14 23:57:46 -04:00
Bobbi Webber-Manners
4ad57d2ac4 Refactored code. Renamed source file. 2021-08-14 23:42:06 -04:00
Bobbi Webber-Manners
08f006d607 JGH: Beginnings of copy cursor support. 2021-08-14 22:34:02 -04:00
Bobbi Webber-Manners
8b39405a4a JGH improvements to auxmem.chario.s. 2021-08-14 17:42:19 -04:00
Bobbi Webber-Manners
4943986bae Improvements to startup code. 2021-08-14 02:16:58 -04:00
Bobbi Webber-Manners
9fbb3b9245 Clean up macros. IRQ handling fix 2021-08-14 01:18:35 -04:00
Bobbi Webber-Manners
e850f5dc6c Fixed lowercase filenames on disk image. 2021-08-13 13:06:45 -04:00
Bobbi Webber-Manners
337fbe9c0f Updated disk image with latest code 2021-08-12 17:14:42 -04:00
Bobbi Webber-Manners
a9bde4db93 Merged in latest JGH enhancements. 2021-08-12 16:58:13 -04:00
Bobbi Webber-Manners
d781709ed5 Added simple ROM selection menu. 2021-08-10 15:10:15 -04:00
Bobbi Webber-Manners
e199eb4ac2 Fix OSBYTE82. Lisp works again now. Thx ivanizag! 2021-08-10 09:24:08 -04:00
Bobbi Webber-Manners
e3a4537db4 Incorporate the rest of JGH's MOS refactoring. 2021-08-09 21:27:44 -04:00
Bobbi Webber-Manners
55633be799 Latest 800K img w/ experimental build for JGH also 2021-08-08 23:14:36 -04:00
Bobbi Webber-Manners
d31ea2636b Split source files, for ease of maintenance. 2021-08-07 22:48:24 -04:00
Bobbi Webber-Manners
297b525735 Implemented rest of J.G.Harston minor cleanup. 2021-08-07 13:12:34 -04:00
Bobbi Webber-Manners
c1d288ab08 A bit more code re-organization. 2021-08-07 00:52:25 -04:00
Bobbi Webber-Manners
d37cb1b4e3 More source code re-org (Thx to JGH) 2021-08-07 00:24:56 -04:00
Bobbi Webber-Manners
1fa43a13a6 Some MOS workspace cleanup - thx to J.G.Harston! 2021-08-06 22:27:21 -04:00
Bobbi Webber-Manners
ae6753ac0b Pass Apple II IRQs to ProDOS IRQ handler (not tested!) 2021-08-05 23:02:13 -04:00
Bobbi Webber-Manners
296c4d9cd6 Fix OSWORD5/6. Lisp (sorta) runs now! 2021-08-05 16:19:39 -04:00
Bobbi Webber-Manners
9bc66aae71 Add 'N' before filename with numeric first char 2021-08-04 22:05:23 -04:00
Bobbi Webber-Manners
0cbc0ffdae Implement JGH's fix to aux address / load address 2021-08-04 19:40:10 -04:00
Bobbi Webber-Manners
13da1b59a5 Reorganized auxmem code into logical chunks. 2021-08-04 18:26:36 -04:00
Bobbi Webber-Manners
0ed16ad952 Command line parsing fixes. 2021-08-04 11:17:40 -04:00
Bobbi Webber-Manners
22a33d9673 Fixed BGET bug (was returning with C set always) 2021-08-04 09:32:52 -04:00
Bobbi Webber-Manners
7dad53b031 Fix apparent bug in FILEGET 2021-08-04 09:08:19 -04:00
Bobbi Webber-Manners
06511e2777 Improved Esc handling. Added ^S/^Q pause/resume. 2021-08-03 22:42:24 -04:00
Bobbi Webber-Manners
38c0d4c36d Implemented *SAVE (just start and end addr for now) 2021-08-03 22:02:54 -04:00
Bobbi Webber-Manners
6e3b0a99bc Implemented parsing for hex options. *LOAD. 2021-08-03 20:06:45 -04:00
Bobbi Webber-Manners
3255c5700a Started *LOAD/*SAVE. Addresses hard-coded for now. 2021-08-02 15:10:19 -04:00
Bobbi Webber-Manners
ceeea89556 OSCLI handler improvements. 2021-08-01 21:14:26 -04:00
Bobbi Webber-Manners
2a47a9ea88 Finished OSARGS. Seek command done. 2021-08-01 16:32:15 -04:00
Bobbi Webber-Manners
a5a61f82d0 Added OSARGS call to support EXT# in BASIC (file length) 2021-08-01 15:52:11 -04:00
Bobbi Webber-Manners
6daa528396 OSARGS 'Get Pointer' function now works (PTR# in BASIC) 2021-08-01 15:28:10 -04:00
Bobbi Webber-Manners
f68f268806 Finished refactoring/cleanup 2021-07-31 21:39:05 -04:00
Bobbi Webber-Manners
db3bb4e6fd Further code cleanup. 2021-07-31 20:37:18 -04:00
Bobbi Webber-Manners
d801dfff58 Removed unnecessary PHA/PLA 2021-07-31 20:27:42 -04:00
Bobbi Webber-Manners
81fb379a01 Even more code cleanup! 2021-07-31 20:19:15 -04:00
Bobbi Webber-Manners
9552ae0d29 More code cleanup 2021-07-31 18:58:59 -04:00
Bobbi Webber-Manners
3781e74425 Further cleanup 2021-07-31 17:33:08 -04:00
Bobbi Webber-Manners
aa992200c0 More core cleanup 2021-07-31 16:26:32 -04:00
Bobbi Webber-Manners
e8dda24e6c Some more code cleanup 2021-07-31 16:10:12 -04:00
Bobbi Webber-Manners
3f94c48bcc More code cleanup (in progress ...) 2021-07-30 17:33:50 -04:00
Bobbi Webber-Manners
51de720795 Code cleanup. 2021-07-30 16:49:34 -04:00
Bobbi Webber-Manners
aebc3d261f Implemented OSARGS flush cmds. Auxmem code cleanup. 2021-07-30 15:47:36 -04:00
Bobbi Webber-Manners
eea38f083e Fixed OSCLI code for lang ROM service entry call 2021-07-30 12:20:16 -04:00
Bobbi Webber-Manners
7a88ac4919 Pass unrecognized OSCLI to lang ROM 2021-07-29 22:41:48 -04:00
Bobbi Webber-Manners
22bf393090 Fix to OSBPUT (was trashing A) 2021-07-29 21:33:35 -04:00
Bobbi Webber-Manners
e2ff749d3b Add OSBYTE 02/03/80. Fix OSFIND 'update' behaviour. 2021-07-29 21:17:12 -04:00
Bobbi Webber-Manners
3d4c4b2e85 Added support for OSBYTE $7F (End of file) 2021-07-29 14:43:56 -04:00
Bobbi Webber-Manners
e40f3a391a BGET and BPUT seem to be working now. 2021-07-28 20:47:26 -04:00
Bobbi Webber-Manners
9d024ad5b8 Handle I/O buffers. Split code into multiple files. 2021-07-28 00:17:47 -04:00
Bobbi Webber-Manners
80fbfbd6cd Merged in JGHarston's patch. (Second attempt!)` 2021-07-26 20:07:51 -04:00
Bobbi Webber-Manners
58d6727e5e Started work on OSFIND, OSBGET/OSBPUT. W-I-P. 2021-07-26 17:58:30 -04:00
Bobbi Webber-Manners
d68dbd19bf Added more OSBYTE/OSWORD calls. FSCV vector. 2021-07-25 19:04:51 -04:00
Bobbi Webber-Manners
977b260be4 Fix OSWORD0, add OSWORD5/6. Improve OSCLI debug. Other fixes. 2021-07-25 16:46:16 -04:00
Bobbi Webber-Manners
2e24580981 Added routine to disconnect /RAM 2021-07-22 21:29:05 -04:00
Bobbi Webber-Manners
aabc8c21e6 Fixed prefix-setting code 2021-07-22 18:11:21 -04:00
Bobbi Webber-Manners
4cb94bb3aa Reimplemented OSWORD(A=$00). Forth works now too! 2021-07-20 23:47:30 -04:00
Bobbi Webber-Manners
bfbf1348f8 Implemented *DIR and *HELP 2021-07-19 22:20:02 -04:00
Bobbi Webber-Manners
a4e22aa581 Corrected location of AUXBLK -> Aux LC memory 2021-07-19 15:42:04 -04:00
Bobbi Webber-Manners
a6e3753c44 Added *CAT function. Fixed LOADFILE bug. 2021-07-18 23:58:29 -04:00
Bobbi Webber-Manners
00c69604d1 Added *QUIT command 2021-07-17 22:51:36 -04:00
Bobbi Webber-Manners
83c048b603 Fixed warmstart - only relocate on cold start! 2021-07-17 16:03:48 -04:00
Bobbi Webber-Manners
7bb65cdca8 Improved LOADFILE error handling 2021-07-17 13:15:28 -04:00
Bobbi Webber-Manners
28f7d31491 Improved default break handler, OSFILE error handling 2021-07-17 02:13:07 -04:00
Bobbi Webber-Manners
43b97430fb Initial version. 2021-07-15 22:16:22 -04:00