From 46164816aaddd6672ac2892d93bcccc4673b69fc Mon Sep 17 00:00:00 2001 From: Harley Travis Date: Sun, 7 Jun 2026 21:13:02 -0500 Subject: Create Mount2CaseBFDC.HC This file adds a case to Mount2's second switch statement to configure new FDC BlkDevs. It is to be included after the BDT_ATAPI case. --- Adam/Patches/Mount2CaseBFDC.HC | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Adam/Patches/Mount2CaseBFDC.HC (limited to 'Adam/Patches') 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 -- cgit v1.2.3