Moving buffer back to $0200; clearing sunitnum before ONLINE MLI call.

This commit is contained in:
Rob Greene 2015-09-22 22:57:51 -05:00
parent 7c2c18bb43
commit 83b1697802

View File

@ -78,7 +78,7 @@ cout = $fded
; Application stuff: ; Application stuff:
buffer = $6800 buffer = inbuf
.org $2000 .org $2000
@ -189,6 +189,7 @@ notOurCommand:
; S5 D1 ERR=$57 (S7 D1) ; S5 D1 ERR=$57 (S7 D1)
; ;
online: online:
stz sunitnum
lda #>sd lda #>sd
bit fbits+1 bit fbits+1
beq @1 ; Bit was NOT set beq @1 ; Bit was NOT set