Skip to content

Releases: ryangray/zx81-utils

1.0.5

28 Dec 00:18
Compare
Choose a tag to compare
  • 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

16 Dec 17:25
Compare
Choose a tag to compare
  • p2ts1510 tape-like loader works properly now and for TS1500
  • Improved info output for p2ts1510
  • Makefile improvements
  • Re-organize the test files
  • tap0auto renamed to tapauto
  • tapauto can just report the autorun info

1.0.3

10 Mar 05:35
Compare
Choose a tag to compare

Update all utilities to have the option -? to show usage. Add new utility p2ts1510 that makes a ROM image of a ZX81 program in a P file that can be used on a TS1510 cartridge or compatible clone.

Binaries supplied for 64-bit Raspberry Pi Linux and MS-DOS.

1.0.2

26 Nov 20:32
Compare
Choose a tag to compare

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.

1.0.1

23 Apr 07:15
Compare
Choose a tag to compare

All now build with Turbo C++ 3.0 under MSDOS. Includes new rem2bin utility. Binaries for DOS and Raspberry Pi 64 bit.

1.0.0

21 Apr 00:46
Compare
Choose a tag to compare

Initial binary release for Raspberry Pi (bullseye) 64 bit, and P2TXT.EXE for MSDOS.