summaryrefslogtreecommitdiff
path: root/Kernel/KFloppyA.HH
diff options
context:
space:
mode:
authorHarley Travis <harleytravis123@outlook.com>2026-06-18 20:58:43 -0500
committerHarley Travis <harleytravis123@outlook.com>2026-06-18 20:58:43 -0500
commit420954060bc8bede578436f1459b856b5fff3e31 (patch)
tree559ce589b4330bd585e452fbcc17130abdcceaf2 /Kernel/KFloppyA.HH
parentb2cab352e732a923eb9ff04b7db66ecee8208666 (diff)
downloadtempleos-floppy-driver-420954060bc8bede578436f1459b856b5fff3e31.tar.gz
Rename FDCInt to match TOS IRQ handler naming
The IRQ handlers in TempleOS' kernel code have an "IRQ_" prefix. FDCInt has been renamed to IRQ_FDC in keeping with Terry's code style. An unused definition of the same name has also been removed from KFloppyA.HH.
Diffstat (limited to 'Kernel/KFloppyA.HH')
-rw-r--r--Kernel/KFloppyA.HH1
1 files changed, 0 insertions, 1 deletions
diff --git a/Kernel/KFloppyA.HH b/Kernel/KFloppyA.HH
index 36938b4..8f55bb4 100644
--- a/Kernel/KFloppyA.HH
+++ b/Kernel/KFloppyA.HH
@@ -9,7 +9,6 @@
// FDC uses IRQ6 = int 26h
#define I_FDC 0x26
-#define IRQ_FDC 6
// FDC regs
#define FDC_STAT_A 0x0