Tandy Sensation II: After further research the Tandy 3100 and MMPC series have a different BIOS and some board differences so rename the machine to reflect this

Also add a new Cirrus 5428 device with a fixed 1MB VRAM config for this machine
This commit is contained in:
win2kgamer
2026-02-16 22:00:19 -06:00
parent ca9f9d7fc3
commit 9a5ec04ec5
3 changed files with 20 additions and 3 deletions

View File

@@ -8670,7 +8670,7 @@ const machine_t machines[] = {
},
/* Has a VLSI VL82C113A SCAMP Combination I/O which holds the KBC. */
{
.name = "[VLSI 82C486] Tandy Sensation! II (25-1651)/3100/MMPC",
.name = "[VLSI 82C486] Tandy Sensation! II (25-1651)",
.internal_name = "sensation2",
.type = MACHINE_TYPE_486_S2,
.chipset = MACHINE_CHIPSET_VLSI_VL82C486,
@@ -8708,7 +8708,7 @@ const machine_t machines[] = {
.kbd_device = NULL,
.fdc_device = NULL,
.sio_device = NULL,
.vid_device = &gd5428_onboard_vlb_device,
.vid_device = &gd5428_vlb_onboard_tandy_device,
.snd_device = NULL,
.net_device = NULL
},