diff options
| author | Harley Travis <harleytravis123@outlook.com> | 2026-06-07 21:10:50 -0500 |
|---|---|---|
| committer | Harley Travis <harleytravis123@outlook.com> | 2026-06-07 21:10:50 -0500 |
| commit | 8cbe5b86d39830441798fa846ccc8e771cc32389 (patch) | |
| tree | 897543aa6e850c6cfa1a37a157c941e873ed980e | |
| parent | d1a3cbbf5eaa8c0e63c7d6ac402bd4be182102a9 (diff) | |
| download | templeos-floppy-driver-8cbe5b86d39830441798fa846ccc8e771cc32389.tar.gz | |
Create Mount2VarsFDC.HC
This file adds additional buffers and variables to Mount2 as required by the FDC mount code. The original code is to be commented out and this files included after it.
| -rw-r--r-- | Adam/Patches/Mount2VarsFDC.HC | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Adam/Patches/Mount2VarsFDC.HC b/Adam/Patches/Mount2VarsFDC.HC new file mode 100644 index 0000000..cc18b53 --- /dev/null +++ b/Adam/Patches/Mount2VarsFDC.HC @@ -0,0 +1,5 @@ +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 |
