| Commit message (Expand) | Author | Age | Files | Lines |
* | namco_c355spr.cpp : Fix priority when pri 0 sprite isn't drawed first (#6011) |  cam900 | 2019-12-06 | 2 | -4/+10 |
* | fcrash.cpp, segas16a.cpp: fixed assert Expression: dest.cliprect().contains(c... |  Ivan Vangelista | 2019-12-04 | 1 | -3/+2 |
* | namcofl.cpp : Use address_map_bank_device for ROM/RAM swapping, Use raw param... |  cam900 | 2019-12-03 | 1 | -2/+2 |
* | speedatk.cpp : Fixed tilemap wrong bit assignment (#6001) |  sasuke-arcade | 2019-12-02 | 1 | -2/+2 |
* | skyfox.cpp : Background pattern adjustment compared to PCB strictly. (#5979) |  sasuke-arcade | 2019-11-29 | 1 | -10/+14 |
* | Fix typo (nw) |  arbee | 2019-11-29 | 1 | -1/+1 |
* | apple2: perform single-pixel shift for HGR monochrome with bit 7 set [R. Belm... |  arbee | 2019-11-28 | 1 | -2/+49 |
* | Sam Coupe: fix, additions (#5947) |  Tom | 2019-11-29 | 1 | -1/+1 |
* | updated my recent commits to initialize bools with false instead of 0, as sug... |  Ivan Vangelista | 2019-11-28 | 1 | -28/+28 |
* | m68kmmu: Fixed issues with Domain/OS and its installer crashing [Hans Osterme... |  arbee | 2019-11-27 | 1 | -1/+2 |
* | ygv608.cpp: initialized stuff in the constructor (nw) |  Ivan Vangelista | 2019-11-27 | 2 | -12/+112 |
* | skyfox.cpp : Improve background based on PCB (#5976) |  sasuke-arcade | 2019-11-27 | 1 | -19/+20 |
* | galivan.cpp : Add hide text layer support, and fix text color attlibute (#5957) |  sasuke-arcade | 2019-11-24 | 1 | -14/+65 |
* | teracre.cpp: Add hide text layer support (used in Cofree break of horekid) |  Sasuke | 2019-11-24 | 1 | -1/+4 |
* | srcclean and indentation cleanup (nw) |  Vas Crabb | 2019-11-24 | 7 | -196/+196 |
* | tmap038.cpp : Add tile size check related to vram is found, Move mirroring ma... |  cam900 | 2019-11-23 | 3 | -29/+23 |
* | popeye: Applied recommended code changes. (nw) |  couriersud | 2019-11-23 | 1 | -5/+5 |
* | popeye: Add interlaced rendering. [Couriersud] |  couriersud | 2019-11-23 | 1 | -17/+46 |
* | Cps1 bootlegs, some more new sets (#5895) |  Tom | 2019-11-14 | 1 | -0/+2 |
* | ms32.cpp: fix hayaosi3 final round and flame text priorities [Angelo Salese] |  angelosa | 2019-11-13 | 1 | -7/+22 |
* | continued elan refactoring (nw) (#5892) |  David Haywood | 2019-11-12 | 1 | -8/+7 |
* | Eliminate a few more uses of auto_alloc (nw) |  AJR | 2019-11-10 | 7 | -12/+12 |
* | continued Elan (Plug & Play) refactoring (#5882) |  David Haywood | 2019-11-11 | 4 | -131/+288 |
* | Cps1 bootleg, new sets + fixes (#5887) |  Tom | 2019-11-09 | 1 | -0/+3 |
* | Make many device_execute_interface functions noexcept, including the "informa... |  AJR | 2019-11-09 | 1 | -3/+3 |
* | start trying to identify more sound related features on the elan hw (nw) + Se... |  David Haywood | 2019-11-08 | 2 | -0/+856 |
* | raiden.cpp: Fix graphical regression in raidenb and raidenub; improve set des... |  AJR | 2019-11-06 | 1 | -5/+13 |
* | bbc.cpp: Replaced ROM/RAM memory banks with handlers to allow access from int... |  Nigel Barnes | 2019-11-06 | 1 | -1/+9 |
* | loose ends: (nw) |  Vas Crabb | 2019-11-06 | 1 | -15/+5 |
* | (nw) be strictly POSIX compliant, reduce fragmentation, get rid of an unused ... |  Vas Crabb | 2019-11-05 | 1 | -1/+0 |
* | Plug & Play improvements (Elan / Air Blaster Joystick) (#5856) |  David Haywood | 2019-11-04 | 2 | -108/+76 |
* | Plug & Play / Elan EU3A05 / EU3A14 splitting up, identifying of common featur... |  David Haywood | 2019-11-03 | 4 | -0/+798 |
* | Galaga: small fix and some notes. [Couriersud] |  couriersud | 2019-11-03 | 1 | -0/+10 |
* | galaga: Implement accurate starfield based on reverse eng. 05xx (#5824) |  Robert Hildinger | 2019-11-03 | 4 | -466/+744 |
* | Spring cleaning: |  Vas Crabb | 2019-11-01 | 3 | -3/+3 |
* | Added two new unreleased Model Racing games (#5813) |  janniz | 2019-10-31 | 1 | -0/+25 |
* | new working clone |  Ivan Vangelista | 2019-10-30 | 1 | -0/+1 |
* | add some c-board pal dumps |  TwistedTom | 2019-10-27 | 1 | -3/+4 |
* | k054156_k054157_k056832.cpp: Less crude hack to clean tilemap (nw) |  AJR | 2019-10-26 | 1 | -8/+4 |
* | (nw) fix other konami video devices not resolving delegate, fix Yamaha MSX sy... |  Vas Crabb | 2019-10-26 | 1 | -0/+6 |
* | (nw) initialisation order matters (fix many Konami crashes) |  Vas Crabb | 2019-10-26 | 5 | -20/+19 |
* | Make devdelegate more like devcb for configuration. This is a |  Vas Crabb | 2019-10-26 | 486 | -2053/+2052 |
* | srcclean (nw) |  Vas Crabb | 2019-10-26 | 7 | -66/+66 |
* | markham.cpp: improved master irq firing and rowscroll in Strength & Skill, wh... |  angelosa | 2019-10-24 | 1 | -9/+11 |
* | psychic5.cpp: Eliminate MCFG_VIDEO_RESET_OVERRIDE (nw) |  AJR | 2019-10-23 | 1 | -1/+1 |
* | Merge pull request #5786 from ZoeB/grammar |  R. Belmont | 2019-10-23 | 1 | -1/+1 |
|\ |
|
| * | Tidy grammar |  Zoë Blade | 2019-10-23 | 1 | -1/+1 |
* | | argus.cpp : Fix typo |  cam900 | 2019-10-23 | 1 | -3/+3 |
* | | argus.cpp: Separate state classes; simplify handlers; eliminate legacy overri... |  AJR | 2019-10-22 | 1 | -93/+81 |
|/ |
|
* | segaic16.cpp: Code cleanup, reorganization and decoupling (nw) |  AJR | 2019-10-19 | 2 | -3/+189 |