summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* util/delegate.h: Try to catch issues earlier, and some cleanup. Vas Crabb2021-09-201-1/+1
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-8/+8
* emu/machine.cpp: Get rid of the dummy space device. Vas Crabb2021-05-051-60/+7
* Allow breaking into main menu before the machine fully starts (i.e. just befo... AJR2021-04-091-2/+2
* options: simplified the statename/snapname logic for naming after image devic... etabeta2021-04-041-13/+2
* Much more core std::string_view modernization AJR2021-01-201-0/+1
* natkeyboard: Remove from ioport_manager AJR2020-12-261-0/+4
* More Lua interface cleanup - it's simpler with cleaner underlyng APIs. Vas Crabb2020-12-271-0/+4
* Fairly significant overhaul of Lua engine and some cleanup. Vas Crabb2020-11-251-12/+12
* emu/machine.cpp: Get rid of remaining make_unique_clear on 'manager' objects. Vas Crabb2020-09-301-3/+3
* emu: correct some file headers (nw) hap2020-06-191-1/+1
* recording: fix frame sync regression (nw) hap2020-06-191-1/+1
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-181-2/+2
* dinvram: rename pre write/save to can write/save (nw) hap2020-06-111-1/+1
* nvram: don't save 0byte file (nw) hap2020-06-091-4/+7
* Debugger - add `-debuglog` option to log debug console output to file Stephen Oberholtzer2020-05-071-1/+9
* Refactoring of AVI/MNG recording code (#6537) npwoods2020-04-221-2/+2
* 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