Assume conio owns Interrupt flag and CRAM2K, don't stash and restore
This commit is contained in:
@@ -116,16 +116,15 @@ putchar:
|
||||
adc #>$D000
|
||||
sta ptr4 + 1
|
||||
|
||||
php
|
||||
sei
|
||||
lda $D030
|
||||
pha
|
||||
ora #$01
|
||||
sta $D030
|
||||
lda CHARCOLOR
|
||||
sta (ptr4),y ; Set color
|
||||
pla
|
||||
lda $D030
|
||||
and #$FE
|
||||
sta $D030
|
||||
plp
|
||||
cli
|
||||
|
||||
rts
|
||||
|
||||
Reference in New Issue
Block a user