| Commit message (Expand) | Author | Age | Files | Lines |
| * | Eliminate ARRAY_LENGTH template in favor of C++17's std::size |  AJR | 2021-02-14 | 1 | -1/+1 |
| * | devices/machine/6850acia.cpp, device/machine/upd4992.cpp, mame/video/jangou_b... |  Ivan Vangelista | 2020-07-03 | 1 | -0/+1 |
| * | src/devices: simplified some handlers (nw) |  Ivan Vangelista | 2020-03-11 | 1 | -10/+10 |
| * | as if millions of this pointers suddenly cried out in terror, and were sudden... |  Vas Crabb | 2018-06-08 | 1 | -14/+14 |
| * | maps: Finish map.m() (nw) |  Olivier Galibert | 2018-04-19 | 1 | -18/+20 |
| * | API change: Memory maps are now methods of the owner class [O. Galibert] |  Olivier Galibert | 2018-02-12 | 1 | -2/+2 |
| * | srcclean (nw) |  Vas Crabb | 2017-08-27 | 1 | -4/+4 |
| * | Fix the note (nw) |  Angelo Salese | 2017-08-25 | 1 | -1/+1 |
| * | Debug code removal (nw) |  angelosa | 2017-08-25 | 1 | -0/+2 |
| * | Fixed gfxs for Sexy Gal / Sweet Gal (nw) |  angelosa | 2017-08-25 | 1 | -1/+3 |
| * | Another bug fix (nw) |  angelosa | 2017-08-25 | 1 | -1/+7 |
| * | And another one (nw) |  angelosa | 2017-08-25 | 1 | -1/+1 |
| * | Fixed one ROM loading bug for Sexy Gal Tropical (nw) |  angelosa | 2017-08-25 | 1 | -0/+1 |
| * | nightgal.cpp: Fix Night Gal Summer GFX ROM out of bounds accesses [Angelo Sal... |  angelosa | 2017-08-25 | 1 | -1/+23 |
| * | jangou_blitter.cpp: rewritten blitter setters [Angelo Salese] |  angelosa | 2017-08-25 | 1 | -70/+100 |
| * | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 1 | -2/+2 |
| * | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -1/+1 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -7/+7 |
| * | Cleanups and version bump |  Miodrag Milanovic | 2016-02-24 | 1 | -15/+15 |
| * | Moved blitter status around, function cleanups |  angelosa | 2016-02-09 | 1 | -5/+10 |
| * | Implemented flip screen to jangou and nightgal |  angelosa | 2016-02-09 | 1 | -10/+11 |
| * | Better algo for sexygal |  angelosa | 2016-02-09 | 1 | -11/+4 |
| * | Revert set params, nw |  angelosa | 2016-02-09 | 1 | -11/+14 |
| * | Update source notes and optimized, nw |  angelosa | 2016-02-09 | 1 | -12/+30 |
| * | Fixed silly left-over in nightgal.cpp, improves Night Gal Summer at very least |  angelosa | 2016-02-09 | 1 | -0/+6 |
| * | Added opcode $b2, Night Gal Summer shows some garbage now |  angelosa | 2016-02-08 | 1 | -3/+2 |
| * | NCS8105 ADCX opcode is actually an ADDX, fixes gfx garbage in nightgal.cpp [A... |  angelosa | 2016-02-08 | 1 | -2/+17 |
| * | Moved Night Gal to use JANGOU_BLITTER |  angelosa | 2016-02-08 | 1 | -11/+6 |
| * | Added region size, nw |  angelosa | 2016-02-08 | 1 | -5/+12 |
| * | null -> nullptr |  angelosa | 2016-02-08 | 1 | -1/+1 |
| * | Moved JANGOU_BLITTER into a device [Angelo Salese] |  angelosa | 2016-02-08 | 1 | -0/+152 |