mirror of
https://github.com/livingcomputermuseum/ContrAlto.git
synced 2026-01-30 21:32:11 +00:00
Small tweaks to display controller in low-res mode; added support for Diablo 44 disks, added ST-76 on Diablo 44.
This commit is contained in:
@@ -221,7 +221,7 @@ namespace Contralto
|
||||
OpenFileDialog fileDialog = new OpenFileDialog();
|
||||
|
||||
fileDialog.DefaultExt = "dsk";
|
||||
fileDialog.Filter = "Raw Alto Disk Images (*.dsk)|*.dsk|All Files (*.*)|*.*";
|
||||
fileDialog.Filter = "Alto Disk Images (*.dsk, *.dsk44)|*.dsk;*.dsk44|Diablo 31 Disk Images (*.dsk)|*.dsk|Diablo 44 Disk Images (*.dsk44)|*.dsk44|All Files (*.*)|*.*";
|
||||
fileDialog.Multiselect = false;
|
||||
fileDialog.Title = String.Format("Select image to load into drive {0}", drive);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user