Fixed ProDOS call.

This commit is contained in:
Rob Greene 2015-09-19 15:25:35 -05:00
parent d0311e04b0
commit 4a8fe1df78
1 changed files with 1 additions and 0 deletions

View File

@ -140,6 +140,7 @@ online:
stz sbufadr
lda #>inbuf
sta sbufadr+1
lda #$C5 ; ONLINE system command
jsr gosystem
bcc @continue
rts