summaryrefslogtreecommitdiff
path: root/Kernel/KFloppyA.HH
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/KFloppyA.HH')
-rw-r--r--Kernel/KFloppyA.HH6
1 files changed, 6 insertions, 0 deletions
diff --git a/Kernel/KFloppyA.HH b/Kernel/KFloppyA.HH
index e7065b6..7d0fe4d 100644
--- a/Kernel/KFloppyA.HH
+++ b/Kernel/KFloppyA.HH
@@ -135,3 +135,9 @@
// 0x08 is unused
#define FDC_ST3_HEAD_ADDR 0x04 // Head Address: ditto
// 0x02 and 0x01 are drive select
+
+// Data Rates
+#define FDC_500_KBIT 0
+#define FDC_300_KBIT 1
+#define FDC_250_KBIT 2
+#define FDC_1_MBIT 3