Retooled ZIP emulation into more expansible Removable Disk emulation, ZIP 100 and 250 types remain selectable, alongside the new 86Box (ie. generic) option.
This commit is contained in:
@@ -14,13 +14,13 @@ public:
|
||||
explicit SettingsOtherRemovable(QWidget *parent = nullptr);
|
||||
~SettingsOtherRemovable();
|
||||
void reloadBusChannels_MO();
|
||||
void reloadBusChannels_ZIP();
|
||||
void reloadBusChannels_RDisk();
|
||||
|
||||
void save();
|
||||
|
||||
signals:
|
||||
void moChannelChanged();
|
||||
void zipChannelChanged();
|
||||
void rdiskChannelChanged();
|
||||
|
||||
private slots:
|
||||
void onMORowChanged(const QModelIndex ¤t);
|
||||
@@ -29,16 +29,16 @@ private slots:
|
||||
void on_comboBoxMOChannel_activated(int index);
|
||||
void on_comboBoxMOType_activated(int index);
|
||||
|
||||
void onZIPRowChanged(const QModelIndex ¤t);
|
||||
void on_comboBoxZIPBus_currentIndexChanged(int index);
|
||||
void on_comboBoxZIPBus_activated(int index);
|
||||
void on_comboBoxZIPChannel_activated(int index);
|
||||
void on_checkBoxZIP250_stateChanged(int arg1);
|
||||
void onRDiskRowChanged(const QModelIndex ¤t);
|
||||
void on_comboBoxRDiskBus_currentIndexChanged(int index);
|
||||
void on_comboBoxRDiskBus_activated(int index);
|
||||
void on_comboBoxRDiskChannel_activated(int index);
|
||||
void on_comboBoxRDiskType_activated(int index);
|
||||
|
||||
private:
|
||||
Ui::SettingsOtherRemovable *ui;
|
||||
void enableCurrentlySelectedChannel_MO();
|
||||
void enableCurrentlySelectedChannel_ZIP();
|
||||
void enableCurrentlySelectedChannel_RDisk();
|
||||
};
|
||||
|
||||
#endif // QT_SETTINGSOTHERREMOVABLE_HPP
|
||||
|
||||
Reference in New Issue
Block a user