?login_element?

Subversion Repositories NedoOS

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1.         device pentagon1024
  2.  
  3.         include "target.asm"
  4.  
  5.         org #4000
  6. begin
  7.         jp ayfx.INIT            ;#4000
  8.         jp ayfx.PLAY            ;#4003
  9.         jp ayfx.FRAME           ;#4006
  10.         jp pt3player.INIT       ;#4009
  11.         jp pt3player.PLAY       ;#400c
  12.         jp pt3player.MUTE       ;#400f ;NEW for TFM
  13. TURBOFMON db 0                  ;#4012 ;NEW for TFM
  14.        
  15.         ifdef TFM
  16.                 include "tfmplay.asm"
  17.         else
  18.         ifdef WYZ
  19. BUFFER_DEC=#6000 ;place for decoding channel data
  20.                 include "wyzplay.asm"
  21.         else
  22.                 include "pt3play.asm"
  23.         endif
  24.         endif
  25.         include "ayfxplay.asm"
  26.  
  27. end
  28.  
  29.         display "Top: ",/h,$
  30.         savebin "sound.bin",begin,end-begin