From 01435b68b43d232b2e0180f48d320abcee358413 Mon Sep 17 00:00:00 2001 From: Robbbert Date: Wed, 19 Sep 2018 19:32:21 +1000 Subject: [PATCH] (nw) fixed validation error. --- src/mame/drivers/nforcepc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/nforcepc.cpp b/src/mame/drivers/nforcepc.cpp index e5dc0b0c1a4..2fd47bff6ea 100644 --- a/src/mame/drivers/nforcepc.cpp +++ b/src/mame/drivers/nforcepc.cpp @@ -30,7 +30,7 @@ Pci devices */ -DEFINE_DEVICE_TYPE(CRUSH11, crush11_host_device, "CRUSH11", "NVIDIA Corporation nForce CPU bridge") +DEFINE_DEVICE_TYPE(CRUSH11, crush11_host_device, "crush11", "NVIDIA Corporation nForce CPU bridge") void crush11_host_device::config_map(address_map &map) {