summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-2031-66/+94
* model1io: Redumped epr14869b.25 used by Virtua Fighter [Phil Bennett] Dirk Best2018-05-191-1/+1
* leland: split out ataxx-specific stuff from base state class - really needs m... Vas Crabb2018-05-191-16/+18
* diexec: Interrupt API changes (nw) AJR2018-05-1830-42/+42
* dc-ctrl.cpp: refactor/renaming common device settings (nw) angelosa2018-05-182-17/+27
* dc-ctrl.cpp: fixed dreamcast controller id values in fixed_status, makes it p... angelosa2018-05-181-14/+12
* dc-ctrl.cpp: better encapsulation/inheritance (nw) angelosa2018-05-172-105/+73
* dc-ctrl.cpp: preliminary keyboard emulation, hooked up to The Typing of the D... angelosa2018-05-173-0/+172
* leland.cpp cleanups (#3519) cam9002018-05-171-42/+32
* model1io2: Move ROM from driver to device (nw) Dirk Best2018-05-172-0/+26
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-1669-305/+308
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-1669-308/+305
* model1: Emulate the I/O board used by Wing War and Netmerc Dirk Best2018-05-163-2/+517
* Eliminate remaining non-diexec PULSE_LINE hacks and disable some side effects... AJR2018-05-151-3/+0
* Start killing off non-diexec PULSE_LINE hacks (nw) AJR2018-05-152-5/+8
* interpro: wip checkpoint (nw) (#3573) Patrick Mackinlay2018-05-152-77/+76
* there's a key for that now (nw) Vas Crabb2018-05-151-3/+4
* proposal: move z80daisy* to devices/machine (#3572) Patrick Mackinlay2018-05-153-3/+3
* seicopbl.cpp: not making sense lalala (nw) angelosa2018-05-142-15/+43
* seicupbl.cpp: pri 1 is 0xfff0 not 0xfffc (nw) angelosa2018-05-141-1/+1
* seicopbl.cpp: 5105 / 5905 (nw) angelosa2018-05-141-2/+22
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-1510-7/+18
* interpro: install slotified mouse (nw) Patrick Mackinlay2018-05-142-73/+8
* tatsumi.cpp : Reduce runtime tag lookups, Fix region tags, Move CLUT'… (#3561) cam9002018-05-131-4/+3
* seicopbl.cpp: more fixes (nw) angelosa2018-05-131-14/+83
* konppc.cpp: Use device finders and eliminate machine().device(tag) (nw) AJR2018-05-132-17/+17
* konppc.cpp: Who Do? Part II: Electric Boogaloo (nw) AJR2018-05-132-16/+16
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-1382-618/+536
* Eliminate some explicit device tag lookups (nw) AJR2018-05-132-1/+3
* Renamed seicop.* -> seicopbl.*, fixes some bogus references (nw) angelosa2018-05-132-8/+5
* seicopbl.cpp: 0905 (jump around!) (nw) angelosa2018-05-132-1/+53
* cit101: Fix a few key names (nw) AJR2018-05-111-5/+5
* Make "Keypad ," and "Keypad =" standard keys AJR2018-05-115-7/+7
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-117-14/+14
* rf5c68.cpp Updates, etc (#3515) cam9002018-05-113-12/+20
* pgm.cpp : Correct metadata related to title screen (#3538) cam9002018-05-114-2/+30
* cit101: Add last few control characters to keyboard (nw) AJR2018-05-091-7/+9
* aerofgt.cpp: change non-US karatblz sets to have normal + normal difficulty a... angelosa2018-05-091-3/+6
* (nw) remove more low-value macros and add a couple more constructor options Vas Crabb2018-05-102-3/+2
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-0921-22/+26
* blmbycar.cpp: added opt and pot wheel input schemes [Angelo Salese] angelosa2018-05-091-0/+1
* 315_5338a: Improve and clean up Dirk Best2018-05-082-88/+72
* kc.cpp: Use required_device_array (nw) AJR2018-05-071-4/+0
* Add support for custom device constructors when replacing devices. Vas Crabb2018-05-083-8/+6
* (nw) checkpoint since Midway SSIO sound is fixed - periodic interrupt doesn't... Vas Crabb2018-05-071-1/+1
* ppu2c0x family: Make palette internal to device AJR2018-05-063-20/+9
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-0681-925/+925
* cit101: Somewhat major improvements AJR2018-05-042-0/+370
* asteroid, astdelux: Add cocktail configuration that flips screen for 2nd player AJR2018-05-031-0/+8
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-047-30/+34