summaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
...
* | taitogn.cpp : Reduce duplicates related to zn.cpp (Taito GNET uses ZN2 mother... cam9002019-12-223-143/+55
* | Merge branch 'release0217' into mainline-master Vas Crabb2019-12-221-1/+4
|\|
| * spg2xx_io.cpp: disable logging by default (nw) Vas Crabb2019-12-221-1/+1
| * -spg2xx: Initialize FIQ vector to an invalid state so games which don't initi... MooglyGuy2019-12-221-0/+1
| * -spg2xx: Fixed a subtle interrupt bug causing Clickstart to not boot. [Ryan H... mooglyguy2019-12-226-75/+160
| * galaxian.cpp: Fix company name on "mandingaeg" (nw) ClawGrip2019-12-221-33/+33
| * add padding to saa1099_noise to force alignment on Linux i686 (nw) Vas Crabb2019-12-221-1/+4
| * model1: Paranoia on atan [O. Galibert] Olivier Galibert2019-12-211-1/+1
| * vf: Bunch of fixes in the TGP program dump [hap, O. Galibert] Olivier Galibert2019-12-211-1/+1
* | spg2xx_io.cpp: disable logging by default (nw) Vas Crabb2019-12-221-1/+1
* | -spg2xx: Initialize FIQ vector to an invalid state so games which don't initi... MooglyGuy2019-12-221-0/+1
* | -spg2xx: Fixed a subtle interrupt bug causing Clickstart to not boot. [Ryan H... mooglyguy2019-12-226-75/+160
* | Substitute some cases of deprecated tag lookups with device finders (nw) yz70s2019-12-2117-42/+50
* | i8087: save pointers in env (nw) cracyc2019-12-212-15/+74
* | vt52: Add debug state register to show address translation; minor adjustments... AJR2019-12-213-5/+10
* | model1: Paranoia on atan [O. Galibert] Olivier Galibert2019-12-211-1/+1
* | vf: Bunch of fixes in the TGP program dump [hap, O. Galibert] Olivier Galibert2019-12-211-1/+1
* | Has Italian strings (nw) Angelo Salese2019-12-211-2/+2
* | Merge pull request #6079 from clawgrip/patch-6 R. Belmont2019-12-211-33/+33
|\ \
| * | galaxian.cpp: Fix company name on "mandingaeg" (nw) ClawGrip2019-12-211-33/+33
| |/
* | December Apple update per usual (#6078) Firehawke2019-12-213-25/+810
* | new working clones Ivan Vangelista2019-12-212-0/+20
|/
* fix clang build - it's stricter about using current class name with protected... Vas Crabb2019-12-211-1/+1
* srcclean (nw) Vas Crabb2019-12-2196-1533/+1533
* i386: set opcode and clear data ptr for instruction that don't access memory ... cracyc2019-12-201-5/+194
* i386: fpu env in v86 mode is like real mode (nw) cracyc2019-12-201-7/+3
* i386: save opcode too (nw) cracyc2019-12-201-0/+1
* subsino2: can't have ampersand in port tag (nw) hap2019-12-211-3/+3
* i386: unbreak the x87 and flesh out 486 float exceptions a bit (nw) cracyc2019-12-207-157/+423
* dkong: document empty rom sockets. (nw) couriersud2019-12-201-0/+15
* new working clone Ivan Vangelista2019-12-203-3/+36
* -cdi, z80ne: Fix reported issues, nw MooglyGuy2019-12-202-2/+3
* goldstar.cpp: get cmast97 to show things. Gameplay is basically fine, but GFX... Ivan Vangelista2019-12-202-6/+32
* New working software list additions Justin Kerk2019-12-201-0/+413
* New working software list additions Nigel Barnes2019-12-201-77/+294
* New working clones Nigel Barnes2019-12-205-27/+304
* PINmame sync (nw) Ivan Vangelista2019-12-202-5/+11
* plausible hookup for dreamwld MCU (#6075) David Haywood2019-12-201-57/+103
* Revert "Revert "enable clang missing braces warning - it's useful to be able ... Vas Crabb2019-12-214-265/+261
* Revert "enable clang missing braces warning - it's useful to be able to see w... AJR2019-12-204-261/+265
* m72.cpp: fixed loht_ms loading I had royally screwed up, boots now. GFXs need... Ivan Vangelista2019-12-201-2/+2
* enable clang missing braces warning - it's useful to be able to see when you'... Vas Crabb2019-12-205-272/+268
* notes (nw) MetalliC2019-12-201-7/+14
* -z80ne.cpp: Split further into subclasses, removed MACHINE_START_OVERRIDE and... mooglyguy2019-12-203-320/+308
* -zn.cpp: Split into subclasses, eliminated optional devices, removed MACHINE_... mooglyguy2019-12-203-712/+1017
* damn inconsistent macros, maybe I really _will_ kill them off next year (nw) Vas Crabb2019-12-202-4/+4
* (nw) this thing is designed for public installations for entertainment - it's... Vas Crabb2019-12-201-1/+1
* add missing return statement for LRU cache assignment operator (nw) Vas Crabb2019-12-201-0/+1
* coretmpl.h: different approach to member initialisation - hopefully work arou... Vas Crabb2019-12-201-65/+62
* Enable visual studio warning C5038 about member initialization order (nw) yz70s2019-12-201-14/+13