DOSBox-X
|
00001 00002 typedef struct { 00003 OEMCHAR name[24]; 00004 UINT32 address; 00005 } SOUNDROM; 00006 00007 00008 #ifdef __cplusplus 00009 extern "C" { 00010 #endif 00011 00012 extern SOUNDROM soundrom; 00013 00014 void soundrom_reset(void); 00015 void soundrom_load(UINT32 address, const OEMCHAR *primary); 00016 void soundrom_loadex(UINT sw, const OEMCHAR *primary); 00017 00018 #ifdef __cplusplus 00019 } 00020 #endif 00021