| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix address_space_specific::get_write_ptr() -nw- |  Phil Bennett | 2013-05-28 | 1 | -1/+1 |
* | use proper free function for address_space.m_direct (nw) |  Oliver Stöneberg | 2013-02-21 | 1 | -1/+1 |
* | memory: Add another missing 32->64 bits conversion when building the invsubma... |  Oliver Stöneberg | 2013-02-11 | 1 | -1/+1 |
* | memory: Add missing 32->64 bits conversion when building the invsubmask [Oliv... |  Olivier Galibert | 2013-02-10 | 1 | -1/+1 |
* | replaced bogus memcpy in handler_entry_{read|write} - fixes Visual Studio-onl... |  Oliver Stöneberg | 2013-02-03 | 1 | -2/+30 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -246/+246 |
* | memory: Map from the cpu's owner, not the root device, otherwise siblings of ... |  Olivier Galibert | 2012-10-12 | 1 | -1/+1 |
* | memory: Fix dynamic recursive device mapping [O. Galibert] |  Olivier Galibert | 2012-10-10 | 1 | -2/+2 |
* | Moved device_delegates into their own files. Employed a |  Aaron Giles | 2012-09-26 | 1 | -36/+14 |
* | Remove all traces of read/write*_device_func from memory.c. |  Aaron Giles | 2012-09-18 | 1 | -216/+0 |
* | Memory handler cleanup 3. Add mem_mask parameter |  Aaron Giles | 2012-09-17 | 1 | -8/+8 |
* | Memory handler normalization, part 2. Change legacy |  Aaron Giles | 2012-09-17 | 1 | -48/+48 |
* | Memory handler normalization, part 1. |  Aaron Giles | 2012-09-17 | 1 | -23/+0 |
* | added missing \n to even more fatalerror() calls (no whatsnew) |  Oliver Stöneberg | 2012-09-08 | 1 | -7/+7 |
* | memory: Add support for dynamically mapping devices [O. Galibert] |  Olivier Galibert | 2012-08-03 | 1 | -4/+22 |
* | ioport.c C++ conversion. Mostly internal changes, with no |  Aaron Giles | 2012-05-03 | 1 | -11/+11 |
* | Use a tagged_list for memory_banks. |  Aaron Giles | 2012-04-24 | 1 | -6/+5 |
* | Clean-ups and version bumpmame0145u7 |  Angelo Salese | 2012-04-22 | 1 | -2/+2 |
* | Created ioport_manager and moved the port list to it. |  Aaron Giles | 2012-04-22 | 1 | -4/+2 |
* | Make memory shares follow the same pattern as memory |  Aaron Giles | 2012-04-20 | 1 | -17/+0 |
* | Changed device->subregion to device->memregion. Moved |  Aaron Giles | 2012-04-20 | 1 | -16/+67 |
* | Remove global memory banking functions in favor of referencing |  Aaron Giles | 2012-04-19 | 1 | -14/+0 |
* | Now that memory_bank is exposed as an object, removed all the global |  Aaron Giles | 2012-04-18 | 1 | -144/+45 |
* | Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. |  Aaron Giles | 2012-04-15 | 1 | -4/+0 |
* | Remove AM_SIZE entirely. AM_BASE_SIZE still exists, though. |  Aaron Giles | 2012-04-11 | 1 | -16/+0 |
* | Clean-ups and version bumpmame0145u6 |  Angelo Salese | 2012-04-08 | 1 | -4/+4 |
* | Converted memory_private to memory_manager and moved global memory |  Aaron Giles | 2012-04-05 | 1 | -346/+129 |
* | Moved all drivers to using the paletteram helpers defined in the |  Aaron Giles | 2012-04-05 | 1 | -5/+1 |
* | Some cleanup of some observed #include redundancy from source files which use... |  Scott Stone | 2012-02-06 | 1 | -1/+0 |
* | Clean-ups and version bumpmame0144u7 |  Angelo Salese | 2012-01-29 | 1 | -1/+1 |
* | Move devices into a proper hierarchy and handle naming |  Aaron Giles | 2012-01-24 | 1 | -112/+120 |
* | clean-ups and version bump |  Angelo Salese | 2011-10-10 | 1 | -2/+2 |
* | Simplified way of getting octal info (no whatsnew) |  Miodrag Milanovic | 2011-10-04 | 1 | -5/+15 |
* | Added a way to handle output for debug messages and debugger itself into octa... |  Miodrag Milanovic | 2011-10-04 | 1 | -5/+5 |
* | Allow region tags starting with a : to mean "absolute" so devices can access ... |  R. Belmont | 2011-09-17 | 1 | -4/+13 |
* | memory: Fix an endianness issue when doing a device mapping on a big endian b... |  Olivier Galibert | 2011-08-05 | 1 | -1/+1 |
* | addrmap: Allow adding device-sourced memory maps in the main map. [O. Galibert] |  Olivier Galibert | 2011-07-05 | 1 | -0/+6 |
* | Added device-relative functions for memory banking. [Curt Coder] |  Curt Coder | 2011-06-23 | 1 | -0/+59 |
* | Fix for remaining issues with validation of rom regions (no whatsnew) |  Miodrag Milanovic | 2011-06-22 | 1 | -2/+10 |
* | Fixed AM_REGION to be relative to device (no whatsnew) |  Miodrag Milanovic | 2011-06-22 | 1 | -3/+8 |
* | Cleanups and version bumpmame0142u6 |  Angelo Salese | 2011-06-19 | 1 | -1/+1 |
* | memory.c: Fixed display of physical addresses in the debug memory viewer. [W... |  Wilbert Pol | 2011-06-14 | 1 | -1/+1 |
* | Duh! (nwn) |  Olivier Galibert | 2011-06-12 | 1 | -1/+1 |
* | memory: Stop being stupid and call the extremely well written |  Olivier Galibert | 2011-06-10 | 1 | -4/+41 |
* | Cleanups and version bumpmame0142u5 |  Angelo Salese | 2011-06-05 | 1 | -7/+7 |
* | memory: Change the gc into a refcounter, for speed reasons. [O. Galibert] |  Olivier Galibert | 2011-06-05 | 1 | -55/+131 |
* | Revert "memory: Change the gc into a refcounter, for speed reasons. [O. Galib... |  Olivier Galibert | 2011-06-01 | 1 | -68/+52 |
* | memory: Change the gc into a refcounter, for speed reasons. [O. Galibert] |  Olivier Galibert | 2011-06-01 | 1 | -52/+68 |
* | memory: Implement depopulate_unused(). [O. Galibert] |  Olivier Galibert | 2011-06-01 | 1 | -1/+32 |
* | Per OG: Change to allow debug to correctly build. (no whatsnew.txt) |  Scott Stone | 2011-05-31 | 1 | -1/+1 |