Move the EMU8000 ROM path to a macro

This commit is contained in:
Alexander Babikov
2024-03-01 19:29:09 +05:00
parent d77fc47408
commit f9ae162e5d
3 changed files with 4 additions and 2 deletions

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/creative/awe32.raw", "rb");
fp = rom_fopen(EMU8K_ROM_PATH, "rb");
if (!fp)
fatal("AWE32.RAW not found\n");