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

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