summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix merge errors and update new/changed drivers to latest APIs. Aaron Giles2021-09-101-1/+1
* Merge branch 'master' into time-experiments2 Aaron Giles2021-09-101-7/+7
|\
| * formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-8/+8
* | Switch to using an exception to escape the inner timeslice loop. Clean up som... Aaron Giles2021-08-301-70/+62
* | Add working support for mid-timeslice saves/loads from the debugger. Aaron Giles2021-08-231-65/+56
* | Fix state loading from the command line Aaron Giles2021-08-231-2/+3
* | Clean up save state handling. Timers are now restored in proper order. Mid-ti... Aaron Giles2021-08-221-1/+1
* | Better fix for wavwrite length. Aaron Giles2021-06-071-0/+1
* | Add back the final snapshot after seconds-to-run. Add logic to nail the sound... Aaron Giles2021-06-071-2/+6
* | Merge branch 'master' into time-experiments2 Aaron Giles2021-06-041-60/+7
|\|
| * emu/machine.cpp: Get rid of the dummy space device. Vas Crabb2021-05-051-60/+7
* | Clean up debug_flags access. Aaron Giles2021-04-241-2/+2
* | You know, if I'm nice enough to give you an accessor, please use it. Aaron Giles2021-04-241-4/+4
* | Save states working again. Changed to save persistent timers directly, using ... Aaron Giles2021-04-131-1/+1
* | Moved 'seconds_to_run' functionality to core machine. Consolidated logic for ... Aaron Giles2021-04-121-121/+53
* | Merge branch 'master' into time-experiments2 Aaron Giles2021-04-081-15/+4
|\|
| * 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
* | Rename raw_subseconds() to frac(). Create initial cut at new attotime impleme... Aaron Giles2021-04-041-1/+1
* | Switch out attoseconds in favor of more abstract subseconds. Update everyone ... Aaron Giles2021-04-021-4/+4
* | Reorganized diexec fields to be more optimal. Moved execution and suspend log... Aaron Giles2021-03-301-16/+10
* | Added stricter checks on allocation of device timers. Fixed several places th... Aaron Giles2021-03-271-3/+2
* | Split timeslice() into debugging and non-debugging versions to save a compare... Aaron Giles2021-03-191-4/+8
|/
* 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