Skip to content

Commit

Permalink
Loader: change record stack imbalance
Browse files Browse the repository at this point in the history
Each change of record grew stack by two bytes.
Fixes #10.
  • Loading branch information
stefandrissen committed Nov 7, 2021
1 parent 89a4db6 commit b12ac2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/loader.s
Original file line number Diff line number Diff line change
Expand Up @@ -1442,7 +1442,7 @@ normal.mess:

push bc
call @scan.keyboard.left.right.shifted
call nz,@record.up.down
jr nz,@record.up.down
pop bc

@not.drive_2:
Expand Down Expand Up @@ -1489,7 +1489,7 @@ normal.mess:
@change.record:

call bdos.select.record.hl
pop af ; toss return address
pop bc ; toss bc
ld c,1
jp select.key

Expand Down

0 comments on commit b12ac2c

Please sign in to comment.