Skip to content
Discussion options

You must be logged in to vote

Yes!

You can run make -f Makefile.tap2z80 in the desktop directory to build the utility as a command-line tool on Linux. Except... there's a single line bug (I just submitted a PR to fix it, it is a straightforward edit to the source file).

Then it should work like this (for example).

$ ./tap_to_z80                                                     
Usage: ./tap_to_z80 <filename> <machine_type>
$ ./tap_to_z80 ~/Downloads/esp32rainbow/software/zxpacman_eng.tap 48k
Using 48k machine
Loading ROM 16384
Copying ROM 0
tzx_cas_to_wav_size: cassette image has incompatible header
tap_cas_fill_wave: Handling TAP block containing 0x13 bytes
tzx_cas_handle_block: loading 19 bytes
Pause for 1000 ms
…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by jeddak
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants