mirror of
https://github.com/cc65/cc65.git
synced 2025-04-05 13:37:17 +00:00
Fix cputdirect
This commit is contained in:
parent
abef6566e7
commit
185c451000
@ -4,7 +4,7 @@
|
||||
; void cputc (char c);
|
||||
;
|
||||
|
||||
.export _cputc, _cputcxy, display_conio, CHARCOLOR, OLD_CHARCOLOR, BGCOLOR, OLD_BGCOLOR
|
||||
.export _cputc, _cputcxy, cputdirect, display_conio, CHARCOLOR, OLD_CHARCOLOR, BGCOLOR, OLD_BGCOLOR
|
||||
|
||||
|
||||
.import update_adscr
|
||||
@ -12,6 +12,7 @@
|
||||
|
||||
.include "telestrat.inc"
|
||||
|
||||
cputdirect:
|
||||
_cputcxy:
|
||||
pha ; Save C
|
||||
jsr popax ; Get X and Y
|
||||
@ -69,9 +70,8 @@ do_not_change_color:
|
||||
|
||||
.endproc
|
||||
|
||||
|
||||
|
||||
.proc display_conio
|
||||
; This routine is used to displays char on screen
|
||||
ldy SCRX
|
||||
sta (ADSCR),y
|
||||
iny
|
||||
|
Loading…
x
Reference in New Issue
Block a user