diff options
Diffstat (limited to 'KFloppyA.HH')
| -rw-r--r-- | KFloppyA.HH | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/KFloppyA.HH b/KFloppyA.HH index 4e5cfdb..29bb7e3 100644 --- a/KFloppyA.HH +++ b/KFloppyA.HH @@ -1,3 +1,10 @@ +/* + Copyright (C) 2025 Harley Travis <yoshi128k@gmail.com>. + This work is free. You can redistribute it and/or modify it under the + terms of the Do What The Fuck You Want To Public License, Version 2, + as published by Sam Hocevar. See the Copying.TXT file for more details. +*/ + // FDC uses IRQ6 = int 26h #define I_FDC 0x26 #define IRQ_FDC 6 @@ -95,4 +102,4 @@ #define FDC_ST1_NO_WRITE 0x02 // Not Writable: set when attempting to write to a write-protected disk #define FDC_ST1_NO_ID 0x01 // No Addr. Mark: set when an ID/(deleted) data address mark cannot be found. -// Status Register 2 (ST2) flags
\ No newline at end of file +// Status Register 2 (ST2) flags |
