summaryrefslogtreecommitdiffstatshomepage
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* wallc.cpp: Revert accidentally committed part of hack that broke wallc itself... AJR2017-08-301-2/+2
* upd765: added i82072 (#2607) Patrick Mackinlay2017-08-302-0/+23
* Improvements to 28XX parallel EEPROM emulation AJR2017-08-3029-330/+282
* tnzs.cpp: Minor spacing fixes for readability (nw) briantro2017-08-291-6/+6
* Merge branch 'master' of https://github.com/mamedev/mame briantro2017-08-291-0/+42
|\
| * unkitpkr: Added proper palette resnet. Confirmed the bipolar RobertoFresca2017-08-291-0/+42
* | new working machine briantro2017-08-292-17/+51
|/
* saa1099: Remove unnecessary device tag from logerror messages (nw) AJR2017-08-291-3/+3
* unkitpkr: Improved the input system. Mapped the remaining inputs. RobertoFresca2017-08-291-24/+67
* gstriker.cpp: fixed dip-switches for V Goal Soccer, added dip locations (nw) angelosa2017-08-291-13/+11
* Notes (nw) angelosa2017-08-291-4/+10
* hvyunit: Add more generic latch devices for inter-CPU communication (nw) AJR2017-08-291-48/+17
* onetwo: Soundlatch modernization (nw) AJR2017-08-291-9/+4
* calibr50, usclssic: Soundlatch modernization (nw) AJR2017-08-292-18/+29
* shadfrce: Soundlatch modernization (nw) AJR2017-08-292-15/+8
* mugsmash: Use MCFG_GENERIC_LATCH_DATA_PENDING_CB (nw) AJR2017-08-291-1/+1
* gcpinbal: Add watchdog (nw) AJR2017-08-292-1/+8
* aquarium: Add watchdog (nw) AJR2017-08-292-2/+15
* aquarium: Soundlatch modernization; use BITSWAP8 to implement MSM6295 line sw... AJR2017-08-292-57/+7
* ultraman: Sound IRQ modernization (nw) AJR2017-08-292-16/+16
* hp85: support of opt. ROMs (#2604) fulivi2017-08-293-19/+242
* Oversight (nw) angelosa2017-08-291-1/+1
* gstriker.cpp: fixed tournament logic for Tecmo World Cup '94 [Angelo Salese] angelosa2017-08-292-9/+8
* gstriker.cpp: added buffered spriteram (sprites being ahead 2 frames) [Angelo... angelosa2017-08-294-8/+28
* mb60553.cpp: improved zooming alignment, mostly noticeable in Tecmo World Cup... angelosa2017-08-291-9/+17
* Fix x origin (nw) angelosa2017-08-292-4/+5
* Compare against visible area (nw) angelosa2017-08-291-1/+1
* Don't need this popmessage (nw) angelosa2017-08-291-10/+9
* Added input labels, renamed twrldc94 -> twcup94 (nw) angelosa2017-08-292-12/+21
* snowbros.cpp: Soundlatch modernization (nw) AJR2017-08-292-50/+28
* segajw: Soundlatch modernization (nw) AJR2017-08-291-8/+3
* karnov.cpp: Use MCFG_GENERIC_LATCH_DATA_PENDING_CB for soundlatch (nw) AJR2017-08-291-1/+1
* spartanxtec: Soundlatch modernization (nw) AJR2017-08-291-8/+2
* spyhuntpr: Soundlatch modernization (nw) AJR2017-08-291-10/+3
* dynablstb: Soundlatch modernization (nw) AJR2017-08-292-11/+4
* gaiden.cpp: Soundlatch update (nw) AJR2017-08-291-5/+4
* buggychl: remove nmi trampolines; add details and mirrors to memory map based... Lord-Nightmare2017-08-282-36/+84
* unkitpkr: Add hack to display cards (nw) AJR2017-08-281-6/+36
* unkitpkr: Minor update (nw) AJR2017-08-281-7/+19
* wallc.cpp: added preliminary inputs to unkitpkr, game still not playable due ... Ivan Vangelista2017-08-281-28/+109
* Consistency fix: Tecmo World Cup romsets -> twcup** / twsoc** (nw) angelosa2017-08-287-36/+36
* gstriker.cpp: added MCU simulation to clone romset twrldc94a [Angelo Salese] angelosa2017-08-282-19/+42
* aerofgt.cpp: added MIG flag for kickball, priorities aren't correct (nw) Ivan Vangelista2017-08-281-1/+1
* aerofgt.cpp: removed MNW flag for kickball, since it seems to work fine (nw) Ivan Vangelista2017-08-281-1/+1
* champbwl: Separate trackball reset handler (nw) AJR2017-08-281-33/+21
* New machines marked as NOT_WORKING AJR2017-08-272-0/+30
* munchmo.cpp: Add 74LS259 latch (nw) AJR2017-08-273-23/+26
* Fix macOS build. constexpr considered harmful, etc. (nw) arbee2017-08-271-7/+7
* add and use INS8250 register defines (#2601) Sven Schnelle2017-08-271-37/+60
* floppy: Add drive LED callback Dirk Best2017-08-275-24/+79