mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
bus/isa: Fix custom space configuration (nw)
This commit is contained in:
parent
24937b1373
commit
07f0725d44
@ -209,8 +209,8 @@ void isa8_device::device_config_complete()
|
||||
{
|
||||
if (m_allocspaces)
|
||||
{
|
||||
m_memspace.set_tag(*this, DEVICE_SELF, AS_PROGRAM);
|
||||
m_iospace.set_tag(*this, DEVICE_SELF, AS_IO);
|
||||
m_memspace.set_tag(*this, DEVICE_SELF, AS_ISA_MEM);
|
||||
m_iospace.set_tag(*this, DEVICE_SELF, AS_ISA_IO);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user