Ticket #2864: New implementation of uc1541 VFS
commit8db3c51d36f74cc7c03e80db3f6d2301dd85dbc9
authorSlava Zanko <slavazanko@gmail.com>
Wed, 22 Aug 2012 07:31:35 +0000 (22 10:31 +0300)
committerSlava Zanko <slavazanko@gmail.com>
Wed, 5 Sep 2012 11:58:09 +0000 (5 14:58 +0300)
tree5026a4a91fc62595d6d5de9a642255b6bffb22b6
parent0ec92fd0f719b618b3cd869e35519c7721733337
Ticket #2864: New implementation of uc1541 VFS

Due to date formatting, uc1541 extfs plugin is unusable, even tough the date formatting,
which is the one cause of the problem is coherent with the attached documentation (MM-DD-YYYY hh:mm).

Another problem with uc1541 script is connected rather with legal characters used in filename
rather than with script itself - in PET ASCII it is perfectly fine to use slash "/" character
in filenames, and as a side effect all files containing slash inside d64 image are represented
as directories on MC.

Signed-off-by: Slava Zanko <slavazanko@gmail.com>
configure.ac
src/vfs/extfs/helpers/.gitignore
src/vfs/extfs/helpers/Makefile.am
src/vfs/extfs/helpers/uc1541 [new file with mode: 0755]
src/vfs/extfs/helpers/uc1541.in [deleted file]