added peek functions for soft80
This commit is contained in:
17
libsrc/c64/soft80mono_cpeekcolor.s
Normal file
17
libsrc/c64/soft80mono_cpeekcolor.s
Normal file
@@ -0,0 +1,17 @@
|
||||
;
|
||||
; 2017-12-27, Groepaz
|
||||
;
|
||||
; unsigned char cpeekcolor (void);
|
||||
;
|
||||
|
||||
.export soft80mono_cpeekcolor
|
||||
|
||||
.include "c64.inc"
|
||||
.include "soft80.inc"
|
||||
|
||||
.segment "CODE"
|
||||
|
||||
soft80mono_cpeekcolor:
|
||||
lda CHARCOLOR
|
||||
ldx #0
|
||||
rts
|
||||
Reference in New Issue
Block a user