Bumped the revisions of 86Box DVD drive and of the 86Box removable disk.

This commit is contained in:
OBattler
2025-08-01 21:21:11 +02:00
parent a5d0036791
commit 2924cf7930

View File

@@ -57,7 +57,7 @@ typedef struct rdisk_drive_type_t {
#define KNOWN_RDISK_DRIVE_TYPES 3
static const rdisk_drive_type_t rdisk_drive_types[KNOWN_RDISK_DRIVE_TYPES] = {
{ "86BOX", "REMOVABLE DISK", "1.00", { 1, 1 }},
{ "86BOX", "REMOVABLE DISK", "5.00", { 1, 1 }},
{ "IOMEGA", "ZIP 100", "E.08", { 1, 0 }},
{ "IOMEGA", "ZIP 250", "42.S", { 1, 1 }}
};