Implemented the Pro Audio Spectrum Plus serial mixer, Pro Audio Spectrum 16 parallel mixer, Pro Audio Spectrum Plus/16 SCSI, ESS ES688, all three ESS PnP AudioDrives, made the wavetables use a separate 44.1 kHz source, and made the Sound Blaster 16 PNP use a proper PNP ROM dump.
This commit is contained in:
@@ -155,8 +155,28 @@ Settings::Settings(QWidget *parent)
|
||||
&SettingsOtherPeripherals::onCurrentMachineChanged);
|
||||
connect(floppyCdrom, &SettingsFloppyCDROM::cdromChannelChanged, harddisks,
|
||||
&SettingsHarddisks::reloadBusChannels);
|
||||
connect(floppyCdrom, &SettingsFloppyCDROM::cdromChannelChanged, otherRemovable,
|
||||
&SettingsOtherRemovable::reloadBusChannels_MO);
|
||||
connect(floppyCdrom, &SettingsFloppyCDROM::cdromChannelChanged, otherRemovable,
|
||||
&SettingsOtherRemovable::reloadBusChannels_ZIP);
|
||||
connect(harddisks, &SettingsHarddisks::driveChannelChanged, floppyCdrom,
|
||||
&SettingsFloppyCDROM::reloadBusChannels);
|
||||
connect(harddisks, &SettingsHarddisks::driveChannelChanged, otherRemovable,
|
||||
&SettingsOtherRemovable::reloadBusChannels_MO);
|
||||
connect(harddisks, &SettingsHarddisks::driveChannelChanged, otherRemovable,
|
||||
&SettingsOtherRemovable::reloadBusChannels_ZIP);
|
||||
connect(otherRemovable, &SettingsOtherRemovable::moChannelChanged, harddisks,
|
||||
&SettingsHarddisks::reloadBusChannels);
|
||||
connect(otherRemovable, &SettingsOtherRemovable::moChannelChanged, floppyCdrom,
|
||||
&SettingsFloppyCDROM::reloadBusChannels);
|
||||
connect(otherRemovable, &SettingsOtherRemovable::moChannelChanged, otherRemovable,
|
||||
&SettingsOtherRemovable::reloadBusChannels_ZIP);
|
||||
connect(otherRemovable, &SettingsOtherRemovable::zipChannelChanged, harddisks,
|
||||
&SettingsHarddisks::reloadBusChannels);
|
||||
connect(otherRemovable, &SettingsOtherRemovable::zipChannelChanged, floppyCdrom,
|
||||
&SettingsFloppyCDROM::reloadBusChannels);
|
||||
connect(otherRemovable, &SettingsOtherRemovable::zipChannelChanged, otherRemovable,
|
||||
&SettingsOtherRemovable::reloadBusChannels_MO);
|
||||
|
||||
connect(ui->listView->selectionModel(), &QItemSelectionModel::currentChanged, this,
|
||||
[this](const QModelIndex ¤t, const QModelIndex &previous) {
|
||||
|
||||
Reference in New Issue
Block a user