summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/memory.h
Commit message (Expand)AuthorAgeFilesLines
* renamed memory.* to emumem.* (nw) Miodrag Milanovic2016-04-081-944/+0
* Avoid auto return types; silence some unused variable warnings (nw) AJR2016-03-311-3/+3
* Iterate over core classes C++11 style AJR2016-03-311-12/+8
* Make octal flag part of address_space/address_space_config, not (illogically)... AJR2016-02-041-2/+5
* Add macros for alignment checking (nw) AJR2016-01-301-0/+6
* Remove this==NULL comps, nw therealmogminer@gmail.com2016-01-231-6/+4
* reverting: Miodrag Milanovic2016-01-201-12/+12
* Revert "Memory region to use std::string (nw)" Miodrag Milanovic2016-01-201-4/+4
* Memory region to use std::string (nw) Miodrag Milanovic2016-01-201-4/+4
* tags are now strings (nw) Miodrag Milanovic2016-01-161-12/+12
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-26/+26
* Initial conversion of core to C++14. Note that compilers are now limited to G... Miodrag Milanovic2015-12-031-3/+3
* Some errors pointed by ReSharperC++ (nw) Miodrag Milanovic2015-11-071-2/+0
* thomson.c: reduce tagmap lookups (nw) Wilbert Pol2015-08-021-0/+7
* some extremely low hanging pedantic fruit Cowering2015-07-081-1/+1
* memory: Remove support for decrypted bases, use an address space instead [O. ... Olivier Galibert2015-06-241-83/+30
* Revert "Remove unnecessary null checks" for now, undefined behavior but break... balr0g2015-05-171-1/+3
* Remove unnecessary null checks (nw) balr0g2015-05-161-1/+1
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-4/+4
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-3/+3
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-3/+3
* Cleanups and version bumpmame0156 Miodrag Milanovic2014-11-261-1/+1
* Touching all the candy again: [Alex Jackson] Alex W. Jackson2014-11-171-17/+13
* 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-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