From 2924cf7930efff5377cf105aeac459729fea92bb Mon Sep 17 00:00:00 2001 From: OBattler Date: Fri, 1 Aug 2025 21:21:11 +0200 Subject: [PATCH] Bumped the revisions of 86Box DVD drive and of the 86Box removable disk. --- src/include/86box/rdisk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/86box/rdisk.h b/src/include/86box/rdisk.h index bfc1c340e..df48ba703 100644 --- a/src/include/86box/rdisk.h +++ b/src/include/86box/rdisk.h @@ -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 }} };