Overhauled CD-ROM selection for SCSI and ATAPI, including model and vendor specific commands.
Fixed the Spock SCSI ID selection. Fixed CD Audio on NCR 5380-based SCSI controllers. Added a proprietary CD-ROM controller selection (not hooked up yet). All on qt only.
This commit is contained in:
@@ -32,10 +32,12 @@ private slots:
|
||||
void on_pushButtonTertiaryIDE_clicked();
|
||||
void on_pushButtonFD_clicked();
|
||||
void on_pushButtonHD_clicked();
|
||||
void on_pushButtonCDInterface_clicked();
|
||||
void on_checkBoxQuaternaryIDE_stateChanged(int arg1);
|
||||
void on_checkBoxTertiaryIDE_stateChanged(int arg1);
|
||||
void on_comboBoxFD_currentIndexChanged(int index);
|
||||
void on_comboBoxHD_currentIndexChanged(int index);
|
||||
void on_comboBoxCDInterface_currentIndexChanged(int index);
|
||||
|
||||
private:
|
||||
Ui::SettingsStorageControllers *ui;
|
||||
|
||||
Reference in New Issue
Block a user