Releases: ryangray/zx81-utils
Releases · ryangray/zx81-utils
1.0.5
- Add setting null terminator after strncpy for outfile name
- Fix using '-' to specify stdin
- Fix output of filename when using stdout
- Fix to open files in binary mode. It was only working on unix-like OSes.
- Make tape-like loader (-t) the default, and add (-p) switch for selecting the prog+vars loader.
Thanks to Kevin Steinhaus and Larry Lorenson for their help.
1.0.4
1.0.3
1.0.2
Added SCR address alias to hex2tap and a test case converting a .scr file to .tap with it. Updated DOS versions to have better buffer sizes but probably need to do more. DOS Turbo C also couldn't use strcasecmp() so had to conditionally compile with stricmp(). New utility tap0auto to disable auto run for programs in a tap file.