1 (edited by bushy555 2024-04-28 09:53:34)

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

Re: Camputers Lynx.

Thanks Detective Bushy wink I'm glad you're figuring out and sharing all these specifics.

3 (edited by bushy555 2024-05-01 05:20:24)

Re: Camputers Lynx.

Have added a few more last night.

https://github.com/bushy555/Lynx_1-bit_music


...I need to add everyone's credits to that readme.md as well !