From 93bac0225033fd72f58cc5e14ecf661e7c4b8523 Mon Sep 17 00:00:00 2001 From: OBattler Date: Sun, 19 Jan 2020 00:08:40 +0100 Subject: [PATCH] Well, it turn out I forgot to commit the file that actually fixed the Matrox'es on the MVP3. I apologize for this. --- src/machine/m_at_socket7_s7.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/machine/m_at_socket7_s7.c b/src/machine/m_at_socket7_s7.c index c7ec4cc15..a281b69c0 100644 --- a/src/machine/m_at_socket7_s7.c +++ b/src/machine/m_at_socket7_s7.c @@ -8,15 +8,15 @@ * * Implementation of Socket 7 and Super Socket 7 machines. * - * Version: @(#)m_at_socket7_s7.c 1.0.1 2019/10/20 + * Version: @(#)m_at_socket7_s7.c 1.0.2 2020/01/18 * * Authors: Sarah Walker, * Miran Grca, - * Melissa Goad, + * Melissa Goad, * * Copyright 2010-2020 Sarah Walker. * Copyright 2016-2020 Miran Grca. - * Copyright 2020 Melissa Goad. + * Copyright 2020 Melissa Goad. */ #include #include @@ -506,10 +506,10 @@ machine_at_mvp3_init(const machine_t *model) pci_init(PCI_CONFIG_TYPE_1); pci_register_slot(0x00, PCI_CARD_SPECIAL, 0, 0, 0, 0); - pci_register_slot(0x01, PCI_CARD_ONBOARD, 1, 2, 3, 4); pci_register_slot(0x08, PCI_CARD_NORMAL, 1, 2, 3, 4); pci_register_slot(0x09, PCI_CARD_NORMAL, 2, 3, 4, 1); pci_register_slot(0x0a, PCI_CARD_NORMAL, 3, 4, 1, 2); + pci_register_slot(0x01, PCI_CARD_NORMAL, 1, 2, 3, 4); pci_register_slot(0x07, PCI_CARD_SPECIAL, 1, 2, 3, 4); device_add(&via_mvp3_device); device_add(&via_vt82c586b_device);