rename
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
.export _cpeekchar
|
.export _cpeekc
|
||||||
|
|
||||||
.import mul40
|
.import mul40
|
||||||
.importzp ptr4
|
.importzp ptr4
|
||||||
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
.segment "CODE"
|
.segment "CODE"
|
||||||
|
|
||||||
_cpeekchar:
|
_cpeekc:
|
||||||
|
|
||||||
lda ROWCRS
|
lda ROWCRS
|
||||||
jsr mul40 ; destroys tmp4
|
jsr mul40 ; destroys tmp4
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
|
|
||||||
.include "atmos.inc"
|
.include "atmos.inc"
|
||||||
|
|
||||||
.export _cpeekchar
|
.export _cpeekc
|
||||||
|
|
||||||
_cpeekchar:
|
_cpeekc:
|
||||||
|
|
||||||
ldy CURS_Y
|
ldy CURS_Y
|
||||||
ldx ScrTabLo,y
|
ldx ScrTabLo,y
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
.export _cpeekchar
|
.export _cpeekc
|
||||||
|
|
||||||
.import ppubuf_waitempty
|
.import ppubuf_waitempty
|
||||||
|
|
||||||
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
.segment "CODE"
|
.segment "CODE"
|
||||||
|
|
||||||
_cpeekchar:
|
_cpeekc:
|
||||||
|
|
||||||
; wait until all console data has been written
|
; wait until all console data has been written
|
||||||
jsr ppubuf_waitempty
|
jsr ppubuf_waitempty
|
||||||
|
|||||||
Reference in New Issue
Block a user