Fix floppy VBR: wrong stack location

This commit is contained in:
Nero 2019-09-08 10:03:00 +00:00
parent e7108f6622
commit b6972dcc69

View File

@ -168,7 +168,7 @@ main:
mov ds, ax
mov es, ax
mov ss, ax
mov sp, ax
xor sp, sp
mov [fdc.drv], dl ; save drive number in fdc
sti