summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/addrmap.h
Commit message (Expand)AuthorAgeFilesLines
* fixed -Wunused-local-typedefs warnings with ATTR_UNUSED and enabled it again ... Oliver Stöneberg2015-02-051-6/+6
* Memory system and Namco improvements: [Alex Jackson] Alex W. Jackson2014-09-181-104/+101
* More cleanups, there is issue with srcclean that needs to be taken care as we... Miodrag Milanovic2014-07-221-1/+1
* removed lot of legacy code in memory system and removed corresponding macros ... Miodrag Milanovic2014-05-051-72/+1
* Removed some not used macros (nw) Miodrag Milanovic2014-04-281-4/+0
* removed some unused AM_*_LEGACY macros (nw) Oliver Stöneberg2014-04-211-8/+0
* device_gfx_interface and memory system improvements: [Alex Jackson] Alex W. Jackson2014-04-081-3/+4
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* New AM_(DEV)SETOFFSET feature for address maps. Michael Zapf2013-09-211-0/+15
* removed unused AM_DEVWRITE8_LEGACY macro (nw) Oliver Stöneberg2013-09-121-2/+0
* removed unused macro AM_DEVREAD8_LEGACY (nw) Oliver Stöneberg2013-07-251-6/+0
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-231-1/+1
* removed unused AM_RAM_WRITE_LEGACY macro (nw) Oliver Stöneberg2013-07-121-4/+0
* Converted tms34061 to be a device. [Osso] Scott Stone2013-07-091-4/+1
* removed unused AM_RAM_DEVWRITE_LEGACY macro (nw) Oliver Stöneberg2013-07-041-1/+0
* fix z80 memory handling + misc cleanups Michaël Banaan Ananas2013-06-051-0/+4
* pcat cleanup + removal of all not used LEGACY calls (in comments) and removal... Miodrag Milanovic2013-04-191-5/+0
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-138/+69
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-59/+59
* removed some unused AM_*_LEGACY macros (nw) Oliver Stöneberg2013-01-051-10/+0
* addrmap: Avoid a collision between address_map the type and the method of the... Olivier Galibert2012-10-201-2/+3
* memory: Fix dynamic recursive device mapping [O. Galibert] Olivier Galibert2012-10-101-1/+1
* Moved device_delegates into their own files. Employed a Aaron Giles2012-09-261-109/+94
* Memory handler normalization, part 1. Aaron Giles2012-09-171-60/+9
* AM_BASE_LEGACY breathes its last. Aaron Giles2012-09-121-3/+0
* 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