diff options
Diffstat (limited to 'src/mame/konami/k007342.cpp')
| -rw-r--r-- | src/mame/konami/k007342.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/konami/k007342.cpp b/src/mame/konami/k007342.cpp index a70a727dd5a..03cb641bff4 100644 --- a/src/mame/konami/k007342.cpp +++ b/src/mame/konami/k007342.cpp @@ -45,7 +45,7 @@ TODO: #include "logmacro.h" -DEFINE_DEVICE_TYPE(K007342, k007342_device, "k007342", "K007342 Video Controller") +DEFINE_DEVICE_TYPE(K007342, k007342_device, "k007342", "Konami 007342 Video Controller") k007342_device::k007342_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) : device_t(mconfig, K007342, tag, owner, clock), |
