

heartlandAY_1.asm -     for use with Heartland (Odin). Choose 128k Spectrum, load game, assemble and play.
		        Tune will start to play after first 'game over' on menu screen.

heartlandAY_INT_2.asm - for use with Heartland (Odin). Choose 128k Spectrum, load game, assemble and play.
                        Beeper menu, AY continuous during gameplay.

heartlandAY_2.asm -   game not required, choose 128k Spectrum, assemble then start with RANDOMIZE USR 32768.


Code is designed to work, not to win coding prize. If you can improve, please do so.

Regards,

bad_beard@hotmail.com


On Spin Emulator, TOOLS>Z80 ASSEMBLER>OPEN FILE, press ALT+A, that's it!

Pasmo Example to create TAP:-

pasmo --tap heartlandAY_2.asm heartlandAY_2.tap
Now LOAD ""CODE, RANDOMIZE USR 32768


ps. There is a bug in the original game meaning you can never finish it.
To fix it, use Poke 24141,13: Poke 24142,92.