summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/memory.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* removed lot of legacy code in memory system and removed corresponding macros ... Miodrag Milanovic2014-05-051-118/+1
* modernized last DIRECT_UPDATE_HANDLER user (nw) Miodrag Milanovic2014-04-291-1/+0
* h8: Rewrite [O. Galibert] Olivier Galibert2014-03-251-0/+4
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-4/+4
* Another round of auto_alloc_array conversions. Aaron Giles2014-02-201-3/+2
* 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/+18
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-231-1/+1
* Memory system: added endianness to the memory_share class. Aaron Giles2013-07-201-2/+5
* memory: Need moar tables [O. Galibert] Olivier Galibert2013-06-151-8/+10
* Cleanups and version bumpmame0149 Miodrag Milanovic2013-06-111-17/+17
* Cleanup. (nw) Curt Coder2013-06-101-8/+8
* Added macros for read/write delegates. [Curt Coder] Curt Coder2013-06-061-0/+20
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-212/+212
* added missing initialization of memory_share.m_next (nw) Oliver Stöneberg2012-12-261-1/+2
* 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-10/+10
* Remove all traces of read/write*_device_func from memory.c. Aaron Giles2012-09-181-12/+12
* Memory handler cleanup 3. Add mem_mask parameter Aaron Giles2012-09-171-4/+13
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-31/+31
* Memory handler normalization, part 1. Aaron Giles2012-09-171-16/+25
* memory: Add support for dynamically mapping devices [O. Galibert] Olivier Galibert2012-08-031-1/+12
* Use a tagged_list for memory_banks. Aaron Giles2012-04-241-3/+2
* Clean-ups and version bumpmame0145u7 Angelo Salese2012-04-221-1/+1
* Make memory shares follow the same pattern as memory Aaron Giles2012-04-201-4/+1
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-1/+67
* Memory banks are now device-relative only. Global lookups Aaron Giles2012-04-191-10/+4
* Remove global memory banking functions in favor of referencing Aaron Giles2012-04-191-18/+0
* Now that memory_bank is exposed as an object, removed all the global Aaron Giles2012-04-181-26/+5
* some DIRECT_UPDATE_HANDLER - > DIRECT_UPDATE_MEMBER (nw) Miodrag Milanovic2012-04-171-0/+1
* Psikyo and DCS fixes. Aaron Giles2012-04-091-1/+1
* Clean-ups and version bumpmame0145u6 Angelo Salese2012-04-081-5/+5
* Converted memory_private to memory_manager and moved global memory Aaron Giles2012-04-051-18/+250
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-5/+5
* Fixed memory unmap if mirror/mask was used [hap] Michaël Banaan Ananas2011-08-041-6/+6
* Added device-relative functions for memory banking. [Curt Coder] Curt Coder2011-06-231-0/+5
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-1/+1
* Latest delegate changes removed the need for bindable_object, so Aaron Giles2011-04-291-1/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+1
* Privatized most of the m_machine pointers in the system to prevent Aaron Giles2011-04-191-1/+3
* Delegates 2.0 implementation. Resdesigned how delegates work to make Aaron Giles2011-04-161-50/+10
* Cleanups and version bump.mame0142 Aaron Giles2011-04-031-3/+3
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-4/+0
* BIG update. Aaron Giles2011-03-291-10/+10
* Fix address_space::unmap_write to pass ROW_WRITE instead of ROW_READWRITE Aaron Giles2011-03-281-2/+2
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-0/+1
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-104/+47
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-10/+16
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-60/+103
* Remove some straggling const address_space references, and get rid of Aaron Giles2011-03-171-40/+40