mirror of
https://github.com/86Box/86Box.git
synced 2026-03-04 03:38:22 -07:00
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:
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user