Some more descriptive names for CBM IEC devices

This commit is contained in:
AJR 2017-06-11 10:47:57 -04:00
parent 72a5561b89
commit 85ad5b74fa
6 changed files with 22 additions and 22 deletions

View File

@ -161,18 +161,18 @@
// DEVICE DEFINITIONS
//**************************************************************************
DEFINE_DEVICE_TYPE(C1540, c1540_device, "c1540", "C1540")
DEFINE_DEVICE_TYPE(C1541, c1541_device, "c1541", "C1541")
DEFINE_DEVICE_TYPE(C1541C, c1541c_device, "c1541c", "C1541C")
DEFINE_DEVICE_TYPE(C1541II, c1541ii_device, "c1541ii", "C1541-II")
DEFINE_DEVICE_TYPE(SX1541, sx1541_device, "sx1541", "SX1541")
DEFINE_DEVICE_TYPE(FSD1, fsd1_device, "fsd1", "FSD-1")
DEFINE_DEVICE_TYPE(FSD2, fsd2_device, "fsd2", "FSD-2")
DEFINE_DEVICE_TYPE(CSD1, csd1_device, "csd1", "CSD-1")
DEFINE_DEVICE_TYPE(C1541_DOLPHIN_DOS, c1541_dolphin_dos_device, "c1541dd", "C1541 Dolphin-DOS 2.0")
DEFINE_DEVICE_TYPE(C1541_PROFESSIONAL_DOS_V1, c1541_professional_dos_v1_device, "c1541pd", "C1541 Professional-DOS v1")
DEFINE_DEVICE_TYPE(C1541_PROLOGIC_DOS_CLASSIC, c1541_prologic_dos_classic_device, "c1541pdc", "C1541 ProLogic-DOS Classic")
DEFINE_DEVICE_TYPE(INDUS_GT, indus_gt_device, "indusgt", "Indus GT")
DEFINE_DEVICE_TYPE(C1540, c1540_device, "c1540", "C1540 Disk Drive")
DEFINE_DEVICE_TYPE(C1541, c1541_device, "c1541", "C1541 Disk Drive")
DEFINE_DEVICE_TYPE(C1541C, c1541c_device, "c1541c", "C1541C Disk Drive")
DEFINE_DEVICE_TYPE(C1541II, c1541ii_device, "c1541ii", "C1541-II Disk Drive")
DEFINE_DEVICE_TYPE(SX1541, sx1541_device, "sx1541", "SX1541 Disk Drive")
DEFINE_DEVICE_TYPE(FSD1, fsd1_device, "fsd1", "FSD-1 Disk Drive")
DEFINE_DEVICE_TYPE(FSD2, fsd2_device, "fsd2", "FSD-2 Disk Drive")
DEFINE_DEVICE_TYPE(CSD1, csd1_device, "csd1", "CSD-1 Disk Drive")
DEFINE_DEVICE_TYPE(C1541_DOLPHIN_DOS, c1541_dolphin_dos_device, "c1541dd", "C1541 Dolphin-DOS 2.0 Disk Drive")
DEFINE_DEVICE_TYPE(C1541_PROFESSIONAL_DOS_V1, c1541_professional_dos_v1_device, "c1541pd", "C1541 Professional-DOS v1 Disk Drive")
DEFINE_DEVICE_TYPE(C1541_PROLOGIC_DOS_CLASSIC, c1541_prologic_dos_classic_device, "c1541pdc", "C1541 ProLogic-DOS Classic Disk Drive")
DEFINE_DEVICE_TYPE(INDUS_GT, indus_gt_device, "indusgt", "Indus GT Disk Drive")
//-------------------------------------------------

View File

@ -44,10 +44,10 @@
// DEVICE DEFINITIONS
//**************************************************************************
DEFINE_DEVICE_TYPE(C1570, c1570_device, "c1570", "C1570")
DEFINE_DEVICE_TYPE(C1571, c1571_device, "c1571", "C1571")
DEFINE_DEVICE_TYPE(C1571CR, c1571cr_device, "c1571cr", "C1571CR")
DEFINE_DEVICE_TYPE(MINI_CHIEF, mini_chief_device, "minichif", "ICT Mini Chief")
DEFINE_DEVICE_TYPE(C1570, c1570_device, "c1570", "C1570 Disk Drive")
DEFINE_DEVICE_TYPE(C1571, c1571_device, "c1571", "C1571 Disk Drive")
DEFINE_DEVICE_TYPE(C1571CR, c1571cr_device, "c1571cr", "C1571CR Disk Drive")
DEFINE_DEVICE_TYPE(MINI_CHIEF, mini_chief_device, "minichif", "ICT Mini Chief Disk Drive")
//-------------------------------------------------

View File

@ -33,8 +33,8 @@
// DEVICE DEFINITIONS
//**************************************************************************
DEFINE_DEVICE_TYPE(C1563, c1563_device, "c1563", "C1563")
DEFINE_DEVICE_TYPE(C1581, c1581_device, "c1581", "C1581")
DEFINE_DEVICE_TYPE(C1563, c1563_device, "c1563", "C1563 Disk Drive")
DEFINE_DEVICE_TYPE(C1581, c1581_device, "c1581", "C1581 Disk Drive")
//-------------------------------------------------

View File

@ -39,8 +39,8 @@
// DEVICE DEFINITIONS
//**************************************************************************
DEFINE_DEVICE_TYPE(FD2000, fd2000_device, "fd2000", "FD-2000")
DEFINE_DEVICE_TYPE(FD4000, fd4000_device, "fd4000", "FD-4000")
DEFINE_DEVICE_TYPE(FD2000, fd2000_device, "fd2000", "FD-2000 Disk Drive")
DEFINE_DEVICE_TYPE(FD4000, fd4000_device, "fd4000", "FD-4000 Disk Drive")
//-------------------------------------------------

View File

@ -15,7 +15,7 @@
// DEVICE DEFINITIONS
//**************************************************************************
DEFINE_DEVICE_TYPE(VIC1515, vic1515_device, "vic1515", "VIC-1515")
DEFINE_DEVICE_TYPE(VIC1515, vic1515_device, "vic1515", "VIC-1515 Graphic Printer")
//-------------------------------------------------

View File

@ -52,7 +52,7 @@ PD7 Y MOTOR COM D
// DEVICE DEFINITIONS
//**************************************************************************
DEFINE_DEVICE_TYPE(VIC1520, vic1520_device, "vic1520", "VIC-1520")
DEFINE_DEVICE_TYPE(VIC1520, vic1520_device, "vic1520", "VIC-1520 Color Printer Plotter")
//-------------------------------------------------