Tidy up tandy 1000 SX

This commit is contained in:
Jasmine Iwanek
2024-08-06 16:18:56 -04:00
parent 50c79e1594
commit 834bcd09c1
3 changed files with 6 additions and 4 deletions

View File

@@ -1503,7 +1503,7 @@ const machine_t machines[] = {
.internal_name = "tandy",
.type = MACHINE_TYPE_8088,
.chipset = MACHINE_CHIPSET_PROPRIETARY,
.init = machine_tandy_init,
.init = machine_tandy1000sx_init,
.p1_handler = NULL,
.gpio_handler = NULL,
.available_flag = MACHINE_AVAILABLE,