home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 25 / GNOME_DEMO.iso / amiga / music / ays-t127.lzx / THX-Offsets.I < prev    next >
Text File  |  2012-06-15  |  1KB  |  23 lines

  1. ;-------------------T-----------T-----------------T---------T---------------
  2.  
  3. thxInitCIA          = 0*4       ;now implemented, reference doc file for use!
  4. thxInitPlayer       = 1*4
  5. thxInitModule       = 2*4
  6. thxInitSubSong      = 3*4
  7. thxInterrupt        = 4*4
  8. thxStopSong         = 5*4
  9. thxKillPlayer       = 6*4
  10. thxKillCIA    = 7*4
  11. thxBSS_P            = 8*4       ;pointer to thx's public (fast) memory block
  12. thxBSS_C            = 9*4       ;pointer to thx's explicit chip memory block
  13. thxBSS_Psize        = 10*4      ;size of public memory (intern use only!)
  14. thxBSS_Csize        = 11*4      ;size of chip memory (intern use only!)
  15. thxModule           = 12*4      ;pointer to thxModule after InitModule
  16.  
  17. thx_pExternalTiming = 0         ;byte, offset to public memory block
  18. thx_pMainVolume     = 1         ;byte, offset to public memory block
  19. thx_pSubsongs       = 2         ;byte, offset to public memory block
  20. thx_pSongEnd        = 3         ;flag, offset to public memory block
  21. thx_pPlaying        = 4         ;flag, offset to public memory block
  22.  
  23.