GUS MAX: Fix the internal name, fixes #5640.

This commit is contained in:
OBattler
2025-05-30 10:32:54 +02:00
parent d2d0944928
commit 3b9b967007

View File

@@ -1473,7 +1473,7 @@ const device_t gus_device = {
const device_t gus_max_device = {
.name = "Gravis UltraSound MAX",
.internal_name = "gus",
.internal_name = "gusmax",
.flags = DEVICE_ISA16,
.local = GUS_MAX,
.init = gus_init,