| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update machine.cpp |  PugsyMAME | 2017-02-25 | 1 | -0/+1 |
| * | srcclean (nw) |  Vas Crabb | 2017-01-22 | 1 | -2/+2 |
| * | Fix issue enabling/disabling http (nw) |  Miodrag Milanovic | 2017-01-04 | 1 | -0/+2 |
| * | One more fix (nw) |  Miodrag Milanovic | 2017-01-04 | 1 | -1/+1 |
| * | Added initial HTTP/HTTPS webserver/websocket server support (nw) |  Miodrag Milanovic | 2017-01-04 | 1 | -1/+29 |
| * | Revert "moved debugger_access() from address space to machine & removed the a... |  Vas Crabb | 2016-11-21 | 1 | -10/+0 |
| * | moved debugger_access() from address space to machine & removed the anti-patt... |  smf- | 2016-11-19 | 1 | -0/+10 |
| * | Introduce u8/u16/u32/u64/s8/s16/s32/s64 |  Vas Crabb | 2016-11-19 | 1 | -4/+4 |
| * | machine: don't do the periodic_check before every timeslice (nw) |  cracyc | 2016-11-17 | 1 | -3/+0 |
| * | Do not use FUNC in delegate where applicable (nw) |  Miodrag Milanovic | 2016-11-06 | 1 | -2/+2 |
| * | Moved device_memory_interface from driver_device to dummy_space_device. Expos... |  smf- | 2016-11-03 | 1 | -1/+48 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -3/+3 |
| * | Soft resets no longer turn back clocks on devices |  AJR | 2016-10-09 | 1 | -2/+25 |
| * | 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 |