|
|
| version 1.28, 2004/02/13 09:07:42 | version 1.30, 2004/02/18 06:52:33 |
|---|---|
| Line 20 | Line 20 |
| #include "pc9861k.h" | #include "pc9861k.h" |
| #include "mpu98ii.h" | #include "mpu98ii.h" |
| #include "timing.h" | #include "timing.h" |
| #include "keystat.h" | |
| #include "debugsub.h" | #include "debugsub.h" |
| #include "bios.h" | #include "bios.h" |
| #include "scrndraw.h" | #include "scrndraw.h" |
| Line 741 static int flagload(const char *ext) { | Line 742 static int flagload(const char *ext) { |
| ret = IDOK; | ret = IDOK; |
| getstatfilename(path, ext, sizeof(path)); | getstatfilename(path, ext, sizeof(path)); |
| r = statsave_check(path, buf, sizeof(buf)); | r = statsave_check(path, buf, sizeof(buf)); |
| if (r & (~NP2FLAG_DISKCHG)) { | if (r & (~STATFLAG_DISKCHG)) { |
| ResumeErrorDialogProc(); | ResumeErrorDialogProc(); |
| ret = IDCANCEL; | ret = IDCANCEL; |
| } | } |
| else if (r & NP2FLAG_DISKCHG) { | else if (r & STATFLAG_DISKCHG) { |
| ret = ResumeWarningDialogProc(buf); | ret = ResumeWarningDialogProc(buf); |
| } | } |
| if (ret == IDOK) { | if (ret == IDOK) { |