aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/disk.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/disk.c b/src/disk.c
index 4198377..242c742 100644
--- a/src/disk.c
+++ b/src/disk.c
@@ -481,6 +481,7 @@ disk_1346(struct bregs *regs, struct drive_s *drive_g)
struct bregs br;
memset(&br, 0, sizeof(br));
br.ah = 0x52;
+ br.dl = regs->dl;
call16_int(0x15, &br);
if (br.ah || br.flags & F_CF) {