Login

Subversion Repositories NedoOS

Rev

Rev 958 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

        device zxspectrum128

        ;include "target.asm"

        org #4000
begin
        jp ayfx.INIT            ;#4000
        jp ayfx.PLAY            ;#4003
        jp ayfx.FRAME           ;#4006
        jp pt3player.INIT       ;#4009
        jp pt3player.PLAY       ;#400c
        jp pt3player.MUTE       ;#400f ;NEW for TFM
TURBOFMON db 0                  ;#4012 ;NEW for TFM
       
        ifdef TFM
                include "../_sdk/tfmplay.asm"
        else
        ifdef WYZ
                include "../_sdk/wyzplay.asm"
BUFFER_DEC
        ds 256 ;=#6000 ;place for decoding channel data
        else
                include "../_sdk/pt3play.asm"
        endif
        endif
        include "../_sdk/ayfxplay.asm"

end

        ;display "Top: ",/h,$
        savebin "sound.bin",begin,end-begin