summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* fixed some clang-tidy warnings (nw) (#6236) Oliver Stöneberg2020-01-301-1/+1
* fixed some clang-tidy warnings (nw) (#6229) Oliver Stöneberg2020-01-291-2/+2
* Merge pull request #6195 from firewave/includes R. Belmont2020-01-221-1/+1
|\
| * use C++ library includes (nw) firewave2020-01-221-1/+1
* | fixed some clang-tidy warnings (nw) (#6197) Oliver Stöneberg2020-01-221-2/+2
|/
* Save states should not be break when changing output. Also get rid of a few ... Vas Crabb2019-12-131-2/+2
* save/restore otuput values in save states Vas Crabb2019-12-131-0/+5
* Spring cleaning: Vas Crabb2019-11-011-1/+1
* Fix AVI framerate feos2019-10-031-0/+9
* (nw) get rid of the rest of assert_always - it's better to be explicit about ... Vas Crabb2019-09-201-5/+8
* Remove tilemap.h from emu.h (nw) AJR2019-08-211-0/+1
* Miscellaneous LUA functionality npwoods2019-08-181-0/+1
* Fix build in newer Emscripten versions (nw) Justin Kerk2019-08-081-4/+4
* Defaulting to empty search path if null npwoods2019-06-161-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-1/+1
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-1/+1
* Eliminate the default address map member of address_space_config (nw) AJR2019-02-171-1/+1
* Move ROM loading macros to romentry.h and remove romload.h from emu.h (nw) AJR2018-06-241-0/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-1/+1
* maps: Finish mame/audio and the lone dummy (nw) Olivier Galibert2018-04-201-3/+4
* Eliminate vestigial member that was behind machine().first_screen() (nw) AJR2018-03-211-5/+1
* Grammar police (nw) Olivier Galibert2018-02-241-1/+1
* Fixes (nw) Olivier Galibert2018-02-131-4/+8
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+2
* Enable use of system-wide asio, glm and rapidjson (#3172) Julian Sikorski2018-02-081-2/+2
* Eliminate machine().firstcpu (nw) AJR2018-01-041-8/+1
* Add option to disable saving NVRAM on exit AJR2017-12-261-1/+2
* srcclean and manual cleanups (nw) Vas Crabb2017-12-241-1/+1
* rewind implementation fixes and improvements vadosnaprimer2017-12-221-8/+8
* Cause of crash reported on MAMEWorld (nw) AJR2017-12-181-0/+1
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-0/+39
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-39/+0
* Rewind feature and RAM savestates. vadosnaprimer2017-12-061-0/+39
* Move object finder resolution before device_start - should solve github #2759 Vas Crabb2017-10-281-0/+4
* (nw) srcclean - please use UTF-8 for source files, stuff that isn't valid UTF... Vas Crabb2017-09-241-1/+1
* Revert Z80_R usage in alibaba, added a note about machine().rand(), open to s... angelosa2017-09-151-0/+2
* Export soft_reset, hard_reset, exit, load, and save functions for Emscripten ... James Baicoianu2017-07-151-0/+16
* Fix save/load states in Emscripten build (#2470) James Baicoianu2017-07-151-28/+56
* Make machine().describe_context() a const function returning a std::string (nw) AJR2017-07-131-5/+3
* Minor core cleanups (nw) AJR2017-07-131-3/+3
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-3/+3
* never hurts to srcclean (nw) Vas Crabb2017-07-091-1/+1
* better handle the case where HTTP is not enabled. Christian Brunschen2017-07-061-18/+20
* Add an external panel for the Ensoniq VFX family of keyboards, with a websock... Christian Brunschen2017-07-051-5/+5
* Initialization ordering fixes (nw) Olivier Galibert2017-07-031-2/+6
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-3/+5
* general cleanup: Vas Crabb2017-05-231-8/+8
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-2/+2
* Refactoring/cleanup to state load/save handling Nathan Woods2017-05-101-22/+22
* Fixed issue with the Emscripten port where the emulation would continue to ru... Justin Kerk2017-05-031-0/+5