1
1
mirror of https://github.com/wader/fq.git synced 2024-10-04 07:27:08 +03:00
fq/format/tzx/testdata
2024-08-18 19:45:02 +02:00
..
basic_prog1.fqtest tzx: revert using an array of bytes 2024-08-18 19:45:02 +02:00
basic_prog1.tzx tzx: Add suport for ZX Spectrum TZX and TAP files 2024-08-01 11:57:51 +02:00
README.md tzx: add README to tests directory 2024-08-02 10:48:40 +02:00

basic_prog1.tzx

The basic_prog1.tzx test file was created directory from the FUSE emulator.

Inside the emulated ZX Spectrum a BASIC program was created:

10 PRINT "fq is the best!"
20 GOTO 10

and saved to tape:

SAVE "fqTestProg", LINE 10

Then from FUSE select the menu item Media > Tape > Save As...

Any BASIC, machine code, screen image, or other data, can be saved directly using the SAVE command. Further instructions can be found here: https://worldofspectrum.org/ZXBasicManual/zxmanchap20.html

Archive Info

The FUSE emulator is not able to add the tape metadata. As this tape block is very simple, it was added manually using a Hex editor.