summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Incorporated cleanups requested by Vas Crabb Nathan Woods2016-06-241-1/+1
* C++-ified osd_directory (now osd::directory), and added last_modified to osd:... Nathan Woods2016-06-241-1/+1
* "game" ==> "machine" Nathan Woods2016-06-231-2/+2
* More efficient device error logging AJR2016-06-201-0/+13
* remove all usages of tagmap Miodrag Milanovic2016-06-181-2/+2
* Fix build on MSVC thanks to Rene, also fix debug_break crashes therealmogminer@gmail.com2016-06-081-0/+11
* Major refactoring of debugger core [Ryan Holtz] therealmogminer@gmail.com2016-06-081-8/+9
* Ioport refactoring and cleanups (nw) AJR2016-05-181-1/+1
* Move slider_state and ui_menu_item into src/frontend/mame, nw therealmogminer@gmail.com2016-05-161-0/+1
* remove legacy calls (nw) Miodrag Milanovic2016-05-011-101/+0
* Make watchdog timer a separate device AJR2016-04-301-0/+12
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-1/+1
* Merge remote-tracking branch 'upstream/master' into firstrun AJR2016-04-251-1/+2
|\
| * Fixed cheat issue (nw) Miodrag Milanovic2016-04-251-1/+2
* | Machine management cleanups AJR2016-04-251-3/+5
|/
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-50/+10
* Iterate over devices C++11 style AJR2016-04-181-37/+29
* whoops, that's not a format string Vas Crabb2016-04-101-1/+1
* remove ui/ui.h dependency from emu.h (for couriersud) Vas Crabb2016-04-101-0/+18
* 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-2/+5
* removed disclaimer since it was not shown anyway and it is known fact (nw) Miodrag Milanovic2016-03-281-1/+1
* removed double string in some instances of "Fatal error: Error: x" hap2016-03-201-2/+2
* Fix creation of paths on POSIX Vas Crabb2016-03-191-57/+57
* Fix logerror Vas Crabb2016-03-191-1/+1
* * Remove confusing method from vectorstreams that hide base_ios method (fixes... Vas Crabb2016-03-181-1/+1
* Make osd_file a polymorphic class that's held with smart pointers Vas Crabb2016-03-141-7/+7
* Don't need to call FlushFileBuffers (it's equivalent to fsync, not fflush) Vas Crabb2016-03-111-2/+1
* commented out regression slow error.log on Windows hap2016-03-111-1/+3
* Fix some oversights in previous changes, sorry guys'n'gals Vas Crabb2016-03-031-1/+1
* Let's attack core_i64_format, too. This cleans up abuse of static buffers in... Vas Crabb2016-03-011-1/+1
* Explicitly flush log file on each line Vas Crabb2016-03-011-0/+3
* * Support *n conversion in stream_format/string_format Vas Crabb2016-03-011-73/+1
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-6/+7
* Clean way of doing it (nw) Miodrag Milanovic2016-02-271-1/+0
* fix autoboot_command (nw) Miodrag Milanovic2016-02-271-0/+1
* Cleanups and version bump Miodrag Milanovic2016-02-241-63/+63
* Added plugins and boot.lua as startup script [Miodrag Milanovic] Miodrag Milanovic2016-02-141-1/+3
* Merge pull request #605 from ajrhacker/isoctal Miodrag Milanović2016-02-051-1/+4
|\
| * Make octal flag part of address_space/address_space_config, not (illogically)... AJR2016-02-041-1/+4
* | Keep ui options separate from emulator ini file. (nw) Miodrag Milanovic2016-02-051-3/+4
|/
* Initial import of MEWUI to MAME [Dankan1890] Dankan18902016-02-041-63/+74
* reverting: Miodrag Milanovic2016-01-201-3/+3
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-1/+1
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-3/+3
* put debug_view back in machine due to issues with QT (nw) Miodrag Milanovic2016-01-121-2/+6
* created debugger_manager, now this one owns debug_view_manager (nw) Miodrag Milanovic2016-01-121-2/+2
* modernize rom_load_manager (nw) Miodrag Milanovic2016-01-111-2/+1
* image_manager modernized and move some things around (nw) Miodrag Milanovic2016-01-111-1/+1