mirror of
https://github.com/86Box/86Box.git
synced 2025-01-22 17:22:25 -05:00
Fix incorrect chipset for MVI486
Changes the chipset of the Mylex MVI486 from Opti 82C895 to 82C495
This commit is contained in:
parent
990bf74284
commit
9a13eb7413
1 changed files with 2 additions and 2 deletions
|
@ -5962,10 +5962,10 @@ const machine_t machines[] = {
|
||||||
/* Uses some variant of Phoenix MultiKey/42 as the Intel 8242 chip has a Phoenix
|
/* Uses some variant of Phoenix MultiKey/42 as the Intel 8242 chip has a Phoenix
|
||||||
copyright. */
|
copyright. */
|
||||||
{
|
{
|
||||||
.name = "[OPTi 895] Mylex MVI486",
|
.name = "[OPTi 495] Mylex MVI486",
|
||||||
.internal_name = "mvi486",
|
.internal_name = "mvi486",
|
||||||
.type = MACHINE_TYPE_486,
|
.type = MACHINE_TYPE_486,
|
||||||
.chipset = MACHINE_CHIPSET_OPTI_895_802G,
|
.chipset = MACHINE_CHIPSET_OPTI_495,
|
||||||
.init = machine_at_mvi486_init,
|
.init = machine_at_mvi486_init,
|
||||||
.p1_handler = NULL,
|
.p1_handler = NULL,
|
||||||
.gpio_handler = NULL,
|
.gpio_handler = NULL,
|
||||||
|
|
Loading…
Reference in a new issue