summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* modernized crosshair_manager (nw) Miodrag Milanovic2016-01-111-1/+1
* let's use our templates to clear (nw) Miodrag Milanovic2016-01-111-1/+1
* change initialization order, removes need for additional checks (nw) Miodrag Milanovic2016-01-111-3/+3
* Merge pull request #561 from ajrhacker/strings Miodrag Milanović2016-01-111-26/+17
|\
| * Return std::string objects by value rather than pass by reference AJR2016-01-101-26/+17
* | modernized ui_input_manager (nw) Miodrag Milanovic2016-01-101-2/+1
* | modernize output_manager (nw) Miodrag Milanovic2016-01-101-1/+1
* | modernized configuration_manager (nw) Miodrag Milanovic2016-01-101-3/+3
|/
* modernized bookkeeping manager (nw) Miodrag Milanovic2016-01-101-2/+1
* modernized network_manager (nw) Miodrag Milanovic2016-01-101-1/+1
* tagged_list without tagmap_t (nw) Miodrag Milanovic2015-12-111-32/+0
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-33/+33
* Initial conversion of core to C++14. Note that compilers are now limited to G... Miodrag Milanovic2015-12-031-19/+17
* removed old code part (nw) Miodrag Milanovic2015-11-181-18/+0
* Some cleanups and init fixes with help of ReSharper C++ (nw) Miodrag Milanovic2015-11-111-7/+4
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1424