summaryrefslogtreecommitdiff
path: root/Adam/Patches/Mount2VarsFDC.HC
diff options
context:
space:
mode:
authorHarley Travis <harleytravis123@outlook.com>2026-06-12 19:51:30 -0500
committerHarley Travis <harleytravis123@outlook.com>2026-06-12 19:51:30 -0500
commit3d8e5973a19eee7c25076bb77b32d9341120a1fe (patch)
treec424f916e6caccb106e212356926fafde111164c /Adam/Patches/Mount2VarsFDC.HC
parentf3eab249dd1d4699c90deb3cac86b7e7b4153092 (diff)
downloadtempleos-floppy-driver-3d8e5973a19eee7c25076bb77b32d9341120a1fe.tar.gz
Split Mount2VarsFDC.HC into two files
Since the U8 and Bool declarations in Mount2 are not on consecutive lines, I decided to split them for ease of patching.
Diffstat (limited to 'Adam/Patches/Mount2VarsFDC.HC')
-rw-r--r--Adam/Patches/Mount2VarsFDC.HC3
1 files changed, 1 insertions, 2 deletions
diff --git a/Adam/Patches/Mount2VarsFDC.HC b/Adam/Patches/Mount2VarsFDC.HC
index cc18b53..3213946 100644
--- a/Adam/Patches/Mount2VarsFDC.HC
+++ b/Adam/Patches/Mount2VarsFDC.HC
@@ -1,5 +1,4 @@
U8 blks_buf[STR_LEN],addr_buf[STR_LEN],base0_buf[STR_LEN],base1_buf[STR_LEN],
cyl_buf[STR_LEN],heads,spt_buf[STR_LEN],size,srt_buf[STR_LEN],
hut_buf[STR_LEN],hlt_buf[STR_LEN],bps,gpl1_buf[STR_LEN],
- gpl2_buf[STR_LEN],dtl_buf[STR_LEN]*filename=NULL,*filename2=NULL,res=0;
-Bool whole_drv,make_free,defaults=FALSE; \ No newline at end of file
+ gpl2_buf[STR_LEN],dtl_buf[STR_LEN]*filename=NULL,*filename2=NULL,res=0; \ No newline at end of file