Correct path of Western Digital WD1007V-SE1 ROM image.
This commit is contained in:
parent
882da6537d
commit
cb7b54bc8a
1 changed files with 2 additions and 2 deletions
|
|
@ -794,7 +794,7 @@ void *wd1007vse1_init()
|
|||
esdi->status = STAT_READY | STAT_DSC;
|
||||
esdi->error = 1; /*No errors*/
|
||||
|
||||
rom_init(&esdi->bios_rom, "roms/62-000279-061.bin", 0xc8000, 0x4000, 0x3fff, 0, MEM_MAPPING_EXTERNAL);
|
||||
rom_init(&esdi->bios_rom, "62-000279-061.bin", 0xc8000, 0x4000, 0x3fff, 0, MEM_MAPPING_EXTERNAL);
|
||||
|
||||
mem_mapping_set_handler(&esdi->bios_rom.mapping,
|
||||
rom_read, rom_readw, rom_readl,
|
||||
|
|
@ -821,7 +821,7 @@ void wd1007vse1_close(void *p)
|
|||
|
||||
static int wd1007vse1_available()
|
||||
{
|
||||
return rom_present("roms/62-000279-061.bin");
|
||||
return rom_present("62-000279-061.bin");
|
||||
}
|
||||
|
||||
device_t wd1007vse1_device =
|
||||
|
|
|
|||
Loading…
Reference in a new issue