Skip to content

v1.3

Compare
Choose a tag to compare
@chris-y chris-y released this 25 Apr 15:28
· 11 commits to master since this release

Installation

  • Copy TZX2TAP to c:/dot
  • Copy tzxconv.bas to c:/nextzxos

In c:/nextzxos/browser.cfg, add a new TZX line:

TZX<.tzx2tap -b "|":load "c:/nextzxos/tzxconv.bas":let f$="|":goto 9000

Put this either before or after the existing line. If it is before, you can convert TZX files by pressing Enter from the browser. If it is after, you will need to press Symbol Shift+Enter to do the conversion. The original TZX loader will be on the other combination. It is recommended to put it before on a non-accelerated Next, and after on an accelerated Next.

Changes since v1.2

  • Added -l (list), -v (verbose) and -b (browser mode) options.
  • tzxconv.bas now builds from source (using zmakebas)