home *** CD-ROM | disk | FTP | other *** search
/ 64'er / 64ER_CD.iso / utilamig / plysid / playsid3.0 / fd / playsid_.fd
Text File  |  1994-08-11  |  696b  |  32 lines

  1. *
  2. *   playsid_lib.fd   ⌐ 1994 Per Hσkan Sundell and Ron Birk
  3. *
  4. ##base _PlaySidBase
  5. ##bias 30
  6. ##public
  7. AllocEmulResource()()
  8. FreeEmulResource()()
  9. ReadIcon(filename,header)(a0/a1)
  10. CheckModule(header)(a0)
  11. SetModule(header,fileLocation,fileLength)(a0/a1,d0)
  12. StartSong(tune)(d0)
  13. StopSong()()
  14. PauseSong()()
  15. ContinueSong()()
  16. ForwardSong(speed)(d0)
  17. RewindSong(speed)(d0)
  18. SetVertFreq(frequency)(d0)
  19. SetChannelEnable(flags)(a0)
  20. SetReverseEnable(flag)(d0)
  21. *
  22. * The following private function are subject to change in future releases.
  23. * Please do not use them.
  24. *
  25. ##private
  26. SetTimeSignal(task,timeMask)(a0,d0)
  27. SetTimeEnable(flag)(d0)
  28. SetDisplaySignal(task,displayMask)(a0,d0)
  29. SetDisplayEnable(flag)(d0)
  30. ##end
  31.  
  32.