summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author yz70s <yz70s@users.noreply.github.com>2019-10-13 18:21:29 +0200
committer yz70s <yz70s@users.noreply.github.com>2019-10-13 18:27:18 +0200
commit142d441a6fc62331f7833e55ae09aedf4b5f5b09 (patch)
tree7c25537caf2126d98b020909a6c69065777e6d96
parentac1c53d379486c08caa073b985acedb4a0310127 (diff)
nforcepc: use a s3 virge pci video card (nw)
-rw-r--r--src/mame/drivers/nforcepc.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/drivers/nforcepc.cpp b/src/mame/drivers/nforcepc.cpp
index be41b247fc9..4d6cac26352 100644
--- a/src/mame/drivers/nforcepc.cpp
+++ b/src/mame/drivers/nforcepc.cpp
@@ -28,6 +28,7 @@
#include "machine/intelfsh.h"
#include "machine/atapicdr.h"
#include "machine/idehd.h"
+#include "video/virge_pci.h"
#include "includes/xbox_pci.h"
#include "includes/nforcepc.h"
@@ -755,6 +756,7 @@ void nforcepc_state::nforcepc(machine_config &config)
ide.sec_interrupt_handler().set(":pci:01.0", FUNC(mcpx_isalpc_device::irq15));
/*subdevice<ide_controller_32_device>(":pci:09.0:ide")->options(nforcepc_ata_devices, "hdd", "cdrom", true);*/
NV2A_AGP(config, ":pci:1e.0", 0, 0x10de01b7, 0); // 10de:01b7 NVIDIA Corporation nForce AGP to PCI Bridge
+ VIRGEDX_PCI(config, ":pci:0a.0", 0);
SST_49LF020(config, "bios", 0);
}