shell: make seek cmd init DE to 0

So that blkdev not supporting 32-bit aren't messed up.
Cette révision appartient à :
Virgil Dupras 2019-05-30 14:54:28 -04:00
Parent 6403ab1acf
révision 83e375936c

Voir le fichier

@ -33,6 +33,7 @@ blkSeekCmd:
ex af, af'
ld h, a
pop af ; bring mode back
ld de, 0 ; DE is used for seek > 64K which we don't support
call blkSeek
call blkTell
ld a, h