Commit Graph

144 Commits

Author SHA1 Message Date
Bobbi Webber-Manners 1af498dad7 Only write freelist if there has been a change 2020-06-14 23:20:19 -04:00
Bobbi Webber-Manners 6617c9a713 Fixup for builds where CHECK and FREELIST are not defined 2020-06-14 23:03:02 -04:00
Bobbi Webber-Manners 2667b10258 Improved directory listing printout 2020-06-14 22:47:19 -04:00
Bobbi Webber-Manners 96c3f0c17a Improved the way TRIMDIR conditional compilation is done 2020-06-14 02:52:09 -04:00
Bobbi Webber-Manners 31f8c72ab3 Do not trim volume directory to less than 4 blocks 2020-06-14 02:38:21 -04:00
Bobbi Webber-Manners 3044e81aac Updated README-sortdir.md to include no-op sort '.' 2020-06-14 02:29:27 -04:00
Bobbi Webber-Manners ea8e4953a0 Disabled TRIMDIR support by default for now. 2020-06-14 02:25:46 -04:00
Bobbi Webber-Manners aad021cbd2 Reinstated no-op sort. Improved directory trimming code. 2020-06-14 02:24:50 -04:00
Bobbi Webber-Manners 7a4fabd990 Trimming of directory blocks is working now 2020-06-14 01:59:33 -04:00
Bobbi Webber-Manners fdc7f30b82 Removed commented out code block 2020-06-13 20:08:58 -04:00
Bobbi Webber-Manners 0e882ee3c7 Improved wording 2020-06-13 00:17:00 -04:00
Bobbi Webber-Manners 8d1a9cb736 Added stub file for extend utility documentation 2020-06-13 00:08:12 -04:00
Bobbi Webber-Manners d55582ad4c Fixed mess up with links in READMEs 2020-06-13 00:05:32 -04:00
Bobbi Webber-Manners 63edcd1f07 Hopefully this fixes the links 2020-06-13 00:03:48 -04:00
Bobbi Webber-Manners 13f07742ce Reorganizing READMEs 2020-06-13 00:01:23 -04:00
Bobbi Webber-Manners e813c014a4 Fixed typos. Copied README.md->README-sortdir.md 2020-06-12 23:57:21 -04:00
Bobbi Webber-Manners 38b8efea1b README file for veserver 2020-06-12 23:53:15 -04:00
Bobbi Webber-Manners fd67bc2648 Minor fixup to argument handling 2020-06-12 23:39:32 -04:00
Bobbi Webber-Manners 3c2336a821 Added systemd unit file, command line params etc. 2020-06-12 23:07:56 -04:00
Bobbi Webber-Manners cd95171226 Fancier printout 2020-06-11 20:03:34 -04:00
Bobbi Webber-Manners 4514a815ae Only write block to disk if checksum is okay 2020-06-11 16:53:14 -04:00
Bobbi Webber-Manners 3e343223af Improved error checking. Added checksumming of data to write. 2020-06-11 16:21:40 -04:00
Bobbi Webber-Manners a8aba2032b Added clock driver support for legacy ProDOS and 2.5+ 2020-06-11 14:40:05 -04:00
Bobbi Webber-Manners 3ffa0e7ea5 Merge branch 'master' of https://github.com/bobbimanners/ProDOS-Utils 2020-06-11 00:25:11 -04:00
Bobbi Webber-Manners b722280c5a First version of VEServer - alternative server for ADT's VEDRIVE.SYSTEM. 2020-06-11 00:24:27 -04:00
Bobbi Webber-Manners 7c30edc14c
Added notes to README about zeroing free blocks 2020-06-08 11:34:42 -04:00
Bobbi Webber-Manners 3ce7f68f59 Improved error handling when too many files to sort 2020-06-07 18:06:02 -04:00
Bobbi Webber-Manners 2011ef9412 Implemented zeroblock() for ProDOS-8 (was a no-op before) 2020-06-07 16:20:31 -04:00
Bobbi Webber-Manners 5e6dfb27c8 Fixes to getfreeandused(). Wrong blocksize used. Block # overflow -> 0. 2020-06-07 16:05:15 -04:00
Bobbi Webber-Manners b131648b6e Fixed crash when there are too many files in a dir to sort 2020-06-07 13:51:34 -04:00
Bobbi Webber-Manners ecdc1661e1 Eliminate no-op sort, which is no longer required 2020-06-07 13:35:30 -04:00
Bobbi Webber-Manners cc032abe62 Speedup to checkfreeandused() routine. 2020-06-06 01:47:51 -04:00
Bobbi Webber-Manners 202a201826 Initial support for freelist & usedlist in aux mem. Works, but slow! 2020-06-04 00:46:23 -04:00
Bobbi Webber-Manners 0ab7ee20a6 Support for allocating the 12KB block of aux LC memory 2020-06-03 22:11:34 -04:00
Bobbi Webber-Manners c861f81bd4 Touched up screenshot 2020-06-03 19:46:40 -04:00
Bobbi Webber-Manners fa4f32391c Updated README yet again 2020-06-03 19:43:47 -04:00
Bobbi Webber-Manners 8df3adde3f Updated screenshots again 2020-06-03 19:41:49 -04:00
Bobbi Webber-Manners c37d29c83c README updates ... 2020-06-03 19:31:35 -04:00
Bobbi Webber-Manners a541e948c5 Updates to README 2020-06-03 19:28:50 -04:00
Bobbi Webber-Manners 728e1c5d6d Updated screenshots 2020-06-03 19:24:57 -04:00
Bobbi Webber-Manners fee09dba8d More README updates ... 2020-06-03 19:00:04 -04:00
Bobbi Webber-Manners 428f7f48e9 Updated README 2020-06-03 18:55:44 -04:00
Bobbi Webber-Manners 8436b51187 Updated options in usage() summary (disabled code in any case) 2020-06-03 18:54:06 -04:00
Bobbi Webber-Manners d481808776 Changed sorting options to enable both ctime & mtime. UI enhancements. 2020-06-03 18:49:48 -04:00
Bobbi Webber-Manners 956fd9654e Updated README with info about patch to cc65 DIO lib 2020-06-03 17:44:03 -04:00
Bobbi Webber-Manners 95ef43348a Reverse video for signon line / title 2020-06-03 17:33:33 -04:00
Bobbi Webber-Manners e2f71ce46d Improved the conditional compilation to save a few bytes 2020-06-02 22:12:31 -04:00
Bobbi Webber-Manners b98a9ede66 Fix to cc65 isdevice call (thanks to John Brooks!) 2020-06-02 21:54:38 -04:00
Bobbi Webber-Manners afe7fedd58 Deleted TODO comment 2020-06-02 21:18:59 -04:00
Bobbi Webber-Manners 98b52f0a58 Fix to cc65 dio_open() function to support ProDOS 2.5+ drive number >2 2020-06-02 21:18:11 -04:00