All PCI boards now use the *correct* PCI slots;

The SMC FDC37C665 Super I/O chip's IDE handler now does nothing for the PC Paternet MB500N as well, fixes the problem of its BIOS not detecting hard disks;
DOSBox OPL volume changed from 55000 to 51000 per patch from James-F.
This commit is contained in:
OBattler
2017-06-03 16:03:27 +02:00
parent 42ffa5b9d2
commit 8151f47135
3 changed files with 53 additions and 53 deletions

View File

@@ -46,7 +46,7 @@ static void write_lock(uint8_t val)
static void ide_handler()
{
uint16_t or_value = 0;
if ((romset == ROM_440FX) || (romset == ROM_R418))
if ((romset == ROM_440FX) || (romset == ROM_R418) || (romset == ROM_MB500N))
{
return;
}