Merge pull request #5773 from jriwanek-forks/t1000sx

Correct internal name for Tandy 1000 SX
This commit is contained in:
Miran Grča
2025-07-10 05:39:27 +02:00
committed by GitHub

View File

@@ -1564,7 +1564,7 @@ const machine_t machines[] = {
},
{
.name = "[8088] Tandy 1000 SX",
.internal_name = "tandy",
.internal_name = "tandy1000sx",
.type = MACHINE_TYPE_8088,
.chipset = MACHINE_CHIPSET_PROPRIETARY,
.init = machine_tandy1000sx_init,