Commit Graph

62 Commits

Author SHA1 Message Date
michaelangel007 ac9487c04f Default all files to Access Can destroy/rename/write/read 2023-04-06 19:12:49 -07:00
michaelangel007 44522562ba Add create test disk batch file 2023-04-06 19:12:06 -07:00
michaelangel007 d76a6175ab Include, but don't compile, helper source files (since there is only 1 source file to compile which automatically includes them.) 2023-04-06 18:36:44 -07:00
michaelangel007 24825f9dc2 Build prodosfs on Windows to match macOS 2023-04-06 18:35:48 -07:00
michaelangel007 83d3052877 Add MSVC 2019 Solution 2023-04-06 13:45:18 -07:00
michaelangel007 0790749917 Fix cast warnings 2023-04-06 13:44:30 -07:00
michaelangel007 7c4c456896 Fix Win32 build 2023-04-06 13:44:16 -07:00
michaelangel007 5d1dbfcd9d Fix WIN32 define 2023-04-06 13:44:05 -07:00
michaelangel007 280660fa69 Fix capitalization 2023-03-19 08:08:50 -07:00
Michaelangel007 a0529687bd Fix GET to parse paths properly 2017-12-30 10:36:30 -08:00
Michaelangel007 1ac7e2f26a Fix catalog output trailer to match 15 char filenames 2017-12-30 10:36:11 -08:00
Michaelangel007 8538c68c1b Add access and type to _META 2017-12-29 09:52:40 -08:00
Michaelangel007 7fe028980b Cleanup alignment 2017-12-29 09:37:34 -08:00
Michaelangel007 72c75dca55 Add note aboute ._META 2017-12-29 09:37:24 -08:00
Michaelangel007 0bcddbf90e Add TODO: -meta -nometa 2017-12-29 09:37:07 -08:00
Michaelangel007 ecb99a1ae0 Rename to 'prodosfs' so we can extract PRODOS system file 2017-12-29 09:30:01 -08:00
Michaelangel007 3710b9c9db Bugfix: GET 2017-12-29 09:27:03 -08:00
Michaelangel007 96277a4a8d Added more debug messages GET 2017-12-29 09:26:51 -08:00
Michaelangel007 ab5bd71d7b Cleanup doCopy() 2017-12-29 09:26:27 -08:00
Michaelangel007 7820c58ab7 Cleanup debug messages 2017-12-29 09:25:48 -08:00
Michaelangel007 bd0474297c Add get PRODOS example 2017-12-29 09:25:23 -08:00
Michaelangel007 1eed1bbf72 Cleanup GET 2017-12-11 08:25:29 -08:00
Michaelangel007 bc5e27afeb Cleanup DELETE 2017-12-11 08:25:14 -08:00
Michaelangel007 fe10d81843 Cleanup getHexVal() 2017-12-11 08:24:54 -08:00
Michaelangel007 ec5681f79e Document -type= 2017-12-11 08:24:34 -08:00
Michaelangel007 daaf727106 Add: ProDOS_ExtractBootSector() and ProDOS_ReplaceBootSector() 2017-12-11 08:22:52 -08:00
Michaelangel007 649329c1ef Add boot sector note to init 2017-12-11 08:22:05 -08:00
Michaelangel007 748dfa85e7 TODO: Check if over-writing existing file 2017-12-11 08:20:06 -08:00
Michaelangel007 cc5237de1b Simply meta file writing 2017-12-11 08:19:33 -08:00
Michaelangel007 b410ee094b Close file 2017-12-11 08:18:23 -08:00
Michaelangel007 9ae839719a Fix Aux when writing file 2017-12-11 08:17:22 -08:00
Michaelangel007 43ce7299cc Initial working version of Extract 2017-11-07 08:50:02 -08:00
Michaelangel007 8aaf926604 Remove hard-coded ProDOS index block with DskPutIndexBlock() 2017-11-07 08:45:05 -08:00
Michaelangel007 115677223c Initial PRODOS_MAX_PATH 2017-11-07 08:43:37 -08:00
Michaelangel007 b31fd85c18 Add DskGetIndexBlock(), DskPutIndexBlock() prodos helpers 2017-11-07 08:43:09 -08:00
Michaelangel007 866304d006 Cleanup trailing whitespace (EOL) 2017-11-07 07:48:58 -08:00
Michaelangel007 9eba0fe621 WIP: Extract() 2017-11-07 07:48:15 -08:00
Michaelangel007 166a14fd74 Add note where path splitting occurs 2017-11-07 07:47:41 -08:00
Michaelangel007 faaa2df0f6 Add prodos_DumpFileHeader() 2017-11-07 07:46:57 -08:00
Michaelangel007 ea38c4f782 Cleanup hard-coded consts replace with PRODOS_ROOT_OFFSET 2017-11-07 07:46:20 -08:00
Michaelangel007 929fee853a Cleanup spacing, add note about public/private funcs 2017-11-07 07:45:12 -08:00
Michaelangel007 60dd3caccc Fix FileExtract() virtual path 2017-11-07 07:43:37 -08:00
Michaelangel007 d4de5d2a83 Added PRODOS_ROOT_OFFSET 2017-11-07 07:42:03 -08:00
Michaelangel007 525ba41030 Show access byte in catalog long form 2017-11-06 21:28:06 -08:00
Michaelangel007 e9dbe15651 Fix aux using 8-bit instead of 16-bit 2017-11-06 21:23:30 -08:00
Michaelangel007 c4ebac5747 Added build instructions 2017-11-06 10:03:17 -08:00
Michaelangel007 c4f7c077e3 Update makefile clean to display sources 2017-11-06 10:02:47 -08:00
Michaelangel007 592321c050 Added Makefile 2017-11-06 10:01:31 -08:00
Michaelangel007 0a4a191c46 Display help only if no args 2017-11-06 10:00:10 -08:00
Michaelangel007 af32cead6e Fix alignment 2017-11-06 09:50:13 -08:00