summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/dimemory.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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