checkers: version for use in LOGO

This commit is contained in:
Vince Weaver 2021-07-26 01:33:26 -04:00
parent 90f5c66da3
commit c3bde453ab
1 changed files with 8 additions and 2 deletions

View File

@ -1,4 +1,7 @@
; Checkers
; loading from LOGO so random stuff we got to do
; vaguely based on a scene in Hellmood's Memories
; 32 bytes, for Lovebyte 2021
@ -48,13 +51,16 @@ WAIT = $FCA8 ;; delay 1/2(26+27A+5A^2) us
HLINE = $F819
.zeropage
;.zeropage
checkers:
;===================
; init screen
jsr SETGR ; 3
lda $C082 ; Disable language card
; jsr SETGR ; 3
; bit FULLGR ; 3
checkers_forever: