diff options
| -rw-r--r-- | Adam/Patches/Mount2VarsFDC.HC | 3 | ||||
| -rw-r--r-- | Adam/Patches/Mount2VarsFDC2.HC | 1 |
2 files changed, 2 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 diff --git a/Adam/Patches/Mount2VarsFDC2.HC b/Adam/Patches/Mount2VarsFDC2.HC new file mode 100644 index 0000000..5037f2b --- /dev/null +++ b/Adam/Patches/Mount2VarsFDC2.HC @@ -0,0 +1 @@ +Bool whole_drv,make_free,defaults=FALSE;
\ No newline at end of file |
