diff options
author | 2014-04-22 14:23:48 +0000 | |
---|---|---|
committer | 2014-04-22 14:23:48 +0000 | |
commit | 94fc4f582a6ae7974935d66eeed2fdfa83ea4bc0 (patch) | |
tree | 242bf639262795321756a94eb27011802552e9b6 /src | |
parent | a822b1241684d5917d5099adff393aa17c45e077 (diff) |
resolved conflict between "alto2" set and device name (nw)
Diffstat (limited to 'src')
-rw-r--r-- | src/emu/cpu/alto2/alto2cpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/alto2/alto2cpu.c b/src/emu/cpu/alto2/alto2cpu.c index 5a3c6c634fd..a2efeff0905 100644 --- a/src/emu/cpu/alto2/alto2cpu.c +++ b/src/emu/cpu/alto2/alto2cpu.c @@ -140,7 +140,7 @@ ADDRESS_MAP_END //------------------------------------------------- alto2_cpu_device::alto2_cpu_device(const machine_config& mconfig, const char* tag, device_t* owner, UINT32 clock) : - cpu_device(mconfig, ALTO2, "Xerox Alto-II", tag, owner, clock, "alto2", __FILE__), + cpu_device(mconfig, ALTO2, "Xerox Alto-II", tag, owner, clock, "alto2_cpu", __FILE__), m_ucode_config("ucode", ENDIANNESS_BIG, 32, 12, -2 ), m_const_config("const", ENDIANNESS_BIG, 16, 8, -1 ), m_iomem_config("iomem", ENDIANNESS_BIG, 16, 17, -1 ), |