mirror of
https://github.com/holub/mame
synced 2025-05-23 14:19:01 +03:00
Whoops, fix incorrect address space layout for intelfsh in last update.
This commit is contained in:
parent
75857ce298
commit
2a2c9a0cb8
@ -206,7 +206,7 @@ intelfsh_device_config::intelfsh_device_config(const machine_config &mconfig, de
|
|||||||
if ((m_size & (1 << addrbits)) != 0)
|
if ((m_size & (1 << addrbits)) != 0)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
m_space_config = address_space_config("flash", ENDIANNESS_BIG, m_bits, addrbits - 1, (m_bits == 8) ? 0 : -1, map);
|
m_space_config = address_space_config("flash", ENDIANNESS_BIG, m_bits, addrbits, (m_bits == 8) ? 0 : -1, map);
|
||||||
}
|
}
|
||||||
|
|
||||||
intelfsh8_device_config::intelfsh8_device_config(const machine_config &mconfig, device_type type, const char *name, const char *tag, const device_config *owner, UINT32 clock, UINT32 variant)
|
intelfsh8_device_config::intelfsh8_device_config(const machine_config &mconfig, device_type type, const char *name, const char *tag, const device_config *owner, UINT32 clock, UINT32 variant)
|
||||||
|
Loading…
Reference in New Issue
Block a user