summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/memory.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* memory: Pass the legacy object/handler as a set_delegate parameter. [O. Galib... Olivier Galibert2011-05-311-104/+136
* memory: Store legacy object and handler together in the same structure. [O. G... Olivier Galibert2011-05-311-76/+84
* Readd type checking to late-binding delegates. This is generally used in Aaron Giles2011-05-111-11/+10
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-8/+8
* - Removed difference between handling driver and device address maps Miodrag Milanovic2011-05-081-13/+3
* fixed building non debug with visual studio 2010, it wants a virtual destruct... smf-2011-05-071-3/+3
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-3/+3
* Latest delegate changes removed the need for bindable_object, so Aaron Giles2011-04-291-3/+3
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Rename state_manager -> save_manager since the term "state" is overloaded. Aaron Giles2011-04-201-4/+4
* Privatized most of the m_machine pointers in the system to prevent Aaron Giles2011-04-191-2/+2
* Switch from m_machine to machine() everywhere. In some cases this Aaron Giles2011-04-181-61/+63
* Delegates 2.0 implementation. Resdesigned how delegates work to make Aaron Giles2011-04-161-68/+68
* 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-2/+1
* BIG update. Aaron Giles2011-03-291-109/+108
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-4/+7
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-21/+21
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-7/+7
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-90/+90
* Remove unused static handler entries. Also ensure that subsequent mapping/ Aaron Giles2011-03-171-12/+11
* Fix reads for 32-bit handlers on 64-bit CPUs too. [R. Belmont] R. Belmont2011-02-191-1/+1