summaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* version bump (nw)mame0218 Vas Crabb2020-02-022-4/+4
* isa/s3virge.cpp: using save_pointer on regular arrays is error-prone (nw) Vas Crabb2020-02-021-12/+14
* more debug logging left on, few small cleanups (nw) Vas Crabb2020-02-024-49/+49
* sc3c24xx: debugging leftovers, also logmacro.h uses (1U << 0) for the built-i... Vas Crabb2020-02-011-38/+33
* get mame.lst back in alphabetical order by source file (nw) Vas Crabb2020-02-011-95/+95
* avoiding PCH pitfalls is annoying (nw) Vas Crabb2020-02-0117-4/+37
* cpu/gigatron: spacing was still all over the place - make it use Allman (nw) Vas Crabb2020-02-011-148/+155
* likely resolve sunplus crashes on linux (nw) DavidHaywood2020-01-312-4/+7
* stray tab (nw) Vas Crabb2020-01-311-1/+1
* srcclean, manual adjustments (nw) Vas Crabb2020-01-2695-1006/+1006
* gigatron: Many CPU fixes (nw) AJR2020-01-253-24/+39
* netlist: clang lint readability fixes. (nw) couriersud2020-01-2542-296/+243
* netlist: clang lint fixes, srcclean and nlwav fix. (nw) couriersud2020-01-2512-71/+74
* Plug and Play work (#6218) David Haywood2020-01-253-210/+357
* gigatron: Fix copyrights. (#6211) Sterophonick2020-01-254-36/+184
* konmedal.cpp added hackfix for mariourou scrolling, documented observed row/c... MetalliC2020-01-252-1/+16
* (nw) arcade.lua, nl.lua : fixed spacing Robbbert2020-01-262-41/+41
* konendev: hooked up DPRAM [R. Belmont] arbee2020-01-251-0/+3
* Revert accidentally committed changes. (nw) couriersud2020-01-252-33/+5
* segas16b: Added analog filters. [Couriersud] couriersud2020-01-258-7/+417
* netlist: New devices and some fixes. [Couriersud] couriersud2020-01-2517-50/+251
* m68705prg: fix output-before-reset problem (nw) hap2020-01-251-2/+7
* Plug and Play work (#6215) David Haywood2020-01-259-18/+194
* New machines marked as NOT_WORKING Ivan Vangelista2020-01-252-3/+17
* New clones marked as NOT_WORKING Ivan Vangelista2020-01-252-0/+25
* (nw) document the difference in versions of Relief Pitcher as per Atari Bulletin braintro2020-01-241-15/+61
* (nw) minor language updates / corrections braintro2020-01-242-3/+3
* Merge pull request #6192 from FakeShemp/com64 ajrhacker2020-01-241-1/+30
|\
| * c64_cass.xml - Add two new dumps Rebecca Wallander2020-01-211-1/+30
* | Fix PC-FX ADPCM frequency behavior (#6213) cam9002020-01-245-25/+34
* | konmedal.cpp few more fixes (nw) MetalliC2020-01-251-5/+5
* | (nw) laziness Robbbert2020-01-251-0/+1
* | toki_ms.cpp: irq 0 is routed on MSM (nw) angelosa2020-01-241-11/+29
* | k054156_k054157_k056832.cpp: Fix syntax (nw) AJR2020-01-241-1/+1
* | Merge branch 'master' of https://github.com/mamedev/mame angelosa2020-01-2412-19/+610
|\ \
| * | Plug and Play work (#6214) David Haywood2020-01-2412-19/+610
* | | Clones promoted to working angelosa2020-01-241-19/+154
|/ /
* | monmedal.cpp checkpoint, promoted to working MetalliC2020-01-243-108/+259
* | fdes2265: wrong interrupt pin (nw) hap2020-01-241-1/+4
* | New working clones hap2020-01-248-25/+48
* | (nw) spectrum_cass: fixed invalid characters in rom name Robbbert2020-01-241-1/+1
* | (nw) gigatron validation fix Robbbert2020-01-241-4/+4
* | (nw) housekeeping, again Robbbert2020-01-242-2/+18
* | jazz: diagnostic led (nw) Patrick Mackinlay2020-01-243-10/+62
* | jazz: video notes (nw) Patrick Mackinlay2020-01-241-4/+2
* | mips1: alignment checking/exceptions (nw) Patrick Mackinlay2020-01-242-52/+87
* | williams.cpp: De-virtualize functions to fix blasterkit using the wrong overr... AJR2020-01-241-9/+9
* | m88000: Use split memory spaces for MC88100; fix masking logic in disassemble... AJR2020-01-234-11/+26
* | fix build with clang 9.0.0 on windows smf-2020-01-241-1/+1
* | bitwise comparison always evaluates to false [-Werror=tautological-compare] smf-2020-01-241-1/+1