mirror of
https://github.com/holub/mame
synced 2025-06-02 02:49:44 +03:00
cop452: fixed validation (Device cop452.cpp(COP452) short name contains invalid characters)
This commit is contained in:
parent
ccc4885c9f
commit
38873bf2b3
@ -17,7 +17,7 @@
|
||||
#include "logmacro.h"
|
||||
|
||||
// Device type definition
|
||||
DEFINE_DEVICE_TYPE(COP452, cop452_device, "COP452", "National Semiconductor COP452 frequency generator")
|
||||
DEFINE_DEVICE_TYPE(COP452, cop452_device, "cop452", "National Semiconductor COP452 frequency generator")
|
||||
|
||||
cop452_device::cop452_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock)
|
||||
: device_t(mconfig , COP452 , tag , owner , clock)
|
||||
|
Loading…
Reference in New Issue
Block a user