diff options
author | 2017-09-25 20:35:19 -0400 | |
---|---|---|
committer | 2017-09-25 20:38:40 -0400 | |
commit | a3f71b52311e87ce19d9a70bee08519ddc512ecd (patch) | |
tree | 4ac3c5d7bf5b3f72254feefc4eed600084f55a01 | |
parent | 6c0497983bf5c97e18a8b90bbccf57c2ccf98299 (diff) |
i8214: Update device name (nw)
-rw-r--r-- | src/devices/machine/i8214.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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") |