summaryrefslogtreecommitdiff
path: root/Kernel/BlkDev/Patches/BlkWriteFDC.HC
blob: dc43868cec0465ea940804c099a0cf0b525d1473 (plain)
1
2
3
4
5
6
7
// PATCH: Add write support for floppy disks
// FILE: ::/Kernel/BlkDev/DskBlk.HC
// TO INSTALL: #include this file at the end of the switch statment

case BDT_FLOPPY:
  res=FDCWBlks(dv,buf,blk,cnt);
  break;