Topic: Camputers Lynx.
"Let's Go" running in 'Jynx', a Lynx computer emulator.
https://youtu.be/pSUBceBQsHQ
Sounds great!
I will plonk the LYNX .TAP file up on to my github sometime. Tap file auto starts within the Jynx emu.
At a guess most other engines should also work using the very minor changes.
origin $6500
bit 4 port $0084
device zxspectrum128
org $6500-13 ; Origin
tap_b: db $22,"NONAME",$22 ;name
db "M" ;type
dw end-begin ;program length
dw begin ;load point
org $6500
begin:
...
OUT ($84), A
...
end
tap_e: savebin "letsgo.tap",tap_b,tap_e-tap_b