From cc27fb97e0aa24e734f553ce99ad6484fced8d6f Mon Sep 17 00:00:00 2001 From: Robbbert Date: Fri, 27 Apr 2018 21:41:49 +1000 Subject: [PATCH] (nw) Fixed validation. --- src/devices/machine/fdc37c93x.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/machine/fdc37c93x.cpp b/src/devices/machine/fdc37c93x.cpp index 61dc9681e16..fe620389342 100644 --- a/src/devices/machine/fdc37c93x.cpp +++ b/src/devices/machine/fdc37c93x.cpp @@ -13,7 +13,7 @@ SMSC FDC37C93x Plug and Play Compatible Ultra I/O Controller #include "machine/ds128x.h" #include "machine/fdc37c93x.h" -DEFINE_DEVICE_TYPE(FDC37C93X, fdc37c93x_device, "FDC37C93X", "SMSC FDC37C93X") +DEFINE_DEVICE_TYPE(FDC37C93X, fdc37c93x_device, "fdc37c93x", "SMSC FDC37C93X") fdc37c93x_device::fdc37c93x_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) : device_t(mconfig, FDC37C93X, tag, owner, clock)