Fixed the E-MU 8000 ROM path.

This commit is contained in:
OBattler
2023-10-10 16:25:12 +02:00
parent 4af2d48af2
commit f2848b841e

View File

@@ -2172,7 +2172,7 @@ emu8k_init(emu8k_t *emu8k, uint16_t emu_addr, int onboard_ram)
int c;
double out;
fp = rom_fopen("roms/sound/awe32.raw", "rb");
fp = rom_fopen("roms/sound/creative/awe32.raw", "rb");
if (!fp)
fatal("AWE32.RAW not found\n");