--- np2/sound/s98.h 2003/12/13 19:59:41 1.3 +++ np2/sound/s98.h 2005/05/13 05:47:25 1.6 @@ -9,7 +9,7 @@ enum { extern "C" { #endif -#if defined(DISABLE_S98) // コールすら面倒だ! +#if !defined(SUPPORT_S98) // コールすら面倒だ! #define S98_init() #define S98_trash() @@ -22,9 +22,9 @@ extern "C" { void S98_init(void); void S98_trash(void); -BOOL S98_open(const char *filename); +BRESULT S98_open(const OEMCHAR *filename); void S98_close(void); -void S98_put(REG8 module, REG8 addr, REG8 data); +void S98_put(REG8 module, UINT addr, REG8 data); void S98_sync(void); #endif