From ada4479f241dd67468aeeffa199f8b37b558e3ef Mon Sep 17 00:00:00 2001 From: AJR Date: Tue, 21 Nov 2017 15:32:39 -0500 Subject: crt9007: Device name typo (nw) --- src/devices/video/crt9007.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/video/crt9007.cpp b/src/devices/video/crt9007.cpp index b68317a7b57..9eba3705e4f 100644 --- a/src/devices/video/crt9007.cpp +++ b/src/devices/video/crt9007.cpp @@ -45,7 +45,7 @@ // DEVICE DEFINITIONS //************************************************************************** -DEFINE_DEVICE_TYPE(CRT9007, crt9007_device, "crt9007", "SMC SRT9007 VPAC") +DEFINE_DEVICE_TYPE(CRT9007, crt9007_device, "crt9007", "SMC CRT9007 VPAC") -- cgit v1.2.3