summaryrefslogtreecommitdiff
path: root/Adam/Patches/Mount2CaseBFDC.HC
diff options
context:
space:
mode:
Diffstat (limited to 'Adam/Patches/Mount2CaseBFDC.HC')
-rw-r--r--Adam/Patches/Mount2CaseBFDC.HC7
1 files changed, 7 insertions, 0 deletions
diff --git a/Adam/Patches/Mount2CaseBFDC.HC b/Adam/Patches/Mount2CaseBFDC.HC
new file mode 100644
index 0000000..4cc7b2f
--- /dev/null
+++ b/Adam/Patches/Mount2CaseBFDC.HC
@@ -0,0 +1,7 @@
+case BDT_FLOPPY:
+ DocPrint("bd->base0=%s;",base0_buf);
+ DocPrint("bd->blk_size=128<<%d;",size);
+ DocPrint("bd->cyls=%s;bd->heads=%d;bd->spt=%s;",cyl_buf,heads,spt_buf);
+ DocPrint("bd->srt=%s;bd->hut=%s;bd->hlt=%s;",srt_buf,hut_buf,hlt_buf);
+ DocPrint("bd->bps=%d;bd->gpl1=%s;bd->gpl2=%s",bps,gpl1_buf,gpl2_buf);
+ DocPrint("bd->dtl=%s",dtl_buf); \ No newline at end of file