|
|
| version 1.5, 2003/10/27 15:06:31 | version 1.6, 2003/10/30 22:33:34 |
|---|---|
| Line 5 | Line 5 |
| #include "i286.h" | #include "i286.h" |
| #include "pccore.h" | #include "pccore.h" |
| #include "fddfile.h" | #include "fddfile.h" |
| #if 1 | #if 0 |
| #include "sound.h" | #include "sound.h" |
| #include "fmboard.h" | #include "fmboard.h" |
| #endif | #endif |
| Line 84 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 | #if 0 |
| SPRINTF(work, " (debug: OPN %d / PSG %s)", opngen.playing, | SPRINTF(work, " (debug: OPN %d / PSG %s)", opngen.playing, |
| (psg1.mixer & 0x3f)?"ON":"OFF"); | (psg1.mixer & 0x3f)?"ON":"OFF"); |
| milstr_ncat(clock, work, sizeof(clock)); | milstr_ncat(clock, work, sizeof(clock)); |