--- np2/sound/s98.c 2003/12/13 19:59:41 1.6 +++ np2/sound/s98.c 2004/01/30 01:56:01 1.8 @@ -4,6 +4,9 @@ // #include "compiler.h" + +#if defined(SUPPORT_S98) + #include "dosio.h" #include "pccore.h" #include "iocore.h" @@ -117,7 +120,7 @@ BOOL S98_open(const char *filename) { } // 初期化 - s98log.clock = pc.realclock / 1000; + s98log.clock = pccore.realclock / 1000; s98log.p = 0; // ヘッダの保存 @@ -186,4 +189,5 @@ void S98_put(REG8 module, REG8 addr, REG void S98_sync(void) { } +#endif