mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-17 08:08:07 +11:00
shell: make seek cmd init DE to 0
So that blkdev not supporting 32-bit aren't messed up.
This commit is contained in:
parent
6403ab1acf
commit
83e375936c
@ -33,6 +33,7 @@ blkSeekCmd:
|
|||||||
ex af, af'
|
ex af, af'
|
||||||
ld h, a
|
ld h, a
|
||||||
pop af ; bring mode back
|
pop af ; bring mode back
|
||||||
|
ld de, 0 ; DE is used for seek > 64K which we don't support
|
||||||
call blkSeek
|
call blkSeek
|
||||||
call blkTell
|
call blkTell
|
||||||
ld a, h
|
ld a, h
|
||||||
|
Loading…
Reference in New Issue
Block a user