Added CHKOUT and CLRCHN

This commit is contained in:
Olli Savia 2018-08-14 21:09:03 +03:00 committed by Oliver Schmidt
parent 188e3a74ed
commit e6e9c72f66

View file

@ -56,7 +56,9 @@
; Available on all platforms including PET
CHKIN := $FFC6
CKOUT := $FFC9
CHKOUT := $FFC9
CLRCH := $FFCC
CLRCHN := $FFCC
BASIN := $FFCF
CHRIN := $FFCF
BSOUT := $FFD2