summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/addrmap.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* And death to AM_SIZE_LEGACY. Aaron Giles2012-09-041-3/+0
* memory: Add support for dynamically mapping devices [O. Galibert] Olivier Galibert2012-08-031-3/+1
* Clear out remaining AM_BASE_SIZE. Aaron Giles2012-04-161-3/+0
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-5/+2
* Add assertions to catch situations where AM_SHARE is used twice. Aaron Giles2012-04-121-1/+1
* Remove AM_SIZE entirely. AM_BASE_SIZE still exists, though. Aaron Giles2012-04-111-4/+1
* Clean-ups and version bumpmame0145u6 Angelo Salese2012-04-081-1/+1
* removed legacy macros to prevent their usage in future (no whatsnew) Miodrag Milanovic2012-04-071-13/+0
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-11/+0
* No need anymore for _BASE (no whatsnew) Miodrag Milanovic2012-04-021-42/+0
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-306/+7
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-1/+2
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-6/+2
* Added hot/cold attributes. Made the MAME executable 1% smaller by using the Nathan Woods2011-11-061-1/+1
* naomi: Split the rom boards into a collection of devices. [O. Galibert] Olivier Galibert2011-08-231-0/+4
* memory: Fix an endianness issue when doing a device mapping on a big endian b... Olivier Galibert2011-08-051-1/+1
* addrmap: Allow adding device-sourced memory maps in the main map. [O. Galibert] Olivier Galibert2011-07-051-2/+61
* - Removed difference between handling driver and device address maps Miodrag Milanovic2011-05-081-25/+24
* reapplied change until someone can actually explain where it causes a problem. smf-2011-05-081-1/+1
* Reverting back addrmap changes and adding AM_SUBDEVICE macro to help addressi... Miodrag Milanovic2011-05-081-1/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-182/+182
* Delegates 2.0 implementation. Resdesigned how delegates work to make Aaron Giles2011-04-161-102/+102
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-3/+3
* Add DEVICE_SELF_OWNER which allows an address map to refer to the Aaron Giles2010-12-201-0/+3
* Modernized liberator driver, added save state support. Aaron Giles2010-09-221-0/+42
* Added AM_DEVREAD_MODERN/AM_DEVWRITE_MODERN/etc. macros for the non-modern Aaron Giles2010-09-051-0/+42
* Cleanups and version bump.mame0139u2 Aaron Giles2010-08-301-2/+2
* Added an alternate set of address map macros. Now, if you Aaron Giles2010-08-211-49/+288
* Massive memory system change. This is another step along the path toward Aaron Giles2010-08-191-99/+227
* Cleanups and version bump.mame0139u1 Aaron Giles2010-08-121-8/+8
* Return to type safety. Changed address maps back into functions that build Aaron Giles2010-08-011-0/+635