mirror of
https://github.com/TomHarte/CLK.git
synced 2024-12-12 08:30:05 +00:00
37 lines
694 B
Plaintext
37 lines
694 B
Plaintext
|
;
|
||
|
; Fichier de script CSL
|
||
|
; Execution du module SHAKE26E du DSK SHAKER26.DSK en CRTC 0
|
||
|
; Le module genere des instructions au format SSM
|
||
|
;
|
||
|
csl_version 1.0
|
||
|
crtc_select 0
|
||
|
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 0 : C4/C9 COUNTER LOGIC
|
||
|
key_output '3'
|
||
|
wait 2000000 ; 403
|
||
|
key_output ' '
|
||
|
wait 2000000 ; 404
|
||
|
key_output ' '
|
||
|
wait 2000000 ; 405
|
||
|
key_output ' '
|
||
|
;
|
||
|
;
|
||
|
csl_load 'SHAKE26E-1'
|