summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/memory.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Memory banks are now device-relative only. Global lookups Aaron Giles2012-04-191-10/+4
* Remove global memory banking functions in favor of referencing Aaron Giles2012-04-191-18/+0
* Now that memory_bank is exposed as an object, removed all the global Aaron Giles2012-04-181-26/+5
* some DIRECT_UPDATE_HANDLER - > DIRECT_UPDATE_MEMBER (nw) Miodrag Milanovic2012-04-171-0/+1
* Psikyo and DCS fixes. Aaron Giles2012-04-091-1/+1
* Clean-ups and version bumpmame0145u6 Angelo Salese2012-04-081-5/+5
* Converted memory_private to memory_manager and moved global memory Aaron Giles2012-04-051-18/+250
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-5/+5
* Fixed memory unmap if mirror/mask was used [hap] Michaël Banaan Ananas2011-08-041-6/+6
* Added device-relative functions for memory banking. [Curt Coder] Curt Coder2011-06-231-0/+5
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-1/+1
* Latest delegate changes removed the need for bindable_object, so Aaron Giles2011-04-291-1/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+1
* Privatized most of the m_machine pointers in the system to prevent Aaron Giles2011-04-191-1/+3
* Delegates 2.0 implementation. Resdesigned how delegates work to make Aaron Giles2011-04-161-50/+10
* 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-4/+0
* BIG update. Aaron Giles2011-03-291-10/+10
* Fix address_space::unmap_write to pass ROW_WRITE instead of ROW_READWRITE Aaron Giles2011-03-281-2/+2
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-0/+1
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-104/+47
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-10/+16
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-60/+103
* Remove some straggling const address_space references, and get rid of Aaron Giles2011-03-171-40/+40
* Add directxor parameter to direct memory accessors. Update all callers Aaron Giles2010-12-311-30/+30
* Change shared memory regions to track their size. Added memory_get_shared() Aaron Giles2010-09-041-0/+4
* Cleanups and version bump.mame0139u2 Aaron Giles2010-08-301-15/+15
* Fixed TMS340x0 disassembly view (no whatsnew) Phil Bennett2010-08-241-1/+1
* Added mask-free versions of read_word/read_dword/read_qword to Aaron Giles2010-08-211-6/+24
* Remove final set of legacy inlines from memory.h. Mostly affects CPU Aaron Giles2010-08-191-19/+0
* Remove most of the temporary inline helpers. Aaron Giles2010-08-191-48/+0
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-198/+0
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-183/+183
* Massive memory system change. This is another step along the path toward Aaron Giles2010-08-191-514/+796
* Return to type safety. Changed address maps back into functions that build Aaron Giles2010-08-011-601/+1
* C++-ified the debugger views. Not quite architecturally where I would Aaron Giles2010-06-251-1/+1