| Commit message (Expand) | Author | Age | Files | Lines |
| * | dimemory: Add the target address space to translate, wrap the constants |  Olivier Galibert | 2023-03-18 | 1 | -30/+9 |
| * | formats, osd, util: Started refactoring file I/O stuff. (#8456) |  Vas Crabb | 2021-08-22 | 1 | -5/+5 |
| * | Fairly significant overhaul of Lua engine and some cleanup. |  Vas Crabb | 2020-11-25 | 1 | -3/+2 |
| * | -Switch to building MAME as C++17. |  Vas Crabb | 2020-11-15 | 1 | -3/+1 |
| * | emumem: Simplify memory management. [O. Galibert] |  Olivier Galibert | 2020-11-02 | 1 | -2/+0 |
| * | -core: Removed almost all MCFG defines, and removed all remaining MACHINE_CON... |  MooglyGuy | 2019-07-02 | 1 | -24/+0 |
| * | emumem: Backend modernization [O. Galibert] |  Olivier Galibert | 2018-06-29 | 1 | -4/+1 |
| * | as if millions of this pointers suddenly cried out in terror, and were sudden... |  Vas Crabb | 2018-06-08 | 1 | -6/+6 |
| * | Next-gen config: make address map config not look like arse |  Vas Crabb | 2018-06-06 | 1 | -1/+20 |
| * | API change: Memory maps are now methods of the owner class [O. Galibert] |  Olivier Galibert | 2018-02-12 | 1 | -6/+5 |
| * | This is too contentious, please put it up for review |  Vas Crabb | 2017-08-01 | 1 | -20/+5 |
| * | Changes to debugger memory address translation |  AJR | 2017-08-01 | 1 | -5/+20 |
| * | Make device_memory_interface own its address_spaces |  Vas Crabb | 2017-07-13 | 1 | -5/+19 |
| * | make device_memory_interface slightly less of a special case, use a typedef t... |  Vas Crabb | 2017-07-10 | 1 | -3/+4 |
| * | dimemory: Lift the cap on the number of address spaces per device [O. Galibert] |  Olivier Galibert | 2017-07-03 | 1 | -15/+17 |
| * | Rename AS_DECRYPTED_OPCODES to AS_OPCODES [O. Galibert] |  Olivier Galibert | 2017-07-03 | 1 | -1/+1 |
| * | dimemory: Remove the magic bypass [O. Galibert] |  Olivier Galibert | 2016-12-10 | 1 | -8/+0 |
| * | Introduce u8/u16/u32/u64/s8/s16/s32/s64 |  Vas Crabb | 2016-11-19 | 1 | -21/+21 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -6/+6 |
| * | Various cleanups suggested by static analyzer (nw) |  Miodrag Milanovic | 2016-04-24 | 1 | -1/+1 |
| * | Devfind revision phase 1, cleaning out some legacy stuff |  AJR | 2016-04-07 | 1 | -0/+3 |
| * | Make generic VTLB implementation a modern device interface (nw) |  AJR | 2016-02-07 | 1 | -18/+0 |
| * | reverting: |  Miodrag Milanovic | 2016-01-20 | 1 | -1/+1 |
| * | tags are now strings (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -1/+1 |
| * | clang-modernize part 1 (nw) |  Miodrag Milanovic | 2015-12-03 | 1 | -8/+8 |
| * | memory: Remove support for decrypted bases, use an address space instead [O. ... |  Olivier Galibert | 2015-06-24 | 1 | -0/+8 |
| * | Bulk convert files that already had standard BSD license in my name |  Aaron Giles | 2013-10-16 | 1 | -31/+2 |
| * | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -15/+15 |
| * | Since nobody checks for NULLs anyway, make |  Aaron Giles | 2012-09-19 | 1 | -2/+4 |
| * | Add ambiguous execute() and memory() methods to the |  Aaron Giles | 2012-09-11 | 1 | -0/+4 |
| * | Move devices into a proper hierarchy and handle naming |  Aaron Giles | 2012-01-24 | 1 | -1/+4 |
| * | Collapsed device_config and device_t into one class. Updated all |  Aaron Giles | 2011-04-27 | 1 | -41/+17 |
| * | Created new enum type address_spacenum for specifying an address |  Aaron Giles | 2011-03-27 | 1 | -23/+14 |
| * | Added device_t::memory() to fetch a reference to the memory interface, |  Aaron Giles | 2011-03-27 | 1 | -25/+0 |
| * | Converted core_options to a class. Removed a bunch of marginal |  Aaron Giles | 2011-03-03 | 1 | -1/+1 |
| * | mame_file is now emu_file and is a class. It is required |  Aaron Giles | 2011-02-12 | 1 | -1/+1 |
| * | MDRV_* -> MCFG_* |  Aaron Giles | 2010-12-31 | 1 | -7/+7 |
| * | De-converted MACHINE_DRIVER from tokens back to constructor functions, regaining |  Aaron Giles | 2010-08-26 | 1 | -3/+4 |
| * | Replace "const address_space" with "address_space" throughout the system. |  Aaron Giles | 2010-08-19 | 1 | -1/+1 |
| * | Massive memory system change. This is another step along the path toward |  Aaron Giles | 2010-08-19 | 1 | -46/+4 |
| * | Return to type safety. Changed address maps back into functions that build |  Aaron Giles | 2010-08-01 | 1 | -7/+7 |
| * | C++-ified the debugger views. Not quite architecturally where I would |  Aaron Giles | 2010-06-25 | 1 | -32/+3 |
| * | Cleanups and version bump. |  Aaron Giles | 2010-06-17 | 1 | -18/+18 |
| * | Split implementation for legacy devices into a separate macro. Updated all |  Aaron Giles | 2010-06-11 | 1 | -1/+1 |
| * | WARNING: There are likely to be regressions in both functionality and |  Aaron Giles | 2010-06-08 | 1 | -0/+292 |