Further correction to shortname to eliminate comparison to the ti990_10 computer (nw)

This commit is contained in:
Scott Stone 2014-04-30 01:47:21 +00:00
parent 428640f536
commit 3ec0e3224a

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 CPU", tag, owner, clock, "ti990_10_cpu", __FILE__),
m_program_config("program", ENDIANNESS_BIG, 16, 16),
m_io_config("cru", ENDIANNESS_BIG, 8, 12),
m_prgspace(NULL),