| Commit message (Expand) | Author | Age | Files | Lines |
* | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 1 | -1/+1 |
* | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 1 | -1/+1 |
* | Eliminate the default address map member of address_space_config (nw) |  AJR | 2019-02-17 | 1 | -1/+1 |
* | Move ROM loading macros to romentry.h and remove romload.h from emu.h (nw) |  AJR | 2018-06-24 | 1 | -0/+1 |
* | as if millions of this pointers suddenly cried out in terror, and were sudden... |  Vas Crabb | 2018-06-08 | 1 | -1/+1 |
* | maps: Finish mame/audio and the lone dummy (nw) |  Olivier Galibert | 2018-04-20 | 1 | -3/+4 |
* | Eliminate vestigial member that was behind machine().first_screen() (nw) |  AJR | 2018-03-21 | 1 | -5/+1 |
* | Grammar police (nw) |  Olivier Galibert | 2018-02-24 | 1 | -1/+1 |
* | Fixes (nw) |  Olivier Galibert | 2018-02-13 | 1 | -4/+8 |
* | API change: Memory maps are now methods of the owner class [O. Galibert] |  Olivier Galibert | 2018-02-12 | 1 | -2/+2 |
* | Enable use of system-wide asio, glm and rapidjson (#3172) |  Julian Sikorski | 2018-02-08 | 1 | -2/+2 |
* | Eliminate machine().firstcpu (nw) |  AJR | 2018-01-04 | 1 | -8/+1 |
* | Add option to disable saving NVRAM on exit |  AJR | 2017-12-26 | 1 | -1/+2 |
* | srcclean and manual cleanups (nw) |  Vas Crabb | 2017-12-24 | 1 | -1/+1 |
* | rewind implementation fixes and improvements |  vadosnaprimer | 2017-12-22 | 1 | -8/+8 |
* | Cause of crash reported on MAMEWorld (nw) |  AJR | 2017-12-18 | 1 | -0/+1 |
* | Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" |  Firehawke | 2017-12-13 | 1 | -0/+39 |
* | Revert "Merge branch 'master' of https://github.com/mamedev/mame" |  Firehawke | 2017-12-13 | 1 | -39/+0 |
* | Rewind feature and RAM savestates. |  vadosnaprimer | 2017-12-06 | 1 | -0/+39 |
* | Move object finder resolution before device_start - should solve github #2759 |  Vas Crabb | 2017-10-28 | 1 | -0/+4 |
* | (nw) srcclean - please use UTF-8 for source files, stuff that isn't valid UTF... |  Vas Crabb | 2017-09-24 | 1 | -1/+1 |
* | Revert Z80_R usage in alibaba, added a note about machine().rand(), open to s... |  angelosa | 2017-09-15 | 1 | -0/+2 |
* | Export soft_reset, hard_reset, exit, load, and save functions for Emscripten ... |  James Baicoianu | 2017-07-15 | 1 | -0/+16 |
* | Fix save/load states in Emscripten build (#2470) |  James Baicoianu | 2017-07-15 | 1 | -28/+56 |
* | Make machine().describe_context() a const function returning a std::string (nw) |  AJR | 2017-07-13 | 1 | -5/+3 |
* | Minor core cleanups (nw) |  AJR | 2017-07-13 | 1 | -3/+3 |
* | make device_memory_interface slightly less of a special case, use a typedef t... |  Vas Crabb | 2017-07-10 | 1 | -3/+3 |
* | never hurts to srcclean (nw) |  Vas Crabb | 2017-07-09 | 1 | -1/+1 |
* | better handle the case where HTTP is not enabled. |  Christian Brunschen | 2017-07-06 | 1 | -18/+20 |
* | Add an external panel for the Ensoniq VFX family of keyboards, with a websock... |  Christian Brunschen | 2017-07-05 | 1 | -5/+5 |
* | Initialization ordering fixes (nw) |  Olivier Galibert | 2017-07-03 | 1 | -2/+6 |
* | dimemory: Lift the cap on the number of address spaces per device [O. Galibert] |  Olivier Galibert | 2017-07-03 | 1 | -3/+5 |
* | general cleanup: |  Vas Crabb | 2017-05-23 | 1 | -8/+8 |
* | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 1 | -2/+2 |
* | Refactoring/cleanup to state load/save handling |  Nathan Woods | 2017-05-10 | 1 | -22/+22 |
* | Fixed issue with the Emscripten port where the emulation would continue to ru... |  Justin Kerk | 2017-05-03 | 1 | -0/+5 |
* | Refactored HTTP handling to be easier to extend and use (nw) |  Miodrag Milanovic | 2017-03-19 | 1 | -6/+7 |
* | debugger_access: Refactor [O. Galibert] |  Olivier Galibert | 2017-03-02 | 1 | -0/+1 |
* | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -1/+1 |
* | Update machine.cpp |  PugsyMAME | 2017-02-25 | 1 | -0/+1 |
* | srcclean (nw) |  Vas Crabb | 2017-01-22 | 1 | -2/+2 |
* | Fix issue enabling/disabling http (nw) |  Miodrag Milanovic | 2017-01-04 | 1 | -0/+2 |
* | One more fix (nw) |  Miodrag Milanovic | 2017-01-04 | 1 | -1/+1 |
* | Added initial HTTP/HTTPS webserver/websocket server support (nw) |  Miodrag Milanovic | 2017-01-04 | 1 | -1/+29 |
* | Revert "moved debugger_access() from address space to machine & removed the a... |  Vas Crabb | 2016-11-21 | 1 | -10/+0 |
* | moved debugger_access() from address space to machine & removed the anti-patt... |  smf- | 2016-11-19 | 1 | -0/+10 |
* | Introduce u8/u16/u32/u64/s8/s16/s32/s64 |  Vas Crabb | 2016-11-19 | 1 | -4/+4 |
* | machine: don't do the periodic_check before every timeslice (nw) |  cracyc | 2016-11-17 | 1 | -3/+0 |
* | Do not use FUNC in delegate where applicable (nw) |  Miodrag Milanovic | 2016-11-06 | 1 | -2/+2 |
* | Moved device_memory_interface from driver_device to dummy_space_device. Expos... |  smf- | 2016-11-03 | 1 | -1/+48 |