| Commit message (Expand) | Author | Age | Files | Lines |
* | version bump (nw)mame0216 |  Vas Crabb | 2019-11-26 | 2 | -4/+4 |
* | don't attempt to load a translation file if the language setting is empty (nw) |  Vas Crabb | 2019-11-26 | 1 | -1/+4 |
* | -bgfx: Fixed Github issue #5961. [Ryan Holtz] |  MooglyGuy | 2019-11-25 | 6 | -2/+2 |
* | Opengl: Apply line width provided by renderer. [Couriersud] |  couriersud | 2019-11-25 | 1 | -0/+1 |
* | bgfx: Fix edge case around B/C/G settings. [Couriersud] |  couriersud | 2019-11-25 | 1 | -1/+2 |
* | srcclean (nw) |  Vas Crabb | 2019-11-25 | 3 | -3/+3 |
* | -bgfx: Fixed Github issues #5830 and #5956. [Ryan Holtz] |  MooglyGuy | 2019-11-25 | 75 | -69/+180 |
* | clean up capitalisation in titles (nw) |  Vas Crabb | 2019-11-25 | 2 | -11/+11 |
* | srcclean and indentation cleanup (nw) |  Vas Crabb | 2019-11-24 | 89 | -1637/+1637 |
* | popeye: Minor modernization. (nw) |  couriersud | 2019-11-24 | 2 | -1/+4 |
* | netlist: clang lint fixes and standalone build fix. (nw) |  couriersud | 2019-11-24 | 4 | -4/+6 |
* | Opengl render driver: fix bug preventing adjustment of ... [Couriersud] |  couriersud | 2019-11-24 | 1 | -1/+1 |
* | Merge pull request #5955 from DavidHaywood/241119_2 |  R. Belmont | 2019-11-23 | 1 | -2/+10 |
|\ |
|
| * | vt1682 - tweak fallthrough bg colour, improves fade to white cases (nw) |  DavidHaywood | 2019-11-24 | 1 | -2/+10 |
|/ |
|
* | Merge pull request #5954 from DavidHaywood/241119 |  ajrhacker | 2019-11-23 | 1 | -50/+52 |
|\ |
|
| * | vt1682 - render sprites line by line, fix rasters on Place Kick title screen |  DavidHaywood | 2019-11-24 | 1 | -50/+52 |
|/ |
|
* | new not working machine |  Ivan Vangelista | 2019-11-23 | 3 | -3/+78 |
* | visicom.xml: forgot to change the shortname (nw) |  Justin Kerk | 2019-11-23 | 1 | -1/+1 |
* | visicom.xml: Use romanized titles instead of translations (nw) |  Justin Kerk | 2019-11-23 | 1 | -3/+3 |
* | New working clone |  braintro | 2019-11-23 | 2 | -21/+48 |
* | namcops2.cpp: MT07489 (nw) |  Ivan Vangelista | 2019-11-23 | 1 | -4/+4 |
* | ssrj.cpp: fixed MT07492 [sasuke] |  Ivan Vangelista | 2019-11-23 | 1 | -8/+12 |
* | -netlist: Add new devices to net_lib.cpp, nw |  mooglyguy | 2019-11-23 | 1 | -0/+4 |
* | flstory.cpp: added dip-switch locations [Guru] |  Ivan Vangelista | 2019-11-23 | 1 | -76/+77 |
* | -multipcm: Added optional compile-time sample logging. [Ryan Holtz] |  mooglyguy | 2019-11-23 | 2 | -0/+48 |
* | Mark trsvidtx as bad dump (nw) |  R. Belmont | 2019-11-23 | 1 | -1/+1 |
* | m37710: More accurate mapping of port and interrupt registers; de-duplicate a... |  AJR | 2019-11-23 | 2 | -173/+204 |
* | -netlist: Fixed typo on 7442 diagram, nw |  MooglyGuy | 2019-11-23 | 1 | -1/+1 |
* | (nw) Housekeeping |  Robbbert | 2019-11-23 | 1 | -0/+1 |
* | -netlist: Added 7442 4-Line BCD to 10-Line Decimal Decoder. [Ryan Holtz] |  MooglyGuy | 2019-11-23 | 3 | -0/+169 |
* | -netlist: Fix typo, nw |  MooglyGuy | 2019-11-23 | 1 | -1/+1 |
* | -netlist: Added 7492 Divide-by-12 Counter. [Ryan Holtz] |  MooglyGuy | 2019-11-23 | 3 | -0/+200 |
* | New working software list additions |  mooglyguy | 2019-11-23 | 1 | -0/+31 |
* | Merge pull request #5948 from cam900/tmap038_mirror |  R. Belmont | 2019-11-22 | 4 | -34/+28 |
|\ |
|
| * | tmap038.cpp : Add tile size check related to vram is found, Move mirroring ma... |  cam900 | 2019-11-23 | 4 | -34/+28 |
* | | New machines added as MACHINE_NOT_WORKING |  arbee | 2019-11-22 | 2 | -0/+10 |
* | | Update Apple II softlists to Nov 22nd, 2019 (#5949) |  Firehawke | 2019-11-22 | 3 | -1/+318 |
|/ |
|
* | apple2: fix recognition of .NIB images on the old diskii controller (MT #7496... |  arbee | 2019-11-22 | 2 | -3/+3 |
* | util/options.cpp: fix locale issues and a const correctness issue |  Vas Crabb | 2019-11-23 | 4 | -93/+174 |
* | popeye: Applied recommended code changes. (nw) |  couriersud | 2019-11-23 | 2 | -6/+10 |
* | popeye: Add interlaced rendering. [Couriersud] |  couriersud | 2019-11-23 | 4 | -26/+86 |
* | bbc_ramdisc: Added configuration option to select 1MB or 2MB model (nw) |  Nigel Barnes | 2019-11-22 | 2 | -8/+12 |
* | bml3: Added Hitachi Real Time Clock card [Russell Bull] |  Nigel Barnes | 2019-11-22 | 4 | -1/+161 |
* | -bgfx: Fixed broken rendering when using bgfx_screen_chains none, nw |  mooglyguy | 2019-11-22 | 3 | -7/+28 |
* | at:cpp: added motherboards (#5942) |  rfka01 | 2019-11-22 | 2 | -14/+46 |
* | Merge pull request #5941 from DavidHaywood/211119 |  R. Belmont | 2019-11-22 | 4 | -128/+25 |
|\ |
|
| * | hook up victnine mcu, tested that it boots at least |  DavidHaywood | 2019-11-21 | 4 | -128/+25 |
* | | vt1682.cpp - (plug & play) Implement Sprite Priority + notes (#5945) |  David Haywood | 2019-11-22 | 1 | -283/+413 |
* | | Merge pull request #5943 from JoakimLarsson/eismda |  Joakim Larsson Edström | 2019-11-22 | 7 | -604/+719 |
|\ \ |
|
| * | | mda.cpp, eis_hgb107x: Ericsson High resolution Monochrome Graphics Board 1070... |  Joakim Larsson Edstrom | 2019-11-22 | 7 | -604/+719 |