This commit is contained in:
mrdudz
2022-07-24 04:42:44 +02:00
parent 7890f4102e
commit d40def3d2d
4 changed files with 0 additions and 56 deletions

View File

@@ -1,14 +0,0 @@
.export _cpeekcolor
.include "c16.inc"
.segment "CODE"
_cpeekcolor:
ldy CURS_X
lda (CRAM_PTR),y ; get color
;and #$0f is this ok?
ldx #0
rts

View File

@@ -1,14 +0,0 @@
.export _cpeekcolor
.include "c64.inc"
.segment "CODE"
_cpeekcolor:
ldy CURS_X
lda (CRAM_PTR),y ; get color
and #$0f
ldx #0
rts

View File

@@ -1,14 +0,0 @@
.export _cpeekcolor
.include "plus4.inc"
.segment "CODE"
_cpeekcolor:
ldy CURS_X
lda (CRAM_PTR),y ; get color
;and #$0f is this ok?
ldx #0
rts

View File

@@ -1,14 +0,0 @@
.export _cpeekcolor
.include "vic20.inc"
.segment "CODE"
_cpeekcolor:
ldy CURS_X
lda (CRAM_PTR),y ; get color
and #$0f
ldx #0
rts