aboutsummaryrefslogtreecommitdiffstats
path: root/src/disk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/disk.c')
-rw-r--r--src/disk.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/disk.c b/src/disk.c
index d5c7df27..13cb1f3f 100644
--- a/src/disk.c
+++ b/src/disk.c
@@ -712,3 +712,6 @@ handle_76()
SET_BDA(disk_interrupt_flag, 0xff);
eoi_pic2();
}
+
+// Old Fixed Disk Parameter Table (newer tables are in the ebda).
+struct fdpt_s OldFDPT VAR16FIXED(0xe401);