summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/addrmap.c
Commit message (Expand)AuthorAgeFilesLines
* Allow AM_NOP in device address maps, there may be others that should be allow... smf-2013-06-011-1/+1
* Fixed clipping of device address maps if the size of the map caused the end a... smf-2013-05-311-1/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-30/+30
* addrmap: Yes, we can have a map for 8bits on 8bits, and that's not the end of... Olivier Galibert2012-10-201-1/+1
* memory: Fix dynamic recursive device mapping [O. Galibert] Olivier Galibert2012-10-101-5/+7
* Moved device_delegates into their own files. Employed a Aaron Giles2012-09-261-53/+59
* Memory handler normalization, part 1. Aaron Giles2012-09-171-140/+0
* addrmap: Fix device mapping on big-endian systems [O. Galibert] Olivier Galibert2012-08-141-1/+1
* memory: Add support for dynamically mapping devices [O. Galibert] Olivier Galibert2012-08-031-0/+32
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-2/+0
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-49/+26
* memory: Fix an endianness issue when doing a device mapping on a big endian b... Olivier Galibert2011-08-051-3/+4
* Clean-ups and version bumpmame0143u1 Angelo Salese2011-07-111-2/+2
* addrmap: Add a useful error detection [O. Galibert] Olivier Galibert2011-07-051-1/+4
* addrmap: Allow adding device-sourced memory maps in the main map. [O. Galibert] Olivier Galibert2011-07-051-1/+173
* - Removed difference between handling driver and device address maps Miodrag Milanovic2011-05-081-11/+9
* reapplied change until someone can actually explain where it causes a problem. smf-2011-05-081-2/+2
* Reverting back addrmap changes and adding AM_SUBDEVICE macro to help addressi... Miodrag Milanovic2011-05-081-2/+2
* "You have taken your first step into a larger world." ―Obi-Wan Kenobi smf-2011-05-061-2/+2
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-84/+84
* Delegates 2.0 implementation. Resdesigned how delegates work to make Aaron Giles2011-04-161-12/+12
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* Add DEVICE_SELF_OWNER which allows an address map to refer to the Aaron Giles2010-12-201-0/+5
* Cleanups and version bump.mame0139u2 Aaron Giles2010-08-301-2/+2
* Massive memory system change. This is another step along the path toward Aaron Giles2010-08-191-381/+286
* Cleanups and version bump.mame0139u1 Aaron Giles2010-08-121-7/+7
* Return to type safety. Changed address maps back into functions that build Aaron Giles2010-08-011-0/+891