|
|
| version 1.3, 2003/10/19 14:56:15 | version 1.5, 2003/10/27 15:06:31 |
|---|---|
| Line 1 | Line 1 |
| #include "compiler.h" | #include "compiler.h" |
| #include "np2.h" | #include "np2.h" |
| #include "dosio.h" | #include "dosio.h" |
| #include "i286.h" | |
| #include "sysmng.h" | #include "sysmng.h" |
| #include "i286.h" | |
| #include "pccore.h" | #include "pccore.h" |
| #include "fddfile.h" | #include "fddfile.h" |
| #if 1 | |
| #include "sound.h" | |
| #include "fmboard.h" | |
| #endif | |
| UINT sys_updates; | UINT sys_updates; |
| Line 81 void sysmng_updatecaption(BYTE flag) { | Line 84 void sysmng_updatecaption(BYTE flag) { |
| milstr_ncpy(clock, " -", sizeof(clock)); | milstr_ncpy(clock, " -", sizeof(clock)); |
| } | } |
| milstr_ncat(clock, work, sizeof(clock)); | milstr_ncat(clock, work, sizeof(clock)); |
| #if 1 | |
| SPRINTF(work, " (debug: OPN %d / PSG %s)", opngen.playing, | |
| (psg1.mixer & 0x3f)?"ON":"OFF"); | |
| milstr_ncat(clock, work, sizeof(clock)); | |
| #endif | |
| } | } |
| } | } |
| milstr_ncpy(work, np2oscfg.titles, sizeof(work)); | milstr_ncpy(work, np2oscfg.titles, sizeof(work)); |