| ![[BACK]](/cvs/cvsweb/icons/back.gif) Return to s98.h CVS log ![[TXT]](/cvs/cvsweb/icons/text.gif) | ![[DIR]](/cvs/cvsweb/icons/dir.gif) Up to  [RetroPC.NET] / np2 / sound | 
| version 1.2, 2003/12/08 00:55:33 | version 1.6, 2005/05/13 05:47:25 | 
|---|---|
| Line 9 enum { | Line 9 enum { | 
| extern "C" { | extern "C" { | 
| #endif | #endif | 
| #if !defined(SUPPORT_S98) // コールすら面倒だ! | |
| #define S98_init() | |
| #define S98_trash() | |
| #define S98_open(f) (FAILURE) | |
| #define S98_close() | |
| #define S98_put(m, a, d) | |
| #define S98_sync() | |
| #else | |
| void S98_init(void); | void S98_init(void); | 
| void S98_trash(void); | void S98_trash(void); | 
| BOOL S98_open(const char *filename); | BRESULT S98_open(const OEMCHAR *filename); | 
| void S98_close(void); | 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 | |
| #ifdef __cplusplus | #ifdef __cplusplus | 
| } | } |