Device shortnames should not have "/" in them. Thanks to MASH for the note (nw)

This commit is contained in:
Scott Stone 2014-04-29 22:54:20 +00:00
parent 9cd2e07e75
commit 428640f536

View File

@ -42,7 +42,7 @@
****************************************************************************/
ti990_10_device::ti990_10_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: cpu_device(mconfig, TI990_10, "TI990/10", tag, owner, clock, "ti990/10", __FILE__),
: cpu_device(mconfig, TI990_10, "TI990/10", tag, owner, clock, "ti990_10", __FILE__),
m_program_config("program", ENDIANNESS_BIG, 16, 16),
m_io_config("cru", ENDIANNESS_BIG, 8, 12),
m_prgspace(NULL),