summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/memory.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-4867/+0
* making logerror part of machine and device classes [Miodrag Milanovic] Miodrag Milanovic2015-11-011-4/+4
* Removed some unused variables (nw) Miodrag Milanovic2015-10-271-2/+0
* thomson.c: reduce tagmap lookups (nw) Wilbert Pol2015-08-021-0/+24
* blame balrog for this :) (NW) Cowering2015-07-081-2/+2
* memory: Remove support for decrypted bases, use an address space instead [O. ... Olivier Galibert2015-06-241-112/+10
* small cleanup (nw) Miodrag Milanovic2015-04-221-20/+14
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-10/+12
* some astring to std::string conversion (nw) Miodrag Milanovic2015-04-181-10/+10
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-15/+22
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-9/+9
* cstr() - > c_str() as preparation for move to std::string (nw) Miodrag Milanovic2015-04-111-7/+7
* save: Give the device when available to the state save subsystem [O. Galibert] Olivier Galibert2015-02-141-2/+2
* fixed -fsanitize=null error in address_space::prepare_map() (nw) Oliver Stöneberg2015-01-221-1/+1
* Fix various typos Zoë Blade2014-11-301-1/+1
* Cleanups and version bumpmame0156 Miodrag Milanovic2014-11-261-1/+1
* Touching all the candy again: [Alex Jackson] Alex W. Jackson2014-11-171-2/+3
* fixed signed integer overflow in address_table::subtable_open() - by O. Galib... Oliver Stöneberg2014-10-231-1/+2
* fix winrun missing 3D Michaël Banaan Ananas2014-10-041-1/+1
* Memory system and Namco improvements: [Alex Jackson] Alex W. Jackson2014-09-181-23/+23
* memory.c: fix memdump output for nop/unmapped/watchpoint entries, broken by r... Alex W. Jackson2014-09-161-47/+11
* fm77av: converted various MMU functions to use bankdev. Dragon Buster is now mahlemiut2014-08-221-1/+1
* Cleanups and version bump Miodrag Milanovic2014-07-221-1/+0
* Grrrrr (nw) Olivier Galibert2014-05-181-1/+1
* removed lot of legacy code in memory system and removed corresponding macros ... Miodrag Milanovic2014-05-051-561/+76
* finished comment in previous commit (nw) Oliver Stöneberg2014-05-031-1/+1
* disable logging of unmapped memory accesses when neither -log nor -debug is s... Oliver Stöneberg2014-05-031-10/+21
* memory: Stop the watchpoints from messing with the opcode decryption [O. Gali... Olivier Galibert2014-04-171-2/+13
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-1/+1
* device_gfx_interface and memory system improvements: [Alex Jackson] Alex W. Jackson2014-04-081-12/+12
* use ARRAY_LENGTH (nw) Oliver Stöneberg2014-04-031-1/+1
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-26/+14
* Fix gcc 4.8 compile (nw) Alex W. Jackson2014-02-201-2/+1
* Another round of auto_alloc_array conversions. Aaron Giles2014-02-201-35/+20
* 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-1/+142
* Memory system: added endianness to the memory_share class. Aaron Giles2013-07-201-1/+1
* memory: Need moar tables [O. Galibert] Olivier Galibert2013-06-151-80/+82
* memory: Fix subunit reconfiguration [O. Galibert] Olivier Galibert2013-06-121-3/+3
* Fix address_space_specific::get_write_ptr() -nw- Phil Bennett2013-05-281-1/+1
* use proper free function for address_space.m_direct (nw) Oliver Stöneberg2013-02-211-1/+1
* memory: Add another missing 32->64 bits conversion when building the invsubma... Oliver Stöneberg2013-02-111-1/+1
* memory: Add missing 32->64 bits conversion when building the invsubmask [Oliv... Olivier Galibert2013-02-101-1/+1
* replaced bogus memcpy in handler_entry_{read|write} - fixes Visual Studio-onl... Oliver Stöneberg2013-02-031-2/+30
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-246/+246
* memory: Map from the cpu's owner, not the root device, otherwise siblings of ... Olivier Galibert2012-10-121-1/+1
* memory: Fix dynamic recursive device mapping [O. Galibert] Olivier Galibert2012-10-101-2/+2
* Moved device_delegates into their own files. Employed a Aaron Giles2012-09-261-36/+14
* Remove all traces of read/write*_device_func from memory.c. Aaron Giles2012-09-181-216/+0
* Memory handler cleanup 3. Add mem_mask parameter Aaron Giles2012-09-171-8/+8