| Commit message (Expand) | Author | Age | Files | Lines |
| * | std::min and std:max instead of MIN and MAX, also some more macros converted ... |  Miodrag Milanovic | 2016-07-31 | 1 | -1/+1 |
| * | Introduced running_machine::compose_saveload_filename() function to convert a... |  Nathan Woods | 2016-07-10 | 1 | -7/+28 |
| * | Incorporated cleanups requested by Vas Crabb |  Nathan Woods | 2016-06-24 | 1 | -1/+1 |
| * | C++-ified osd_directory (now osd::directory), and added last_modified to osd:... |  Nathan Woods | 2016-06-24 | 1 | -1/+1 |
| * | "game" ==> "machine" |  Nathan Woods | 2016-06-23 | 1 | -2/+2 |
| * | More efficient device error logging |  AJR | 2016-06-20 | 1 | -0/+13 |
| * | remove all usages of tagmap |  Miodrag Milanovic | 2016-06-18 | 1 | -2/+2 |
| * | Fix build on MSVC thanks to Rene, also fix debug_break crashes |  therealmogminer@gmail.com | 2016-06-08 | 1 | -0/+11 |
| * | Major refactoring of debugger core [Ryan Holtz] |  therealmogminer@gmail.com | 2016-06-08 | 1 | -8/+9 |
| * | Ioport refactoring and cleanups (nw) |  AJR | 2016-05-18 | 1 | -1/+1 |
| * | Move slider_state and ui_menu_item into src/frontend/mame, nw |  therealmogminer@gmail.com | 2016-05-16 | 1 | -0/+1 |
| * | remove legacy calls (nw) |  Miodrag Milanovic | 2016-05-01 | 1 | -101/+0 |
| * | Make watchdog timer a separate device |  AJR | 2016-04-30 | 1 | -0/+12 |
| * | Cleanups and version bumpmame0173 |  Miodrag Milanovic | 2016-04-27 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'upstream/master' into firstrun |  AJR | 2016-04-25 | 1 | -1/+2 |
| |\ |
|
| | * | Fixed cheat issue (nw) |  Miodrag Milanovic | 2016-04-25 | 1 | -1/+2 |
| * | | Machine management cleanups |  AJR | 2016-04-25 | 1 | -3/+5 |
| |/ |
|
| * | Split UI and frontend part from core [Miodrag Milanovic] |  Miodrag Milanovic | 2016-04-23 | 1 | -50/+10 |
| * | Iterate over devices C++11 style |  AJR | 2016-04-18 | 1 | -37/+29 |
| * | whoops, that's not a format string |  Vas Crabb | 2016-04-10 | 1 | -1/+1 |
| * | remove ui/ui.h dependency from emu.h (for couriersud) |  Vas Crabb | 2016-04-10 | 1 | -0/+18 |
| * | Cleanups and version bump |  Miodrag Milanovic | 2016-03-30 | 1 | -1/+1 |
| * | Add ability for notifiers to add at front, fix for hiscore [Carl] |  Miodrag Milanovic | 2016-03-29 | 1 | -2/+5 |
| * | removed disclaimer since it was not shown anyway and it is known fact (nw) |  Miodrag Milanovic | 2016-03-28 | 1 | -1/+1 |
| * | removed double string in some instances of "Fatal error: Error: x" |  hap | 2016-03-20 | 1 | -2/+2 |
| * | Fix creation of paths on POSIX |  Vas Crabb | 2016-03-19 | 1 | -57/+57 |
| * | Fix logerror |  Vas Crabb | 2016-03-19 | 1 | -1/+1 |
| * | * Remove confusing method from vectorstreams that hide base_ios method (fixes... |  Vas Crabb | 2016-03-18 | 1 | -1/+1 |
| * | Make osd_file a polymorphic class that's held with smart pointers |  Vas Crabb | 2016-03-14 | 1 | -7/+7 |
| * | Don't need to call FlushFileBuffers (it's equivalent to fsync, not fflush) |  Vas Crabb | 2016-03-11 | 1 | -2/+1 |
| * | commented out regression slow error.log on Windows |  hap | 2016-03-11 | 1 | -1/+3 |
| * | Fix some oversights in previous changes, sorry guys'n'gals |  Vas Crabb | 2016-03-03 | 1 | -1/+1 |
| * | Let's attack core_i64_format, too. This cleans up abuse of static buffers in... |  Vas Crabb | 2016-03-01 | 1 | -1/+1 |
| * | Explicitly flush log file on each line |  Vas Crabb | 2016-03-01 | 1 | -0/+3 |
| * | * Support *n conversion in stream_format/string_format |  Vas Crabb | 2016-03-01 | 1 | -73/+1 |
| * | Replace strformat, strprintf and strcatprintf with type-safe steam_format and... |  Vas Crabb | 2016-02-28 | 1 | -6/+7 |
| * | Clean way of doing it (nw) |  Miodrag Milanovic | 2016-02-27 | 1 | -1/+0 |
| * | fix autoboot_command (nw) |  Miodrag Milanovic | 2016-02-27 | 1 | -0/+1 |
| * | Cleanups and version bump |  Miodrag Milanovic | 2016-02-24 | 1 | -63/+63 |
| * | Added plugins and boot.lua as startup script [Miodrag Milanovic] |  Miodrag Milanovic | 2016-02-14 | 1 | -1/+3 |
| * | Merge pull request #605 from ajrhacker/isoctal |  Miodrag Milanović | 2016-02-05 | 1 | -1/+4 |
| |\ |
|
| | * | Make octal flag part of address_space/address_space_config, not (illogically)... |  AJR | 2016-02-04 | 1 | -1/+4 |
| * | | Keep ui options separate from emulator ini file. (nw) |  Miodrag Milanovic | 2016-02-05 | 1 | -3/+4 |
| |/ |
|
| * | Initial import of MEWUI to MAME [Dankan1890] |  Dankan1890 | 2016-02-04 | 1 | -63/+74 |
| * | reverting: |  Miodrag Milanovic | 2016-01-20 | 1 | -3/+3 |
| * | Revert "rest of device parameters to std::string (nw)" |  Miodrag Milanovic | 2016-01-20 | 1 | -1/+1 |
| * | rest of device parameters to std::string (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -1/+1 |
| * | tags are now strings (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -3/+3 |
| * | put debug_view back in machine due to issues with QT (nw) |  Miodrag Milanovic | 2016-01-12 | 1 | -2/+6 |
| * | created debugger_manager, now this one owns debug_view_manager (nw) |  Miodrag Milanovic | 2016-01-12 | 1 | -2/+2 |