|
|
| version 1.8, 2004/01/07 06:53:48 | version 1.9, 2005/02/07 14:46:12 |
|---|---|
| Line 10 | Line 10 |
| static const char file_sound[] = "sound"; | static const char file_sound[] = "sound"; |
| static const char file_extrom[] = ".rom"; | static const char file_extrom[] = ".rom"; |
| static const BYTE defsoundrom[9] = { | static const UINT8 defsoundrom[9] = { |
| 0x01,0x00,0x00,0x00,0xd2,0x00,0x08,0x00,0xcb}; | 0x01,0x00,0x00,0x00,0xd2,0x00,0x08,0x00,0xcb}; |