summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/memory.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* added missing \n to even more fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-081-7/+7
* memory: Add support for dynamically mapping devices [O. Galibert] Olivier Galibert2012-08-031-4/+22
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-11/+11
* Use a tagged_list for memory_banks. Aaron Giles2012-04-241-6/+5
* Clean-ups and version bumpmame0145u7 Angelo Salese2012-04-221-2/+2
* Created ioport_manager and moved the port list to it. Aaron Giles2012-04-221-4/+2
* Make memory shares follow the same pattern as memory Aaron Giles2012-04-201-17/+0
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-16/+67
* Remove global memory banking functions in favor of referencing Aaron Giles2012-04-191-14/+0
* Now that memory_bank is exposed as an object, removed all the global Aaron Giles2012-04-181-144/+45
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-4/+0
* Remove AM_SIZE entirely. AM_BASE_SIZE still exists, though. Aaron Giles2012-04-111-16/+0
* Clean-ups and version bumpmame0145u6 Angelo Salese2012-04-081-4/+4
* Converted memory_private to memory_manager and moved global memory Aaron Giles2012-04-051-346/+129
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-5/+1
* Some cleanup of some observed #include redundancy from source files which use... Scott Stone2012-02-061-1/+0
* Clean-ups and version bumpmame0144u7 Angelo Salese2012-01-291-1/+1
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-112/+120
* clean-ups and version bump Angelo Salese2011-10-101-2/+2
* Simplified way of getting octal info (no whatsnew) Miodrag Milanovic2011-10-041-5/+15
* Added a way to handle output for debug messages and debugger itself into octa... Miodrag Milanovic2011-10-041-5/+5
* Allow region tags starting with a : to mean "absolute" so devices can access ... R. Belmont2011-09-171-4/+13
* memory: Fix an endianness issue when doing a device mapping on a big endian b... Olivier Galibert2011-08-051-1/+1
* addrmap: Allow adding device-sourced memory maps in the main map. [O. Galibert] Olivier Galibert2011-07-051-0/+6
* Added device-relative functions for memory banking. [Curt Coder] Curt Coder2011-06-231-0/+59
* Fix for remaining issues with validation of rom regions (no whatsnew) Miodrag Milanovic2011-06-221-2/+10
* Fixed AM_REGION to be relative to device (no whatsnew) Miodrag Milanovic2011-06-221-3/+8
* Cleanups and version bumpmame0142u6 Angelo Salese2011-06-191-1/+1
* memory.c: Fixed display of physical addresses in the debug memory viewer. [W... Wilbert Pol2011-06-141-1/+1
* Duh! (nwn) Olivier Galibert2011-06-121-1/+1
* memory: Stop being stupid and call the extremely well written Olivier Galibert2011-06-101-4/+41
* Cleanups and version bumpmame0142u5 Angelo Salese2011-06-051-7/+7
* memory: Change the gc into a refcounter, for speed reasons. [O. Galibert] Olivier Galibert2011-06-051-55/+131
* Revert "memory: Change the gc into a refcounter, for speed reasons. [O. Galib... Olivier Galibert2011-06-011-68/+52
* memory: Change the gc into a refcounter, for speed reasons. [O. Galibert] Olivier Galibert2011-06-011-52/+68
* memory: Implement depopulate_unused(). [O. Galibert] Olivier Galibert2011-06-011-1/+32
* Per OG: Change to allow debug to correctly build. (no whatsnew.txt) Scott Stone2011-05-311-1/+1
* memory: Finally allow different handlers on different subunits of the same ad... Olivier Galibert2011-05-311-39/+135
* memory: Add a handler copy function which works on subunits-only handlers. [O... Olivier Galibert2011-05-311-0/+64
* memory: Make the proxy manage a list of handlers instead of a unique one. [O.... Olivier Galibert2011-05-311-15/+38
* memory: Split the map_range function into a fixed entry mapping one and a dyn... Olivier Galibert2011-05-311-34/+63
* memory: Tuck the unitmask into the proxy. [O. Galibert] Olivier Galibert2011-05-311-33/+34
* memory: Proxy the handler entry access when adding handlers. [O. Galibert] Olivier Galibert2011-05-311-4/+31
* memory: Combine the map_range and handler_read/write() operations into one. [... Olivier Galibert2011-05-311-53/+39
* memory: Add utility methods to clean up colliding subunit masks and testing i... Olivier Galibert2011-05-311-0/+82
* memory: Make the memdump file include a description of every subunit. [O. Gal... Olivier Galibert2011-05-311-2/+88
* memory: Split the subaccesses delegation information per-slot. [O. Galibert] Olivier Galibert2011-05-311-93/+113
* memory: Separate delegates for the main access and the subaccesses. [O. Galib... Olivier Galibert2011-05-311-54/+237
* memory: Build a structure with all possible delegate sizes [O. Galibert] Olivier Galibert2011-05-311-44/+56
* memory: Merge width-conversion functions together from the same source width.... Olivier Galibert2011-05-311-196/+137