home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fujiology Archive
/
fujiology_archive_v1_0.iso
/
!MAGS
/
!BONUS
/
COVERDSK
/
STFORMAT
/
STF03.ZIP
/
STF03.MSA
/
GFADEMOS
/
SAMPLE.LST
< prev
next >
Wrap
File List
|
1985-11-20
|
346b
|
17 lines
Dim A%(2000),B%(5000)
Code%=Varptr(A%(0))
Sample%=Varptr(B%(0))
Print "Loading Code..."
Bload "BASCODE.EXE",Code%
Start%=Code%+28
Print "Loading Sample."
Bload "SAMPLE1.SPL",Sample%
Length%=20530
Speed%=4
Lpoke Start%+2,Sample%
Lpoke Start%+6,Length%
Lpoke Start%+10,Speed%
Print "Playing Sample..."
Call Start%
Print "Finished."