|
|
| version 1.3, 2003/12/13 19:59:41 | version 1.5, 2005/02/09 20:11:35 |
|---|---|
| Line 9 enum { | Line 9 enum { |
| extern "C" { | extern "C" { |
| #endif | #endif |
| #if defined(DISABLE_S98) // コールすら面倒だ! | #if !defined(SUPPORT_S98) // コールすら面倒だ! |
| #define S98_init() | #define S98_init() |
| #define S98_trash() | #define S98_trash() |
| Line 22 extern "C" { | Line 22 extern "C" { |
| 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, REG8 addr, REG8 data); |
| void S98_sync(void); | void S98_sync(void); |