Main page
-
Recent changes
B
I
U
S
H2
H3
wiki-link
ext-link
img
code
list
table
date
Show page
Syntax
== Replay on your ZX Spectrum == from http://www.worldofspectrum.org/forums/discussion/comment/830496/#Comment_830496 Thank you FrankT and Utz. Export for .tap file from vortex tracker. Create this .bas loader file: ``` 20 LOAD ""CODE: LOAD ""CODE 100 LET l=USR 49152 110 PAUSE 1: LET l=USR 49157 120 IF INKEY$ ="" THEN GO TO 110 130 LET l=USR 49160 ``` //Line 100 initializes the player. 110-120 calls the play routine if no key is pressed. 130 stops the tune.// Then generate the tap file for the loader above with: ``` zmakebas -a 10 -o loader.tap loader.bas Then concatenate the 2 files together, the loader.tap being the first: ``` cat loader.tap VT.tap > final_tune.tap You can also export to .ay with vortex tracker, then convert the ay to tap with SpecAY-0.3b.zip which can be found there: http://www.specay.co.uk/download/
Password
Summary of changes
↓
↑
Powered by
LionWiki-t2t
History