| Commit message (Expand) | Author | Age | Files | Lines |
| * | finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) |  Ivan Vangelista | 2020-06-18 | 12 | -68/+68 |
| * | emumem: A little more speedup. cache and specific change syntax, and are not... |  Olivier Galibert | 2020-05-25 | 2 | -14/+14 |
| * | last batch of changes to make the https://github.com/mamedev/mame/tree/devcb-... |  Ivan Vangelista | 2020-05-21 | 1 | -6/+6 |
| * | switched PlayStation CPU over to memory_access_specific (nw) |  smf- | 2020-05-21 | 2 | -12/+14 |
| * | Make many device_execute_interface functions noexcept, including the "informa... |  AJR | 2019-11-09 | 1 | -5/+5 |
| * | Make devdelegate more like devcb for configuration. This is a |  Vas Crabb | 2019-10-26 | 1 | -8/+8 |
| * | -bus/psx/ctlrport, multitap, parallel: Removed MCFG and MACHINE_CONFIG macros... |  mooglyguy | 2018-12-16 | 1 | -33/+6 |
| * | Fixed regressions reported by Tafoid, nw |  mooglyguy | 2018-12-16 | 2 | -3/+3 |
| * | -v25, patinhofeio_cpu, pdp1, pic16c5x: Removed MCFG macros. [Ryan Holtz] |  mooglyguy | 2018-12-15 | 4 | -31/+20 |
| * | PSX GTE Use count_leading_zeros() & count_leading_ones() instead of counting ... |  smf- | 2018-09-24 | 1 | -20/+2 |
| * | converted psx sio to devcb3 & added a note about beastorizer bootleg protecti... |  smf- | 2018-09-16 | 2 | -24/+9 |
| * | -ram_device: MCFG removal, nw |  mooglyguy | 2018-08-16 | 1 | -2/+1 |
| * | prevent HOLD_LINE & irq acknowledge infection (nw) |  smf- | 2018-07-27 | 1 | -6/+6 |
| * | Prevent aggressive incompetence (nw) |  Olivier Galibert | 2018-07-27 | 1 | -6/+6 |
| * | PSX CPU: hookup debugger_exception_hook & debugger_interrupt_hook [smf] |  smf- | 2018-07-27 | 1 | -10/+28 |
| * | devcb3 |  Vas Crabb | 2018-07-07 | 5 | -16/+16 |
| * | as if millions of this pointers suddenly cried out in terror, and were sudden... |  Vas Crabb | 2018-06-08 | 1 | -12/+12 |
| * | emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... |  Olivier Galibert | 2018-05-11 | 2 | -6/+6 |
| * | Streamline machine configuration macros - everyone's a device edition. |  Vas Crabb | 2018-05-06 | 1 | -6/+6 |
| * | Sarayan made me do it. |  Vas Crabb | 2018-04-28 | 1 | -1/+1 |
| * | maps: Finish devices/cpu (nw) |  Olivier Galibert | 2018-04-20 | 1 | -28/+29 |
| * | Reshuffle some stuff: |  Vas Crabb | 2018-03-28 | 1 | -3/+3 |
| * | don't pass so many naked pointers around (nw) |  Vas Crabb | 2018-03-25 | 2 | -3/+3 |
| * | Blind faith fixed long names for almost all CPUs (nw) |  angelosa | 2018-03-15 | 1 | -6/+6 |
| * | destaticify initializations (nw) (#3289) |  wilbertpol | 2018-03-04 | 6 | -43/+38 |
| * | Grammar police (nw) |  Olivier Galibert | 2018-02-24 | 1 | -2/+2 |
| * | API change: Memory maps are now methods of the owner class [O. Galibert] |  Olivier Galibert | 2018-02-12 | 2 | -2/+3 |
| * | API Change: Machine configs are now a method of the owner class, and the prot... |  Olivier Galibert | 2018-01-17 | 2 | -3/+3 |
| * | Improve psx state saving (nw) |  smf- | 2017-12-31 | 1 | -0/+6 |
| * | forgot to update year (nw) |  smf- | 2017-12-29 | 2 | -2/+2 |
| * | emumem: API change [O. Galibert] |  Olivier Galibert | 2017-11-29 | 2 | -2/+2 |
| * | dvdisasm: Overhaul [O. Galibert] |  Olivier Galibert | 2017-11-26 | 6 | -461/+155 |
| * | Implemented program counter break point to PlayStation CPU & re-added PlaySta... |  smf- | 2017-09-22 | 3 | -760/+799 |
| * | make device_memory_interface slightly less of a special case, use a typedef t... |  Vas Crabb | 2017-07-10 | 2 | -3/+3 |
| * | dimemory: Lift the cap on the number of address spaces per device [O. Galibert] |  Olivier Galibert | 2017-07-03 | 2 | -1/+7 |
| * | devices/cpu to device_add_mconfig (nw) |  Ivan Vangelista | 2017-05-31 | 2 | -12/+7 |
| * | Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. |  Vas Crabb | 2017-05-22 | 1 | -1/+1 |
| * | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 15 | -244/+257 |
| * | Device validation fixes: all the rest (nw) |  AJR | 2017-03-03 | 1 | -3/+3 |
| * | debugger_access: Refactor [O. Galibert] |  Olivier Galibert | 2017-03-02 | 1 | -2/+2 |
| * | fix MSVC build (nw) |  smf- | 2017-02-28 | 2 | -3/+1 |
| * | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 7 | -24/+22 |
| * | Remove emu.h from headers (nw) |  Olivier Galibert | 2017-02-11 | 10 | -7/+3 |
| * | Merge pull request #1317 from npwoods/disasm_stdstring |  Vas Crabb | 2016-11-21 | 3 | -14/+5 |
| |\ |
|
| | * | Changed disassembler infrastructure to not use char buffers internally |  Nathan Woods | 2016-11-20 | 3 | -14/+5 |
| * | | Revert "moved debugger_access() from address space to machine & removed the a... |  Vas Crabb | 2016-11-21 | 1 | -2/+2 |
| |/ |
|
| * | moved debugger_access() from address space to machine & removed the anti-patt... |  smf- | 2016-11-19 | 1 | -2/+2 |
| * | Introduce u8/u16/u32/u64/s8/s16/s32/s64 |  Vas Crabb | 2016-11-19 | 1 | -2/+2 |
| * | Changed the PSXCPU disassembler to use 'std::ostream &' internally |  Nathan Woods | 2016-11-17 | 2 | -126/+145 |
| * | Put the declaration of dasmmips3() in a header file |  Nathan Woods | 2016-11-16 | 1 | -1/+0 |