summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/addrmap.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix GCC6 warnings Vas Crabb2016-06-161-2/+0
* Memory fun [O.Galibert] Olivier Galibert2016-06-141-0/+4
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-30/+30
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-3/+3
* Devfind revision phase 1, cleaning out some legacy stuff AJR2016-04-071-11/+0
* reverting: Miodrag Milanovic2016-01-201-13/+14
* tags are now strings (nw) Miodrag Milanovic2016-01-161-14/+13
* Refactoring memory map validity checking AJR2015-12-191-0/+7
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-2/+2
* 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