|
|
| version 1.2, 2003/12/08 00:55:33 | version 1.3, 2005/02/09 20:11:35 |
|---|---|
| Line 1 | Line 1 |
| typedef struct { | typedef struct { |
| char name[24]; | OEMCHAR name[24]; |
| UINT32 address; | UINT32 address; |
| } SOUNDROM; | } SOUNDROM; |
| Line 12 extern "C" { | Line 12 extern "C" { |
| extern SOUNDROM soundrom; | extern SOUNDROM soundrom; |
| void soundrom_reset(void); | void soundrom_reset(void); |
| void soundrom_load(UINT32 address, const char *primary); | void soundrom_load(UINT32 address, const OEMCHAR *primary); |
| void soundrom_loadex(UINT sw, const char *primary); | void soundrom_loadex(UINT sw, const OEMCHAR *primary); |
| #ifdef __cplusplus | #ifdef __cplusplus |
| } | } |