From a3f71b52311e87ce19d9a70bee08519ddc512ecd Mon Sep 17 00:00:00 2001 From: AJR Date: Mon, 25 Sep 2017 20:35:19 -0400 Subject: i8214: Update device name (nw) --- src/devices/machine/i8214.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/machine/i8214.cpp b/src/devices/machine/i8214.cpp index 454c726a99d..c82488fc81c 100644 --- a/src/devices/machine/i8214.cpp +++ b/src/devices/machine/i8214.cpp @@ -14,7 +14,7 @@ // device type definition -DEFINE_DEVICE_TYPE(I8214, i8214_device, "i8214", "Intel 8214 PIC") +DEFINE_DEVICE_TYPE(I8214, i8214_device, "i8214", "Intel 8214 PICU") -- cgit v1.2.3