summaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* New working clone added algestam2019-08-152-1/+33
* More purging of now-superfluous uintptr_t casting (nw) AJR2019-08-152-2/+2
* ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw) AJR2019-08-15162-1082/+1082
* Merge branch 'master' of https://github.com/mamedev/mame angelosa2019-08-153-444/+4433
|\
| * Merge pull request #5483 from DavidHaywood/150819 R. Belmont2019-08-153-444/+4433
| |\
| | * don't use my ill-conceived generator for arcompact, easier to work with as re... DavidHaywood2019-08-153-444/+4433
* | | h6280.cpp: fix unintended behaviour on timer value latch [Angelo Salese] angelosa2019-08-151-1/+3
|/ /
* | New skeleton driver: SNES 4 Slot arcade switcher Dirk Best2019-08-154-49/+186
* | arkanoid: Use ordinary read handler instead of custom port for input mux (nw) AJR2019-08-153-12/+6
* | 6502: update prev commmit (moves P |= F_I; to STATE_RESET instead of device_r... hap2019-08-154-4/+5
* | mm2: add RES buttons (nw) hap2019-08-154-12/+47
* | r4000: revert unwanted change (nw) Patrick Mackinlay2019-08-151-2/+1
* | debuggdbstub: uncomment parameters (nw) Patrick Mackinlay2019-08-152-4/+5
* | uintptr_t ftw (nw) smf-2019-08-154-6/+6
* | simpler (nw) smf-2019-08-151-3/+3
|/
* fix param casting (nw) smf-2019-08-151-4/+6
* r4000: interrupt/exception changes (nw) Patrick Mackinlay2019-08-151-17/+6
* fix incorrect format string to allow compilation (nw) smf-2019-08-151-1/+1
* (nw) glasgow: removed myself Robbbert2019-08-151-2/+1
* Merge branch 'master' of https://github.com/mamedev/mame Roberto Fresca2019-08-155-45/+34
|\
| * (nw) Wood Place Inc is actually 1 word: Woodplace Inc which is different then... braintro2019-08-145-45/+34
* | forgot.... Roberto Fresca2019-08-151-0/+330
|/
* New working machines Roberto Fresca2019-08-154-0/+6
* new WORKING clone MetalliC2019-08-152-0/+22
* New working machine added Sandro Ronco2019-08-145-0/+714
* ti99: Changed busmouse to a push behaviour; the real V9938 does not regularly... Michael Zapf2019-08-149-148/+150
* glasgow: add notes (nw) hap2019-08-142-49/+25
* new working clone Ivan Vangelista2019-08-142-6/+23
* thedeep.cpp: use decbac06 device instead of custom routines (nw) Ivan Vangelista2019-08-145-78/+55
* Fix clang build [-Werror,-Wheader-guard] (nw) AJR2019-08-141-1/+1
* Unbreak 9821 POST (nw) angelosa2019-08-141-4/+4
* Merge pull request #5480 from 68bit/ss30-mp-s2 R. Belmont2019-08-144-0/+276
|\
| * SS-30 MP-S2: Dual Serial Interface 68bit2019-08-144-0/+276
* | pc9801.cpp: proper support for MEMSW device [Angelo Salese] angelosa2019-08-147-14/+237
|/
* limenko.cpp: Fix build (nw) AJR2019-08-141-1/+0
* Add device emulation for DS17x85 series of MC146818-compatible RTCs with addi... AJR2019-08-1413-221/+667
* spotty: Hook up audiocpu Dirk Best2019-08-141-29/+58
* mc68hc11: Add another register stub; remove vestigial declaration (nw) AJR2019-08-132-3/+21
* apple2gs: made slow-side sync less aggressive, fixes SHOWALL 3200 [R. Belmont] arbee2019-08-131-1/+1
* harddriv: check for CHD by header string, allows files not named .chd that ar... arbee2019-08-131-6/+7
* mc68hc11: Add internal latches and direction registers for ports AJR2019-08-135-245/+418
* mm1: add buttons to layout (nw) hap2019-08-133-40/+285
* Add BASIC Thomson tokenizer (#5479) hadess2019-08-133-8/+161
* Merge pull request #5477 from npwoods/listxml_devices_sorted R. Belmont2019-08-132-1/+17
|\
| * Ensuring that devices emitted by -listxml are sorted npwoods2019-08-132-1/+17
* | Merge pull request #5474 from cam900/nmk16_rawnote R. Belmont2019-08-133-57/+12
|\ \
| * | nmk16.cpp : Reduce duplicates, Add notes for screen raw params cam9002019-08-133-57/+12
* | | Enable precompiled header usage in the Visual Studio compiler (#5473) S.Z2019-08-1315-7/+43
* | | goldart : some rendering improvements (nw) (#5475) David Haywood2019-08-131-17/+157
* | | 315_5313.cpp DMA / Timer Updates, Correct refresh rate and timer rate related... cam9002019-08-1311-1388/+872