Fixed the E-MU 8000 ROM path.
This commit is contained in:
@@ -2172,7 +2172,7 @@ emu8k_init(emu8k_t *emu8k, uint16_t emu_addr, int onboard_ram)
|
|||||||
int c;
|
int c;
|
||||||
double out;
|
double out;
|
||||||
|
|
||||||
fp = rom_fopen("roms/sound/awe32.raw", "rb");
|
fp = rom_fopen("roms/sound/creative/awe32.raw", "rb");
|
||||||
if (!fp)
|
if (!fp)
|
||||||
fatal("AWE32.RAW not found\n");
|
fatal("AWE32.RAW not found\n");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user