summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/dimemory.c
Commit message (Expand)AuthorAgeFilesLines
* first round of printf fixes (nw) Oliver Stöneberg2014-02-251-1/+1
* second round of clang 3.4 fixes for MESS (nw) Oliver Stöneberg2014-02-201-1/+1
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* fixed comment in src/emu/dimemory.c (nw) Oliver Stöneberg2013-07-241-2/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-26/+26
* Moved device_delegates into their own files. Employed a Aaron Giles2012-09-261-6/+14
* Memory handler normalization, part 1. Aaron Giles2012-09-171-2/+2
* Removed rom_source abstraction, which was just mapping to devices Aaron Giles2012-02-201-3/+4
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-72/+32
* Allow region tags starting with a : to mean "absolute" so devices can access ... R. Belmont2011-09-171-4/+13
* Fixes for variable shadowing [Oliver Stöneberg] R. Belmont2011-07-211-2/+2
* Fix for remaining issues with validation of rom regions (no whatsnew) Miodrag Milanovic2011-06-221-1/+5
* Fixed AM_REGION to be relative to device (no whatsnew) Miodrag Milanovic2011-06-221-1/+3
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-133/+97
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-7/+7
* Converted core_options to a class. Removed a bunch of marginal Aaron Giles2011-03-031-2/+2
* 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-2/+2
* Changed driver_device to expose the game_driver's ROMs through the Aaron Giles2010-09-031-5/+5
* Cleanups and version bump.mame0139u2 Aaron Giles2010-08-301-1/+1
* De-converted MACHINE_DRIVER from tokens back to constructor functions, regaining Aaron Giles2010-08-261-17/+9
* Massive memory system change. This is another step along the path toward Aaron Giles2010-08-191-16/+16
* Return to type safety. Changed address maps back into functions that build Aaron Giles2010-08-011-37/+37
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-281-2/+2
* C++-ified the debugger views. Not quite architecturally where I would Aaron Giles2010-06-251-0/+49
* Cleanups and version bump. Aaron Giles2010-06-171-27/+27
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-0/+368