brand only once, fix z4 interpreter bug

cursor position wasn't reset, leading to hanging indent after custom
prompt
This commit is contained in:
Peter Ferrie 2018-02-28 12:37:39 -08:00
parent 26d3d39ba2
commit 309422b358
4 changed files with 8 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@ -457,6 +457,10 @@ call80 jsr $c300
rts
brand jsr $dbda
lda #$da
sta $ddf0
lda #$db
sta $ddf1
lda #$17
sta $25
lda #0

View File

@ -452,6 +452,10 @@ call80 jsr $c300
rts
brand jsr $db5b
lda #$5b
sta $ddb6
lda #$db
sta $ddb7
lda #$17
sta $25
lda #0