summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* assert aborts on failure - abort is not an exception. conditional noexcept i... Vas Crabb2019-11-101-1/+1
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-1/+1
* Exposing running_machine::exit_pending() and npwoods2019-08-281-0/+1
* Fix build in newer Emscripten versions (nw) Justin Kerk2019-08-081-1/+1
* Try to fix the build once again (nw) AJR2018-05-201-1/+1
* Well, that was a bad typo (nw) AJR2018-05-201-2/+2
* machine().device(tag) is now deprecated (nw) AJR2018-05-201-2/+2
* Eliminate vestigial member that was behind machine().first_screen() (nw) AJR2018-03-211-3/+0
* Remove first_screen(), nw Ryan Holtz2018-03-111-1/+0
* deprecate first_screen - there's been plenty of warning Vas Crabb2018-03-041-4/+4
* Grammar police (nw) Olivier Galibert2018-02-241-13/+13
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+1
* Eliminate machine().firstcpu (nw) AJR2018-01-041-3/+0
* rewind implementation fixes and improvements vadosnaprimer2017-12-221-2/+2
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-0/+5
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-5/+0
* Rewind feature and RAM savestates. vadosnaprimer2017-12-061-0/+5
* Fixed MameTesters bug #6621 Nathan Woods2017-08-191-1/+1
* Export soft_reset, hard_reset, exit, load, and save functions for Emscripten ... James Baicoianu2017-07-151-0/+6
* Fix save/load states in Emscripten build (#2470) James Baicoianu2017-07-151-0/+11
* Make machine().describe_context() a const function returning a std::string (nw) AJR2017-07-131-2/+1
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-1/+1
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-1/+1
* general cleanup: Vas Crabb2017-05-231-39/+16
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-3/+3
* Refactoring/cleanup to state load/save handling Nathan Woods2017-05-101-8/+8
* disable: Better interface (nw) Olivier Galibert2017-03-261-4/+8
* debugger_access: Refactor [O. Galibert] Olivier Galibert2017-03-021-0/+28
* Added initial HTTP/HTTPS webserver/websocket server support (nw) Miodrag Milanovic2017-01-041-0/+1
* Revert "moved debugger_access() from address space to machine & removed the a... Vas Crabb2016-11-211-1/+0
* moved debugger_access() from address space to machine & removed the anti-patt... smf-2016-11-191-0/+1
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-18/+18
* Moved device_memory_interface from driver_device to dummy_space_device. Expos... smf-2016-11-031-0/+31
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-14/+14
* Soft resets no longer turn back clocks on devices AJR2016-10-091-0/+2
* Introduced running_machine::compose_saveload_filename() function to convert a... Nathan Woods2016-07-101-0/+1
* More efficient device error logging AJR2016-06-201-8/+4
* Fix build on MSVC thanks to Rene, also fix debug_break crashes therealmogminer@gmail.com2016-06-081-0/+1
* Major refactoring of debugger core [Ryan Holtz] therealmogminer@gmail.com2016-06-081-7/+5
* remove legacy calls (nw) Miodrag Milanovic2016-05-011-18/+0
* Make watchdog timer a separate device AJR2016-04-301-0/+6
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-1/+1
* Merge remote-tracking branch 'upstream/master' into firstrun AJR2016-04-251-2/+2
|\
| * Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-2/+2
* | Machine management cleanups AJR2016-04-251-1/+1
|/
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-17/+1
* remove ui/ui.h dependency from emu.h (for couriersud) Vas Crabb2016-04-101-0/+53
* Cleanups and version bump Miodrag Milanovic2016-03-301-1/+1
* Add ability for notifiers to add at front, fix for hiscore [Carl] Miodrag Milanovic2016-03-291-1/+1
* * Support *n conversion in stream_format/string_format Vas Crabb2016-03-011-3/+11