Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Don't know what to say. Yep, tap file works in CSPECT but only if I load it from the SDCARD. I was going to use my phone with playzx on my phone, but, I don't have a 3.5mm jack only bluetooth... There's nothing special. Try merging the basic program in then run it from line 2 to load the code and go - it should just work...
In the meantime, I will check I haven't used any Next opcodes by mistake!

Deleted 236 days ago

there are 2 .tap files - try them both - different emulators complain about the first one... The one with the '-' in the name seems to work better - all I did was add a 'clear 32767'...

(1 edit)

Seems to be a problem with line 1050 where it lprints. Remming that line out and unremming the print anyone there line gets it working but the direction keys don't work once in the game. This is on a 128k. You can't break out of line 1050 in 48K mode, this is on a Toastrack rom in a Harlequin 128K


If we can get it to run OK the save lines right at the end will be modified to drop it onto microdrive 

Thanks, will take a look - If its that bad, I will just rem it out!!!

Ok, merging in the basic block and doing clear before loading the MC block makes the game boot in real 48k spectrum!

I just worked that out too with help from the Spectrum facebook group :) I cleared the stack before saving but forgot to clear it before loading in the code - well spotted too. Will upload a TZX.

(1 edit)

Just had chance to test, works a treat, now to fire up Trans Express and get it onto microdrive ๐Ÿ˜


Or if I edited the save lines at the end of the basic to microdrive versions would it work? It would be great if it did as I could do the poke to get it to save 2 copies on the cartridge for access speed and or data security..... 

(1 edit)

Would I need to add a CLEAR command, if so what value? 

no need for any added clears since it works correctly now. And yes, you should be able to change the save and load lines to microdrive ones. Just check the first couple of lines at the start of the program as I can't remember if I load the code at line 5 or not.

Many thanks, I'll give it a go ๐Ÿ‘๐Ÿ˜

cool, should be easy ๐Ÿ˜€

Worked a treat. Loads in seconds ๐Ÿ˜

woohoo, well done ๐Ÿ˜€

Had a play this evening and nicked the screen$ from the Paul Farrow port, so I now have a loading screen. Each block of code is saved twice on the cartridge too.