home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 13
/
AACD13.ISO
/
AACD
/
Utilities
/
ACDPlay
/
src
/
V1.6
/
Debug.lha
/
Debug
next >
Wrap
Text File
|
1997-07-24
|
748b
|
37 lines
/*
** $VER: SCSIDump V1.0 (24.07.97)
** by
** Martin Kresse
*/
OPTIONS RESULTS
if ~show('p','ACDPLAY') then do
Say "Can't find ACDPlay!"
Say "Please start it first (with WB!)."
Exit
end
ADDRESS 'ACDPLAY'
'GETDEVICE'
device = RESULT
'GETUNIT'
unit = RESULT
Say "Make sure that UPDATEDELAY is higher than 9!"
Say "Starting Scusee now - press CTRL-C to stop dump"
Say " "
ADDRESS COMMAND
'Scusee NoExec DumpFile "RAM:ACDPlay.output" Device "'device'" Unit 'unit' MaxDataLength 200 Tasks "ACDPlay"'
Say " "
Say "That's all! Please send the output (RAM:ACDPlay.output) with"
Say "a complete description of everything you did with ACDPlay to"
Say " "
Say " mak@atp.dame.de (Martin Kresse)"
'WAIT 4'