| Commit message (Expand) | Author | Age | Files | Lines |
* | Various improvements to image file handling: |  Vas Crabb | 2020-10-08 | 1 | -4/+4 |
* | Cleaned up bitmap API. |  Vas Crabb | 2020-09-27 | 1 | -2/+2 |
* | -util/xmlfile: Escape attribute and element content. |  Vas Crabb | 2020-09-06 | 1 | -1/+1 |
* | screen/update_now(): fix overwriting last pixel of previous update, fix rende... |  hap | 2020-08-08 | 1 | -1/+4 |
* | mmdisplay2: lcd screen was missing 1 line (nw) |  hap | 2020-06-14 | 1 | -1/+1 |
* | video: show frameskip max value in speed_text (nw) |  hap | 2020-06-14 | 1 | -6/+2 |
* | video: frameskip setting is now upper frameskip limit when autoframeskip sett... |  hap | 2020-06-14 | 1 | -2/+7 |
* | video: don't do frameskip related calculations at init time (nw) |  hap | 2020-06-13 | 1 | -4/+4 |
* | srcclean and manual cleanup (nw) |  Vas Crabb | 2020-04-26 | 1 | -1/+1 |
* | Refactoring of AVI/MNG recording code (#6537) |  npwoods | 2020-04-22 | 1 | -363/+66 |
* | (nw) Cleanup on the way: |  Vas Crabb | 2020-03-10 | 1 | -1/+1 |
* | fixed some clang-tidy warnings (nw) (#6229) |  Oliver Stöneberg | 2020-01-29 | 1 | -2/+2 |
* | fixed some clang-tidy warnings (nw) (#6197) |  Oliver Stöneberg | 2020-01-22 | 1 | -7/+7 |
* | fixed -aviwrite/-mngwrite crash with screenless systems [Oliver Stöne… (#6... |  Oliver Stöneberg | 2020-01-07 | 1 | -3/+10 |
* | Remove up to one frame of input latency. (#5901) |  antonioginer | 2019-11-16 | 1 | -1/+9 |
* | srcclean (nw) |  Vas Crabb | 2019-10-26 | 1 | -1/+1 |
* | Fix AVI framerate |  feos | 2019-10-03 | 1 | -10/+1 |
* | don't force throttling while paused |  feos | 2019-09-14 | 1 | -1/+1 |
* | video: additional fix to 33383cdaa727deb627bf65f865515327947a0720 (MAME slowd... |  hap | 2019-07-23 | 1 | -3/+4 |
* | Making video_manager::effective_frameskip() public and exposing via LUA |  npwoods | 2019-07-18 | 1 | -1/+1 |
* | luaengine: video:size(), video:pixels(), screen:refresh_attoseconds() [vadosn... |  cracyc | 2019-07-14 | 1 | -4/+36 |
|\ |
|
| * | luaengine: video:size(), video:pixels(), screen:refresh_attoseconds() |  feos | 2019-07-12 | 1 | -4/+36 |
* | | Make layout format more flexible: |  Vas Crabb | 2019-07-06 | 1 | -5/+0 |
|/ |
|
* | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 1 | -5/+14 |
* | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 1 | -14/+5 |
* | video: don't use iter count (nw) |  hap | 2019-02-15 | 1 | -1/+5 |
* | video: stop frameskipping constantly on screenless systems with frameskip=0 (nw) |  hap | 2019-02-15 | 1 | -2/+3 |
* | Video throttling: Additive oversleeping |  Celelibi | 2019-02-15 | 1 | -3/+7 |
* | Replace ATTOSECONDS_TO_HZ with as_hz where appropriate (nw) |  AJR | 2018-11-05 | 1 | -2/+2 |
* | better handling for arbitrary numbers of screens (nw) |  Vas Crabb | 2018-03-12 | 1 | -97/+111 |
* | Remove all uses of first_screen() from core files, nw |  Ryan Holtz | 2018-03-11 | 1 | -178/+373 |
* | png: make it not leak memory by default, and look a but more like C++ |  Vas Crabb | 2017-08-13 | 1 | -11/+7 |
* | more const, get rid of forced sleep (nw) |  Vas Crabb | 2017-08-02 | 1 | -16/+7 |
* | general cleanup: |  Vas Crabb | 2017-05-23 | 1 | -3/+3 |
* | Remove the minimum constraint for sleep, thus avoid choosing a seemingly |  057a3dd61f99517a3afea0051a49cb27994f94d | 2017-05-20 | 1 | -8/+4 |
* | Relax the threshold to consider an oversleep as a system time change, |  057a3dd61f99517a3afea0051a49cb27994f94d | 2017-05-18 | 1 | -1/+1 |
* | Fix video_manager::throttle_until_ticks (#2309) |  057a3dd61f99517a3afea0051a49cb27994f94d | 2017-05-17 | 1 | -1/+6 |
* | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 1 | -2/+2 |
* | Fix debug build by removing vestiges of -dummywrite (nw) |  AJR | 2017-03-02 | 1 | -6/+1 |
* | Introduce u8/u16/u32/u64/s8/s16/s32/s64 |  Vas Crabb | 2016-11-19 | 1 | -22/+22 |
* | Revert "Added IS_ENABLED, so we have compiler check for non used part, it is ... |  Miodrag Milanovic | 2016-11-12 | 1 | -1/+1 |
* | Added IS_ENABLED, so we have compiler check for non used part, it is checked ... |  Miodrag Milanovic | 2016-11-11 | 1 | -1/+1 |
* | Do not use FUNC in delegate where applicable (nw) |  Miodrag Milanovic | 2016-11-06 | 1 | -1/+1 |
* | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -10/+10 |
* | some bool <-> int not needed conversions, also cleaned drivenum.* was using m... |  Miodrag Milanovic | 2016-10-21 | 1 | -13/+13 |
* | std::min and std:max instead of MIN and MAX, also some more macros converted ... |  Miodrag Milanovic | 2016-07-31 | 1 | -3/+3 |
* | Fix -nodebug crash (nw) |  therealmogminer@gmail.com | 2016-06-08 | 1 | -8/+10 |
* | Major refactoring of debugger core [Ryan Holtz] |  therealmogminer@gmail.com | 2016-06-08 | 1 | -1/+1 |
* | Revert "Allow for output to verify that a machine's emulation has ended prope... |  Scott Stone | 2016-05-16 | 1 | -9/+3 |
* | Allow for output to verify that a machine's emulation has ended properly spec... |  Scott Stone | 2016-05-16 | 1 | -3/+9 |