home *** CD-ROM | disk | FTP | other *** search
/ Supremacy 2 / Supremacy-2.iso / Pompey / PP_111.MSA / POPIMENU / PMFHEADR.S < prev    next >
Text File  |  1992-08-07  |  763b  |  19 lines

  1. * PoPiMenu Music File header
  2.  
  3.     dc.l    "PMF!"
  4.     dc.w    init-offset        initialiser offset
  5.     dc.w    1            initial tune number
  6.     dc.w    vblank-offset        vertical blank offset
  7.     dc.w    newtune-offset        change music offset
  8.     dc.w    -1            sync rate detection flag
  9.     dc.w    -1            reserved for future use
  10. offset
  11.  
  12. * Initialiser offset is added to 'offset' and called...
  13. * Initial tune number is placed in D0 before calling initialiser
  14. * Vertical blank offset is added to 'offset' and placed in vertical blank list
  15. * Change music offset is added to 'offset' if <> -1 and called when M pressed
  16. * Sync rate detection flag is -1 if the music doesn't detect sync rate,
  17. * 0 if it does, 1 if it only does so in colour
  18. * Last word is reserved, so set it to -1 to avoid any problems in future
  19.