| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Merge tag 'mame0188' |  Vas Crabb | 2017-07-26 | 2 | -17/+18 |
| |\ |
|
| | * | scope stuff down again, rvalue on left of ==, fewer early exits (nw) |  Vas Crabb | 2017-07-24 | 1 | -16/+18 |
| | * | In class consolewin_info method set_cpu does nothing if the cpu to be set is ... |  yz70s | 2017-07-24 | 2 | -1/+7 |
| | * | stupid API, I'll fix this one day (nw) |  Vas Crabb | 2017-07-23 | 1 | -1/+1 |
| * | | In class consolewin_info method set_cpu does nothing if the cpu to be set is ... |  yz70s | 2017-07-23 | 2 | -1/+7 |
| |/ |
|
| * | srcclean (nw) |  Vas Crabb | 2017-07-23 | 1 | -1/+1 |
| * | cocoa debugger: save/restore console split positions |  Vas Crabb | 2017-07-21 | 3 | -2/+25 |
| * | Add a method for copying part of an XML tree into another tree and use it to ... |  Vas Crabb | 2017-07-21 | 1 | -5/+21 |
| * | * Make XML file a class of its own managed with smart poitners |  Vas Crabb | 2017-07-21 | 3 | -7/+24 |
| * | * Save/restore more Cocoa debugger state |  Vas Crabb | 2017-07-21 | 10 | -9/+111 |
| * | Added basic support for saving/restoring Cocoa debugger window state, compati... |  Vas Crabb | 2017-07-20 | 19 | -103/+413 |
| * | no reason to prefer inline assembly over MSVC _BitScanReverse intrinsic on x8... |  Vas Crabb | 2017-07-09 | 1 | -64/+7 |
| * | clean up inlines (nw) |  Vas Crabb | 2017-07-09 | 3 | -204/+193 |
| * | never hurts to srcclean (nw) |  Vas Crabb | 2017-07-09 | 1 | -39/+39 |
| * | remove unnecessary verbosity (nw) |  arbee | 2017-07-04 | 1 | -3/+2 |
| * | output: Fleshed out network output provider so it has the same capability as ... |  arbee | 2017-07-04 | 1 | -6/+69 |
| * | Misc fixes (nw) |  Olivier Galibert | 2017-07-03 | 1 | -1/+1 |
| * | dimemory: Lift the cap on the number of address spaces per device [O. Galibert] |  Olivier Galibert | 2017-07-03 | 2 | -2/+2 |
| * | Merge pull request #2409 from 057a3dd61f99517a3afea0051a49cb27994f94d/sdl-cal... |  R. Belmont | 2017-06-25 | 1 | -0/+1 |
| |\ |
|
| | * | Fix sound_sdl::sdl_callback, fill buffer with silence when underflow. |  057a3dd61f99517a3afea0051a49cb27994f94d | 2017-06-25 | 1 | -0/+1 |
| * | | sdl: Add SDL_WINDOW_BORDERLESS for fullscreen, required by some window manage... |  Olivier Galibert | 2017-06-25 | 1 | -1/+1 |
| * | | Merge branch 'release0187' |  Vas Crabb | 2017-06-25 | 1 | -1/+1 |
| |\ \ |
|
| | * | | srcclean (nw) |  Vas Crabb | 2017-06-25 | 1 | -1/+1 |
| * | | | Overhaul to how MAME handles options, take two (#2341) |  npwoods | 2017-06-25 | 4 | -17/+11 |
| |/ / |
|
| * | | Changed a few 'const char *' ==> 'const std::string &' in the MAME debugger (... |  npwoods | 2017-06-24 | 11 | -13/+13 |
| * | | (nw)Windows debugger: removed "Mount Item" for now due to bugs, also removed ... |  Robbbert | 2017-06-24 | 1 | -2/+10 |
| * | | Tiny UWP compile fix (nw) |  Brad Hughes | 2017-06-20 | 1 | -2/+2 |
| * | | -bgfx: Fixed xBR-lv2-multipass shader. [Ryan Holtz] |  MooglyGuy | 2017-06-11 | 2 | -88/+31 |
| * | | -bgfx: Fixed the following xBR shaders: xBR-lv2-fast, xBR-lv2-noblend, xBR-lv... |  MooglyGuy | 2017-06-10 | 7 | -426/+293 |
| * | | Windows debugger: image menu: Mount File/Create default to swpath instead of ... |  Robbbert | 2017-06-01 | 1 | -3/+39 |
| * | | Windows debugger: image menu: added ability to load software-list items. |  Robbbert | 2017-06-01 | 2 | -3/+158 |
| * | | scoped enum for Windows (nw) |  Vas Crabb | 2017-05-23 | 1 | -1/+1 |
| * | | general cleanup: |  Vas Crabb | 2017-05-23 | 1 | -1/+1 |
| * | | Fixed HQx shaders with BGFX OpenGL backend. Fixes for more shaders seem to be... |  MooglyGuy | 2017-05-18 | 3 | -30/+30 |
| * | | Revert "reordering the #include lets you build this file with latest mingw he... |  smf- | 2017-05-14 | 1 | -5/+5 |
| * | | reordered #include again for latest mingw64 includes (nw) |  smf- | 2017-05-14 | 1 | -5/+5 |
| * | | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 5 | -7/+7 |
| * | | Revert "Overhaul to how MAME handles options (#2260)" |  Vas Crabb | 2017-05-07 | 4 | -11/+17 |
| * | | Overhaul to how MAME handles options (#2260) |  npwoods | 2017-05-05 | 4 | -17/+11 |
| * | | Merge pull request #2252 from npwoods/remove_duplicate_option |  R. Belmont | 2017-04-25 | 1 | -1/+1 |
| |\ \ |
|
| | * | | Removed redundant ";global_inputs" |  Nathan Woods | 2017-04-23 | 1 | -1/+1 |
| | |/ |
|
| * / | Disambiguated the WINOPTION_YIQ_PHASE_COUNT option |  Nathan Woods | 2017-04-24 | 1 | -1/+1 |
| |/ |
|
| * | do variable substitution in bgfx_path #2201 |  Vas Crabb | 2017-04-23 | 3 | -12/+21 |
| * | srcclean (nw) |  Vas Crabb | 2017-04-23 | 1 | -1/+1 |
| * | srcclean (nw) |  Vas Crabb | 2017-03-26 | 1 | -1/+1 |
| * | Fixed SDL build on win32 and zexall build (nw) |  Miodrag Milanovic | 2017-03-26 | 1 | -2/+8 |
| * | Compile testing anybody? (nw) |  Olivier Galibert | 2017-02-27 | 1 | -4/+2 |
| * | Some reports of garbage in console with DInput controllers. |  Brad Hughes | 2017-02-27 | 1 | -2/+7 |
| * | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -0/+3 |
| * | Fixed an issue where device options (e.g. -cart) were reported as unknown whe... |  Nathan Woods | 2017-02-22 | 2 | -9/+5 |