mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 01:25:33 -07:00
Sensation: Updated machine name to include the exclamation point and RS catalog number, corrected max RAM and replaced the commented out onboard video init with a TODO comment
This commit is contained in:
@@ -396,8 +396,7 @@ machine_at_sensation1_init(const machine_t *model)
|
||||
if (fdc_current[0] == FDC_INTERNAL)
|
||||
device_add(&fdc_at_nsc_dp8473_device);
|
||||
|
||||
//if (gfxcard[0] == VID_INTERNAL)
|
||||
// device_add(machine_get_vid_device(machine));
|
||||
/* TODO: Add onboard WD90C31 once it's implemented */
|
||||
|
||||
if (sound_card_current[0] == SOUND_INTERNAL)
|
||||
machine_snd = device_add(machine_get_snd_device(machine));
|
||||
|
||||
@@ -7873,7 +7873,7 @@ const machine_t machines[] = {
|
||||
},
|
||||
/* Has a VLSI VL82C113A SCAMP Combination I/O which holds the KBC. */
|
||||
{
|
||||
.name = "[VLSI 82C486] Tandy Sensation",
|
||||
.name = "[VLSI 82C486] Tandy Sensation! (25-1650)",
|
||||
.internal_name = "sensation1",
|
||||
.type = MACHINE_TYPE_486,
|
||||
.chipset = MACHINE_CHIPSET_VLSI_VL82C486,
|
||||
@@ -7896,7 +7896,7 @@ const machine_t machines[] = {
|
||||
.flags = MACHINE_IDE | MACHINE_SOUND | MACHINE_GAMEPORT | MACHINE_APM,
|
||||
.ram = {
|
||||
.min = 2048,
|
||||
.max = 65536,
|
||||
.max = 32768,
|
||||
.step = 2048
|
||||
},
|
||||
.nvrmask = 127,
|
||||
|
||||
Reference in New Issue
Block a user