dos33fsprogs icon indicating copy to clipboard operation
dos33fsprogs copied to clipboard

Tools for manipulating Apple II dos33 filesystems

Results 15 dos33fsprogs issues
Sort by recently updated
recently updated
newest added

These string variables were being used uninitialized, causing me to get spurious errors due to random garbage, like: ``` $ prodos -t BIN -a 0x6000 VIMODE-PRODOS.dsk SAVE VIMODE Error! not...

The problem is that BSD/traditional Unixes (including Darwin/Mac OS, which impacts me), use a `getopt()` that, by default, demands that all the options be specified before any non-option arguments. So,...

`system.dsk` is recognized, but not e.g. `SYSTEM.DSK`. Similarly for `.2MG`. Perhaps you could use `strncasecmp` instead of `strncmp` to examine the filename extensions?

I tried to use **prodos** to **SAVE** a `BAS` file onto a ProDOS disk, but it didn't work. One part of the problem is that `BAS` files need an annotation/subtype...

What a great project! Thank you for creating and sharing it. Can you please include a LICENSE in the repository such as the GNU GPLv3? This way it allows others...

Hi, it looks like mkdos33fs does not generate valid "boot" disks. Let me explain better what I mean. I wanted to test an AppleSoft BASIC program of which I had...

A small fix, in the linking rule, in order to succeed compilations under MSYS2 Environment (gcc 7.3). Has been regressed onto Ubuntu too, with success.

Hello! Your tools are very cool! And you are inspiring me to do some hacking from Linux as well. (I don't have PulseAudio/ALSA input issues, so I wonder if it...

Hi! I noticed that the keypress detection didn't seem to work on the Apple II+. I added this, and a configuration switch called TARGET to the "info" file. Set it...