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