From 3ec0e3224aceb284d630c8e4d5dadd4187970aad Mon Sep 17 00:00:00 2001 From: Scott Stone Date: Wed, 30 Apr 2014 01:47:21 +0000 Subject: [PATCH] Further correction to shortname to eliminate comparison to the ti990_10 computer (nw) --- src/emu/cpu/tms9900/ti990_10.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emu/cpu/tms9900/ti990_10.c b/src/emu/cpu/tms9900/ti990_10.c index 96525fcaf1c..af4899e8dda 100644 --- a/src/emu/cpu/tms9900/ti990_10.c +++ b/src/emu/cpu/tms9900/ti990_10.c @@ -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),