mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
Further correction to shortname to eliminate comparison to the ti990_10 computer (nw)
This commit is contained in:
parent
428640f536
commit
3ec0e3224a
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user