Subversion Repositories NedoOS

Rev

Rev 1712 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download

  1. PLAYERSTART = 0x4000
  2.  
  3.         macro PLAYERHEADER
  4.         dw playerinit
  5.         dw playerdeinit
  6.         dw musicload
  7.         dw musicunload
  8.         dw musicplay
  9.         dw isfilesupported
  10.         endm
  11.