|
|
| version 1.5, 2003/12/04 13:54:29 | version 1.6, 2003/12/08 00:55:33 |
|---|---|
| Line 67 void soundrom_load(UINT32 address, const | Line 67 void soundrom_load(UINT32 address, const |
| soundrom.address = address; | soundrom.address = address; |
| } | } |
| void soundrom_loadex(BYTE sw, const char *primary) { | void soundrom_loadex(UINT sw, const char *primary) { |
| if (sw < 4) { | if (sw < 4) { |
| soundrom_load((0xc8000 + ((UINT32)sw << 14)), primary); | soundrom_load((0xc8000 + ((UINT32)sw << 14)), primary); |