home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of A1200
/
World_Of_A1200.iso
/
datafiles
/
c64_music
/
playsid3.0
/
fd
/
playsid_lib.fd
Wrap
Text File
|
1995-02-27
|
696b
|
32 lines
*
* playsid_lib.fd © 1994 Per Håkan Sundell and Ron Birk
*
##base _PlaySidBase
##bias 30
##public
AllocEmulResource()()
FreeEmulResource()()
ReadIcon(filename,header)(a0/a1)
CheckModule(header)(a0)
SetModule(header,fileLocation,fileLength)(a0/a1,d0)
StartSong(tune)(d0)
StopSong()()
PauseSong()()
ContinueSong()()
ForwardSong(speed)(d0)
RewindSong(speed)(d0)
SetVertFreq(frequency)(d0)
SetChannelEnable(flags)(a0)
SetReverseEnable(flag)(d0)
*
* The following private function are subject to change in future releases.
* Please do not use them.
*
##private
SetTimeSignal(task,timeMask)(a0,d0)
SetTimeEnable(flag)(d0)
SetDisplaySignal(task,displayMask)(a0,d0)
SetDisplayEnable(flag)(d0)
##end