| Commit message (Expand) | Author | Age | Files | Lines |
* | emu/machine.cpp: Get rid of remaining make_unique_clear on 'manager' objects. |  Vas Crabb | 2020-09-30 | 1 | -3/+3 |
* | emu: correct some file headers (nw) |  hap | 2020-06-19 | 1 | -1/+1 |
* | recording: fix frame sync regression (nw) |  hap | 2020-06-19 | 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 |
* | dinvram: rename pre write/save to can write/save (nw) |  hap | 2020-06-11 | 1 | -1/+1 |
* | nvram: don't save 0byte file (nw) |  hap | 2020-06-09 | 1 | -4/+7 |
* | Debugger - add `-debuglog` option to log debug console output to file |  Stephen Oberholtzer | 2020-05-07 | 1 | -1/+9 |
* | Refactoring of AVI/MNG recording code (#6537) |  npwoods | 2020-04-22 | 1 | -2/+2 |
* | fixed some clang-tidy warnings (nw) (#6236) |  Oliver Stöneberg | 2020-01-30 | 1 | -1/+1 |
* | fixed some clang-tidy warnings (nw) (#6229) |  Oliver Stöneberg | 2020-01-29 | 1 | -2/+2 |
* | Merge pull request #6195 from firewave/includes |  R. Belmont | 2020-01-22 | 1 | -1/+1 |
|\ |
|
| * | use C++ library includes (nw) |  firewave | 2020-01-22 | 1 | -1/+1 |
* | | fixed some clang-tidy warnings (nw) (#6197) |  Oliver Stöneberg | 2020-01-22 | 1 | -2/+2 |
|/ |
|
* | Save states should not be break when changing output. Also get rid of a few ... |  Vas Crabb | 2019-12-13 | 1 | -2/+2 |
* | save/restore otuput values in save states |  Vas Crabb | 2019-12-13 | 1 | -0/+5 |
* | Spring cleaning: |  Vas Crabb | 2019-11-01 | 1 | -1/+1 |
* | Fix AVI framerate |  feos | 2019-10-03 | 1 | -0/+9 |
* | (nw) get rid of the rest of assert_always - it's better to be explicit about ... |  Vas Crabb | 2019-09-20 | 1 | -5/+8 |
* | Remove tilemap.h from emu.h (nw) |  AJR | 2019-08-21 | 1 | -0/+1 |
* | Miscellaneous LUA functionality |  npwoods | 2019-08-18 | 1 | -0/+1 |
* | Fix build in newer Emscripten versions (nw) |  Justin Kerk | 2019-08-08 | 1 | -4/+4 |
* | Defaulting to empty search path if null |  npwoods | 2019-06-16 | 1 | -1/+1 |
* | (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 |