summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/dimemory.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* -core: Removed almost all MCFG defines, and removed all remaining MACHINE_CON... MooglyGuy2019-07-021-24/+0
* emumem: Backend modernization [O. Galibert] Olivier Galibert2018-06-291-4/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-6/+6
* Next-gen config: make address map config not look like arse Vas Crabb2018-06-061-1/+20
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-6/+5
* This is too contentious, please put it up for review Vas Crabb2017-08-011-20/+5
* Changes to debugger memory address translation AJR2017-08-011-5/+20
* Make device_memory_interface own its address_spaces Vas Crabb2017-07-131-5/+19
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-3/+4
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-15/+17
* Rename AS_DECRYPTED_OPCODES to AS_OPCODES [O. Galibert] Olivier Galibert2017-07-031-1/+1
* dimemory: Remove the magic bypass [O. Galibert] Olivier Galibert2016-12-101-8/+0
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-21/+21
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-6/+6
* 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