|
|
| version 1.1, 2004/08/01 05:31:30 | version 1.3, 2004/08/08 09:12:06 |
|---|---|
| Line 1 | Line 1 |
| #include "compiler.h" | #include "compiler.h" |
| #include "dosio.h" | |
| #include "pccore.h" | #include "pccore.h" |
| // #include "dosio.h" | #include "fdd_ini.h" |
| // #include "x1_fdc.h" | |
| // #include "ini.h" | |
| BRESULT is_d8ufile(const OEMCHAR *fname) { | BRESULT is_d8ufile(const OEMCHAR *fname) { |
| (void)fname; | |
| return(FALSE); | return(FALSE); |
| } | } |
| BRESULT fdd_ini(const OEMCHAR *filename) { | BRESULT fdd_ini(const OEMCHAR *filename) { |
| (void)filename; | |
| return(SUCCESS); | return(SUCCESS); |
| } | } |