diff options
Diffstat (limited to 'KFloppy.HC')
| -rw-r--r-- | KFloppy.HC | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -1,8 +1,9 @@ /* - New, (hopefully) Less Messy Floppy Driver - Copyright (C) 2025 Yoshi128k. - Licensed under version 2 of the Do What The Fuck You Want To Public License - See COPYING for details. + New, (hopefully) Less Messy Floppy Driver + 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. */ Bool FDCIrq = FALSE; @@ -474,4 +475,4 @@ U0 FDCWriteMulti(U16 base, U8 cyl, U8 head, U8 sect, U8 trklen) AdamLog("Read Results:\nST0: %d\nST1: %d\nST2: %d\nCyl: %d\nHead: %d\nSect: %d\nSect Size: %d\n",st0,st1,st2,rcyl,rhd,rsect,rsectsize); FDCMotorCtrl(base, FDC_MOTOR_OFF); -}
\ No newline at end of file +} |
