summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine (follow)
Commit message (Expand)AuthorAgeFilesLines
* midwayic: Block register updates until unlocked. (nw) Ted Green2017-04-221-7/+11
* segas32.cpp: Input modernization, phase 2 AJR2017-04-211-0/+3
* xbox: re-enable new pci since crash should be fixed (nw) yz70s2017-04-211-25/+12
* cleaner mac fix (nw) arbee2017-04-201-9/+16
* xbox: temporarily disable new pci until crash is fixed (nw) yz70s2017-04-201-1/+3
* Revert most of previous fix, instead change VIA6522 to work better. (nw) arbee2017-04-192-23/+11
* Merge branch 'master' of https://github.com/mamedev/mame arbee2017-04-191-5/+5
|\
| * jvs13551: Remove identical second halves of overdumped MCU PROMs AJR2017-04-191-5/+5
* | mac: fix major 0.183 regression in Mac II series [R. Belmont] arbee2017-04-192-15/+27
|/
* Fixes for validation errors (nw) Scott Stone2017-04-191-12/+12
* xbox: first step in removing the legacy pci system in favor of the new one (nw) yz70s2017-04-191-4/+333
* segas32.cpp: Input modernization, phase 1 AJR2017-04-171-10/+0
* dgnbeta: Added software list with OS-9 system and apps Nigel Barnes2017-04-171-47/+42
* chihiro: usb is always enabled now, remove unused parts (nw) yz70s2017-04-151-3/+3
* Add VS9209 I/O device for various Video System games AJR2017-04-152-0/+259
* small batch of anonymous timers removal (nw) Ivan Vangelista2017-04-141-1/+3
* more anonymous timers work (nw) Ivan Vangelista2017-04-131-1/+1
* Add TMP90PH44 device type for Sega 837-13551 I/O Board (nw) AJR2017-04-122-1/+13
* namcofl.cpp: killed anonymous timers, moved to configured banking, added save... Ivan Vangelista2017-04-121-90/+61
* amiga.cpp: killed anonymous timer, hooked amigaaga_flop software list to the ... Ivan Vangelista2017-04-111-2/+3
* cyclwarr, bigfight: Read inputs through CXD1095 device AJR2017-04-111-8/+2
* Refactored 74715 to one device layout. Removed subdevice. (nw) couriersud2017-04-091-1/+1
* bbc: the direct update handler is supposed not to be useful anymore [N. Barne... Olivier Galibert2017-03-311-61/+0
* ti8*: remove the gross boot hack, break the driver, don't give a shit [O. Gal... Olivier Galibert2017-03-311-17/+0
* volfied.cpp: removed prefixes, used timer_alloc instead of timer_set (nw) Ivan Vangelista2017-03-301-14/+15
* [CoCo] Further cleanups in CoCo cartridge slot signal handling Nathan Woods2017-03-191-1/+1
* Added serial input Ted Green2017-03-171-9/+33
* intvkbd: Fix Coverity CID159973, Structurally dead code. Was an obvious copy-... MooglyGuy2017-03-171-1/+1
* Merge pull request #2128 from ajrhacker/screen_vblank_devcb R. Belmont2017-03-154-8/+8
|\
| * Convert screen_device VBLANK callback to devcb_write_line AJR2017-03-104-8/+8
* | Merge pull request #2142 from shattered/_9a6d02f R. Belmont2017-03-152-379/+0
|\ \
| * | ie15: convert to a device with frontends (standalone driver and rs232 slot de... Sergey Svishchev2017-03-132-379/+0
| |/
* | Merge pull request #2143 from shattered/_c58e526 R. Belmont2017-03-141-96/+96
|\ \
| * | dec_lk201: add PORT_CHAR/PORT_CODE where missing Sergey Svishchev2017-03-131-96/+96
| |/
* | n64 - Flush RSP drc cache when SP DMA changes IMEM Happy2017-03-131-0/+4
* | n64 - Add short delay between RDP full sync and DP interrupt Happy2017-03-131-7/+11
|/
* Fix debug commands in drivers and devices (nw) AJR2017-03-034-87/+87
* Device validation fixes: all the rest (nw) AJR2017-03-031-3/+3
* Device validation fixes: Galaxy Games, Midway, Sega, DECO (nw) AJR2017-03-033-11/+4
* Device validation fixes, invalid characters department (nw) AJR2017-03-031-2/+2
* segacrpt_device: Device cleanup [O. Galibert] Olivier Galibert2017-03-032-30/+28
* more validation fixes (nw) Vas Crabb2017-03-041-3/+3
* segacrp2_device: Device cleanup [O. Galibert] Olivier Galibert2017-03-032-15/+13
* fd1089, fd1094: Device cleanup [O. Galibert] Olivier Galibert2017-03-032-2/+2
* ns10crypt: Device cleanup [O. Galibert] Olivier Galibert2017-03-032-19/+18
* Make device_image_interface::update_names a private method called automatical... AJR2017-03-0315-87/+1
* Image instance name refactoring and bug fixing (nw) AJR2017-03-024-3/+5
* debugger_access: Refactor [O. Galibert] Olivier Galibert2017-03-0214-64/+59
* ti85.cpp: Convert TI-8x link port to a bus with emulated peripherals, should ... Vas Crabb2017-03-011-38/+65
* Self-registering devices prep: Vas Crabb2017-02-27229-408/+463