cleanup
This commit is contained in:
@@ -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
|
|
||||||
@@ -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
|
|
||||||
@@ -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
|
|
||||||
@@ -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
|
|
||||||
Reference in New Issue
Block a user