diff options
author | 2014-04-30 01:47:21 +0000 | |
---|---|---|
committer | 2014-04-30 01:47:21 +0000 | |
commit | 3ec0e3224aceb284d630c8e4d5dadd4187970aad (patch) | |
tree | a0f56df23c6acbe3810b2b79fe186ac162490912 /src/emu/cpu/tms9900 | |
parent | 428640f536a4e9e679c8a505c8d8123cab1b500d (diff) |
Further correction to shortname to eliminate comparison to the ti990_10 computer (nw)
Diffstat (limited to 'src/emu/cpu/tms9900')
-rw-r--r-- | src/emu/cpu/tms9900/ti990_10.c | 2 |
1 files changed, 1 insertions, 1 deletions
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), |