summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* emu/save.cpp: Made illegal save state registrations always fatal. (#12054) Vas Crabb2024-02-251-4/+0
* machine: reword save/loadstate popmessage a bit again hap2024-02-191-11/+12
* machine: add filename to save/load state message hap2024-02-181-12/+13
* nvram: delete file on save if there's a write error or result file is 0 bytes hap2024-02-101-0/+9
* ui/info.cpp: Get decimal separator from C++ locale. Also random cleanup. Vas Crabb2023-08-171-5/+5
* machine.cpp: Recognize reset phase in describe_context AJR2023-04-021-1/+4
* Various optimisations to code generaton. Vas Crabb2023-03-261-1/+1
* -Lua engine: run everything in coroutines. (#11019) Vas Crabb2023-03-251-6/+2
* Retired the over-stretched "system type" flags. Vas Crabb2023-03-231-23/+22
* -luaengine.cpp: Expose UI controls toggle state. Vas Crabb2023-03-231-1/+1
* osd: Cleaner way of dealing with input updates. Vas Crabb2023-02-231-2/+3
* Various input and OSD refactoring: Vas Crabb2023-01-291-0/+1
* dinvram: Separate backup-enable parameter (which prevents both loading and sa... AJR2022-08-091-1/+1
* Don't load any NVRAM other than the default for devices whose configurations ... AJR2022-07-241-1/+1
* Use ioprocs classes instead of emu_file for device_nvram_interface's load and... AJR2022-02-271-4/+4
* Miscellaneous cleanup: Vas Crabb2022-02-201-8/+10
* machine.cpp: Attempt to appease gcc's stricter handling of incomplete types AJR2022-02-111-0/+11
* Remove fileio.h from emu.h AJR2022-02-111-4/+7
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* Remove http related header pollution (#9201) Miodrag Milanović2022-01-261-0/+1
* -frontend: Give heading items in menus a bit of horizontal space. Vas Crabb2021-12-051-62/+6
* Remove a few outdated references to MESS Dirk Best2021-12-021-1/+1
* 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