Previous 199869 Revisions Next

r18620 Saturday 20th October, 2012 at 09:54:40 UTC by O. Galibert
addrmap: Yes, we can have a map for 8bits on 8bits, and that's not the end of the world [O. Galibert]
[src/emu]addrmap.c

trunk/src/emu/addrmap.c
r18619r18620
488488   }
489489
490490   // if we have a mask, we must be smaller than the default width of the map
491   if (m_map.m_databits <= width)
491   if (m_map.m_databits < width)
492492      throw emu_fatalerror("Handler %s is a %d-bit handler and is too wide to be used in a %d-bit address map", string, width, m_map.m_databits);
493493
494494   // the mask must represent whole units of width

Previous 199869 Revisions Next


© 1997-2024 The MAME Team