Fixed device configuration name mistakes in scsi_buslogic.c;

Improvements/fixes for MPU-401 and win-midi.c, NT 3.51 Extended MIDI now works, but Princess Maker 2 is still silent (looking into that as we speak).
This commit is contained in:
OBattler
2017-05-10 14:52:38 +02:00
parent feb2846018
commit 53317aed28
3 changed files with 214 additions and 14 deletions

View File

@@ -2373,7 +2373,7 @@ static device_config_t BuslogicConfig[] = {
device_t buslogic_device = {
"Buslogic BT-542B PCI",
"Buslogic BT-542B ISA",
0,
Buslogic_542B_Init,
BuslogicClose,
@@ -2385,7 +2385,7 @@ device_t buslogic_device = {
};
device_t buslogic_pci_device = {
"Buslogic BT-542B PCI",
"Buslogic BT-958D PCI",
0,
Buslogic_958D_Init,
BuslogicClose,