Another two bytes saved
This commit is contained in:
committed by
Oliver Schmidt
parent
dd833125a8
commit
e3bc143f27
@@ -330,8 +330,12 @@ SER_GET:
|
|||||||
beq :+
|
beq :+
|
||||||
cmp #63
|
cmp #63
|
||||||
bcc :+
|
bcc :+
|
||||||
|
.if (.cpu .bitand CPU_ISET_65C02)
|
||||||
|
stz Stopped
|
||||||
|
.else
|
||||||
lda #$00
|
lda #$00
|
||||||
sta Stopped
|
sta Stopped
|
||||||
|
.endif
|
||||||
lda RtsOff
|
lda RtsOff
|
||||||
ora #%00001000
|
ora #%00001000
|
||||||
sta ACIA_CMD,x
|
sta ACIA_CMD,x
|
||||||
|
|||||||
Reference in New Issue
Block a user