?login_element?

Subversion Repositories NedoOS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1.         DEVICE ZXSPECTRUM1024
  2.         org 0xc000
  3. begin
  4.         ld hl,MDLADDR
  5.         jr INIT
  6.         call PLAY
  7.         ret;jp 0x8003 ;sfx
  8.         include "../../_sdk/ptsplay.asm"
  9. MDLADDR
  10.         incbin "UFO_2_Intercept_em.pt3"
  11.         savebin "ufo2/ufomuz2.bin",begin,$-begin
  12.