| Previous | 199869 Revisions | Next |
| r18489 Friday 12th October, 2012 at 13:01:21 UTC by O. Galibert |
|---|
| memory: Map from the cpu's owner, not the root device, otherwise siblings of cpus coming from config fragments aren't happy. [O. Galibert] |
| [src/emu] | memory.c |
| r18488 | r18489 | |
|---|---|---|
| 1783 | 1783 | m_map = global_alloc(address_map(m_device, m_spacenum)); |
| 1784 | 1784 | |
| 1785 | 1785 | // merge in the submaps |
| 1786 | m_map->uplift_submaps(machine(), m_device, m | |
| 1786 | m_map->uplift_submaps(machine(), m_device, *m_device.owner(), endianness()); | |
| 1787 | 1787 | |
| 1788 | 1788 | // extract global parameters specified by the map |
| 1789 | 1789 | m_unmap = (m_map->m_unmapval == 0) ? 0 : ~0; |
| Previous | 199869 Revisions | Next |