mirror of
https://github.com/TomHarte/CLK.git
synced 2024-12-03 23:52:28 +00:00
38 lines
705 B
Plaintext
38 lines
705 B
Plaintext
|
;
|
||
|
; Fichier de script CSL
|
||
|
; Execution du module SHAKE26E du DSK SHAKER26.DSK en CRTC 1
|
||
|
; Le module genere des instructions au format SSM
|
||
|
;
|
||
|
csl_version 1.0
|
||
|
crtc_select 1
|
||
|
reset
|
||
|
wait 3000000
|
||
|
disk_insert 'shaker26.dsk'
|
||
|
key_delay 70000 70000 400000
|
||
|
key_output 'RUN"SHAKE26E"\(RET)'
|
||
|
wait 10000000
|
||
|
;
|
||
|
; R5 STORIES 2ND ROUND
|
||
|
key_output '1'
|
||
|
wait 2000000 ; 3fa
|
||
|
key_output ' '
|
||
|
wait 2000000 ; 3fb
|
||
|
key_output ' '
|
||
|
wait 2000000 ; 3fc
|
||
|
key_output ' '
|
||
|
wait 2000000 ; 3fd
|
||
|
key_output ' '
|
||
|
;
|
||
|
;
|
||
|
; CRTC 1 : VMA TRT C4=R4=0 ON ADJ LINE
|
||
|
;
|
||
|
key_output '2'
|
||
|
wait 2000000 ; 400
|
||
|
key_output ' '
|
||
|
wait 2000000 ; 401
|
||
|
key_output ' '
|
||
|
wait 2000000 ; 402
|
||
|
key_output ' '
|
||
|
;
|
||
|
;
|
||
|
csl_load 'SHAKE26E-2'
|