| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove void *ptr parameter from emu_timer, timer_device and all related callb... |  AJR | 2022-01-26 | 1 | -1/+1 |
| * | Debugger-related feature removals and cleanup |  AJR | 2021-08-15 | 1 | -6/+0 |
| * | Remove some tag lookups by name (#8252) |  Miodrag Milanović | 2021-07-05 | 1 | -2/+1 |
| * | Eliminate remaining uses of auto_alloc and friends (#8210) |  Aaron Giles | 2021-06-22 | 1 | -16/+0 |
| * | emu/machine.cpp: Get rid of the dummy space device. |  Vas Crabb | 2021-05-05 | 1 | -31/+0 |
| * | natkeyboard: Remove from ioport_manager |  AJR | 2020-12-26 | 1 | -0/+2 |
| * | emu/machine.h: Deprecate machine resource pool. |  Vas Crabb | 2020-10-25 | 1 | -1/+1 |
| * | finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) |  Ivan Vangelista | 2020-06-18 | 1 | -2/+2 |
| * | Debugger - add `-debuglog` option to log debug console output to file |  Stephen Oberholtzer | 2020-05-07 | 1 | -1/+6 |
| * | removed last remaining use of driver_data() (nw) |  smf- | 2020-04-01 | 1 | -1/+0 |
| * | (nw) Cleanup on the way: |  Vas Crabb | 2020-03-10 | 1 | -1/+1 |
| * | use C++ library includes (nw) |  firewave | 2020-01-22 | 1 | -1/+1 |
| * | assert aborts on failure - abort is not an exception. conditional noexcept i... |  Vas Crabb | 2019-11-10 | 1 | -1/+1 |
| * | Make many device_execute_interface functions noexcept, including the "informa... |  AJR | 2019-11-09 | 1 | -1/+1 |
| * | Exposing running_machine::exit_pending() and |  npwoods | 2019-08-28 | 1 | -0/+1 |
| * | Fix build in newer Emscripten versions (nw) |  Justin Kerk | 2019-08-08 | 1 | -1/+1 |
| * | Try to fix the build once again (nw) |  AJR | 2018-05-20 | 1 | -1/+1 |
| * | Well, that was a bad typo (nw) |  AJR | 2018-05-20 | 1 | -2/+2 |
| * | machine().device(tag) is now deprecated (nw) |  AJR | 2018-05-20 | 1 | -2/+2 |
| * | Eliminate vestigial member that was behind machine().first_screen() (nw) |  AJR | 2018-03-21 | 1 | -3/+0 |
| * | Remove first_screen(), nw |  Ryan Holtz | 2018-03-11 | 1 | -1/+0 |
| * | deprecate first_screen - there's been plenty of warning |  Vas Crabb | 2018-03-04 | 1 | -4/+4 |
| * | Grammar police (nw) |  Olivier Galibert | 2018-02-24 | 1 | -13/+13 |
| * | API change: Memory maps are now methods of the owner class [O. Galibert] |  Olivier Galibert | 2018-02-12 | 1 | -0/+1 |
| * | Eliminate machine().firstcpu (nw) |  AJR | 2018-01-04 | 1 | -3/+0 |
| * | rewind implementation fixes and improvements |  vadosnaprimer | 2017-12-22 | 1 | -2/+2 |
| * | Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" |  Firehawke | 2017-12-13 | 1 | -0/+5 |
| * | Revert "Merge branch 'master' of https://github.com/mamedev/mame" |  Firehawke | 2017-12-13 | 1 | -5/+0 |
| * | Rewind feature and RAM savestates. |  vadosnaprimer | 2017-12-06 | 1 | -0/+5 |
| * | Fixed MameTesters bug #6621 |  Nathan Woods | 2017-08-19 | 1 | -1/+1 |
| * | Export soft_reset, hard_reset, exit, load, and save functions for Emscripten ... |  James Baicoianu | 2017-07-15 | 1 | -0/+6 |
| * | Fix save/load states in Emscripten build (#2470) |  James Baicoianu | 2017-07-15 | 1 | -0/+11 |
| * | Make machine().describe_context() a const function returning a std::string (nw) |  AJR | 2017-07-13 | 1 | -2/+1 |
| * | make device_memory_interface slightly less of a special case, use a typedef t... |  Vas Crabb | 2017-07-10 | 1 | -1/+1 |
| * | dimemory: Lift the cap on the number of address spaces per device [O. Galibert] |  Olivier Galibert | 2017-07-03 | 1 | -1/+1 |
| * | general cleanup: |  Vas Crabb | 2017-05-23 | 1 | -39/+16 |
| * | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 1 | -3/+3 |
| * | Refactoring/cleanup to state load/save handling |  Nathan Woods | 2017-05-10 | 1 | -8/+8 |
| * | disable: Better interface (nw) |  Olivier Galibert | 2017-03-26 | 1 | -4/+8 |
| * | debugger_access: Refactor [O. Galibert] |  Olivier Galibert | 2017-03-02 | 1 | -0/+28 |
| * | Added initial HTTP/HTTPS webserver/websocket server support (nw) |  Miodrag Milanovic | 2017-01-04 | 1 | -0/+1 |
| * | Revert "moved debugger_access() from address space to machine & removed the a... |  Vas Crabb | 2016-11-21 | 1 | -1/+0 |
| * | moved debugger_access() from address space to machine & removed the anti-patt... |  smf- | 2016-11-19 | 1 | -0/+1 |
| * | Introduce u8/u16/u32/u64/s8/s16/s32/s64 |  Vas Crabb | 2016-11-19 | 1 | -18/+18 |
| * | Moved device_memory_interface from driver_device to dummy_space_device. Expos... |  smf- | 2016-11-03 | 1 | -0/+31 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -14/+14 |
| * | Soft resets no longer turn back clocks on devices |  AJR | 2016-10-09 | 1 | -0/+2 |
| * | Introduced running_machine::compose_saveload_filename() function to convert a... |  Nathan Woods | 2016-07-10 | 1 | -0/+1 |
| * | More efficient device error logging |  AJR | 2016-06-20 | 1 | -8/+4 |
| * | Fix build on MSVC thanks to Rene, also fix debug_break crashes |  therealmogminer@gmail.com | 2016-06-08 | 1 | -0/+1 |