summaryrefslogtreecommitdiffstatshomepage
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Philips company is 1 L (nw) hap2019-02-2811-87/+87
* mame\drivers: removed most MCFG and MACHINE_CONFIG_MACROS (nw) Ivan Vangelista2019-02-2855-821/+778
* arb: fix small problem with reset button (nw) hap2019-02-282-8/+9
* turrett: fixed MT07244 (nw) Patrick Mackinlay2019-02-281-1/+1
* New working clone added hap2019-02-2810-55/+233
* Qt debugger: fix error in determining where clicks are in memory views [Golde... R. Belmont2019-02-271-1/+1
* New working machines added hap2019-02-275-82/+587
* arb: cartridge is on a0-a14 (nw) hap2019-02-271-7/+8
* new not working machines Ivan Vangelista2019-02-272-10/+83
* Merge pull request #4693 from cam900/terminal_args ajrhacker2019-02-2718-21/+21
|\
| * devices/machine/terminal.cpp : Remove unnecessary arguments in handlers cam9002019-02-2718-21/+21
* | Merge pull request #4694 from AmatCoder/AmatCoder-odyssey2-1 ajrhacker2019-02-271-0/+8
|\ \
| * | Fix videopac AmatCoder2019-02-271-0/+8
| |/
* | romload: BIOS flag should apply to fills (and remove zero-value comments) Vas Crabb2019-02-281-17/+12
* | pokey: it's impossible to go over bounds here (nw) hap2019-02-272-5/+5
* | pokey: performance optimization by not using modulus (#4690) Andreas Müller2019-02-271-4/+8
|/
* sg1000m3: Add keyboard cable link for F-16 Fighting Falcon's 2p mode (#4680) enikland22019-02-276-14/+493
* Merge pull request #4691 from clawgrip/patch-14 ajrhacker2019-02-271-17/+17
|\
| * mpu4sw.cpp: Correct game names (nw) ClawGrip2019-02-271-17/+17
* | (nw) housekeeping Robbbert2019-02-271-0/+1
* | Fix year & compile (nw) arbee2019-02-261-2/+2
* | doh (nw) arbee2019-02-261-0/+85
* | New machines added as MACHINE_NOT_WORKING arbee2019-02-261-0/+3
* | fidel_card: scanner probably "sees" white if no card inserted (nw) hap2019-02-271-6/+5
|/
* Machines promoted to working hap2019-02-263-27/+762
* actfancr - kill some old inaccurate comments too NW bmcphail2019-02-261-8/+1
* bac06 - fix wide mode used by Act Fancer NW bmcphail2019-02-261-1/+4
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-02-26183-3173/+3179
* i386: correct error in previous change (nw) yz70s2019-02-261-2/+2
* a2eauxslot: Fix regression by not nullifying slot pointer in device_start (nw) AJR2019-02-262-8/+7
* decbac06: small cleanup (nw) hap2019-02-261-59/+56
* remove some unnneeded void* cast (nw) hap2019-02-268-57/+57
* bus/x68k: Use object finder to get at CPU address space (nw) AJR2019-02-266-13/+15
* Merge branch 'master' of https://github.com/mamedev/mame bmcphail2019-02-261-9/+41
|\
| * gdrom: security commands docs MetalliC2019-02-261-9/+41
* | Bac06 - remove camel case, remove mapping hack in favour of tilemap.h change NW bmcphail2019-02-262-9/+15
|/
* nubus: Use required_address_space rather than old-style CPU lookup (nw) AJR2019-02-263-37/+30
* mips1: fpu emulation Patrick Mackinlay2019-02-264-732/+1359
* rx2030: networking hack (nw) Patrick Mackinlay2019-02-262-8/+31
* at_keybc: move rom from driver (nw) Patrick Mackinlay2019-02-261-0/+2
* i386: preparations to add the athlon xp cache (nw) yz70s2019-02-265-30/+49
* Copy/paste mistake (nw) AJR2019-02-261-2/+2
* bus/interpro/sr: Replace CPU finder with required_address_space (nw) AJR2019-02-263-25/+20
* bus/ep64: Use required_address_space instead of specific device finder (nw) AJR2019-02-263-15/+11
* bus/a2bus/a2eauxslot: Sanitize configuration (nw) AJR2019-02-256-28/+15
* bus/apricot/expansion: Replace CPU finders with address space finders (nw) AJR2019-02-253-37/+19
* bus/a1bus, bus/a2bus/a2eauxslot: Replace CPU finder with required_address_spa... AJR2019-02-258-14/+15
* bus/hp_dio: Replace CPU finder with required_address_space (nw) AJR2019-02-257-19/+16
* Merge branch 'master' of https://github.com/mamedev/mame Peter Ferrie2019-02-25617-8314/+8408
|\
| * bus/acorn: Replace CPU finder with required_address_space (nw) AJR2019-02-254-10/+10