Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
mateoconlechuga committed Oct 31, 2018
1 parent f585edf commit 0f1c447
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/fileioc/fileioc.asm
Original file line number Diff line number Diff line change
Expand Up @@ -592,12 +592,13 @@ ti_Read:
sbc hl, de
jr z, .ret0.pop
push hl
call util_get_data_offset
ld de, (iy + 3)
pop bc
push bc
ldir
call util_get_offset
pop hl
push hl
add hl, bc
ex de, hl
call util_get_offset_ptr
Expand Down

0 comments on commit 0f1c447

Please sign in to comment.