summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine (follow)
Commit message (Expand)AuthorAgeFilesLines
* srcclean (nw) Vas Crabb2018-05-2714-191/+191
* exidy440.cpp, vertigo.cpp: Improve encapsulation for audio device AJR2018-05-261-4/+3
* vsnes: device_finder cleanup. (nw) Ryan Holtz2018-05-261-5/+5
* sms: device finder. (nw) Ryan Holtz2018-05-261-59/+40
* model2io2: Support Virtua Cop Dirk Best2018-05-262-39/+131
* sega_315_5250: Interrupt callback modernization (nw) AJR2018-05-252-28/+77
* williams.cpp: Clean up scanline timers (nw) AJR2018-05-251-82/+18
* remove many mainly PCI-related MCFG macros in favour of constructor Vas Crabb2018-05-256-85/+61
* poly.cpp: Use original encrypted ROMs, and decrypt. Nigel Barnes2018-05-251-0/+259
* i8275: Fix underline-related row blanking; clean up a few more drivers (nw) AJR2018-05-231-2/+0
* partner: Restore underline cursor (nw) AJR2018-05-231-2/+0
* Fix cdi regression, nw Ryan Holtz2018-05-232-3/+1
* Uncrappify voodoo pci devices transfert. Fix some paths on midwayic. (nw) Olivier Galibert2018-05-221-2/+2
* Separate state class for CPS2 (nw) AJR2018-05-221-1/+1
* cdi: Use device finders instead of machine().device, plus some driver_device ... Ryan Holtz2018-05-226-82/+115
* at:eop for second dmac (nw) cracyc2018-05-211-1/+6
* voodoo: Use device finders instead of machine().device (nw) Ryan Holtz2018-05-214-50/+29
* Some cleanup on #3592 (nw) Vas Crabb2018-05-214-9/+9
* mhavoc.cpp: Use device finder for TMS5220 (nw) AJR2018-05-211-5/+2
* suprnova.cpp, playch10.cpp: Eliminate machine().device (nw) AJR2018-05-211-23/+23
* sms.cpp: Get rid of driver inits; hopefully fix output finder problem (nw) AJR2018-05-211-83/+14
* Fix some of the (many) errors from 2beba4ce73fad917c7159a39939bace54f76494b (nw) AJR2018-05-212-0/+4
* special.cpp: Use some more finder arrays (nw) AJR2018-05-201-40/+25
* model1io: Various updates Dirk Best2018-05-202-34/+32
* 315_5338a: Rename ports to match other Sega I/O devices Dirk Best2018-05-205-62/+62
* 315_5649: Move index parameter into template Dirk Best2018-05-201-36/+36
* 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