summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/dimemory.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-1/+1
* Devfind revision phase 1, cleaning out some legacy stuff AJR2016-04-071-0/+3
* Make generic VTLB implementation a modern device interface (nw) AJR2016-02-071-18/+0
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-8/+8
* memory: Remove support for decrypted bases, use an address space instead [O. ... Olivier Galibert2015-06-241-0/+8
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-15/+15
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-2/+4
* Add ambiguous execute() and memory() methods to the Aaron Giles2012-09-111-0/+4
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-1/+4
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-41/+17
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-23/+14
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-25/+0
* Converted core_options to a class. Removed a bunch of marginal Aaron Giles2011-03-031-1/+1
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-7/+7
* De-converted MACHINE_DRIVER from tokens back to constructor functions, regaining Aaron Giles2010-08-261-3/+4
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* Massive memory system change. This is another step along the path toward Aaron Giles2010-08-191-46/+4
* Return to type safety. Changed address maps back into functions that build Aaron Giles2010-08-011-7/+7
* C++-ified the debugger views. Not quite architecturally where I would Aaron Giles2010-06-251-32/+3
* Cleanups and version bump. Aaron Giles2010-06-171-18/+18
* Split implementation for legacy devices into a separate macro. Updated all Aaron Giles2010-06-111-1/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-0/+292