?login_element?

Subversion Repositories NedoOS

Rev

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

  1.         DEVICE ZXSPECTRUM1024
  2.         org 0x4000
  3. begin
  4.         ld hl,MDLADDR
  5.         jr INIT
  6.         call PLAY
  7.         jp 0x8003
  8.         include "../../_sdk/ptsplay.asm"
  9. MDLADDR
  10.         incbin "everlast.pt3"
  11. end
  12.         savebin "sprexamp/music.bin",begin,end-begin
  13.