summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bump.mame0139u2 Aaron Giles2010-08-3013-44/+44
* Fix current code linking (no whatsnew) Miodrag Milanovic2010-08-282-2/+2
* Reverting until I can figure out what's up. Ryan Holtz2010-08-282-42/+8
* Fix for class derivation issues brought about by pain meds. No whatsnew. Ryan Holtz2010-08-282-3/+8
* Correcting device names. No whatsnew. Ryan Holtz2010-08-2815-98/+82
* Updated the K033906 PCI Bridge device to no longer be legacy. [Harmony] Ryan Holtz2010-08-287-321/+374
* Similar issue as with ins8154. No whatsnew. Ryan Holtz2010-08-271-1/+4
* Turns out those 'redundant' NULL checks were there for a reason. Balls. No ... Ryan Holtz2010-08-271-4/+16
* Killing debug text. No whatsnew. Ryan Holtz2010-08-271-19/+0
* Updated the PCI bus device so that PCI buses can be arranged in a tree like i... Fabio Priuli2010-08-272-8/+83
* Updated the INS 8154 RAM I/O device to no longer be legacy. [Harmony] Ryan Holtz2010-08-273-153/+227
* Updated the i8243 Port Expander device to no longer be legacy. [Harmony] Ryan Holtz2010-08-272-123/+168
* Updated the Fairchild F3853 SMI device to no longer be legacy. [Harmony] Ryan Holtz2010-08-272-173/+315
* Updated the Dallas DS2404 RTC device to no longer be legacy. [Harmony] Ryan Holtz2010-08-272-185/+403
* Updated the Dallas DS1302 RTC device to no longer be legacy. [Harmony] Ryan Holtz2010-08-272-114/+198
* Revert of r10129 as it does not compile. I failed to buildtest this external... Scott Stone2010-08-272-83/+8
* Updated the i8257 DMA device to no longer be legacy. [Harmony] Ryan Holtz2010-08-264-245/+353
* Updated the PCI bus device so that PCI buses can be arranged in a tree like i... Scott Stone2010-08-262-8/+83
* Updated the 8255 PPI device to no longer be legacy. [Harmony] Ryan Holtz2010-08-262-308/+445
* Updated the i8237 DMA device to no longer be legacy. [Harmony] Ryan Holtz2010-08-262-344/+461
* De-converted MACHINE_DRIVER from tokens back to constructor functions, regaining Aaron Giles2010-08-267-97/+121
* Updated the PTM 6840 device to no longer be legacy. [Harmony] Ryan Holtz2010-08-264-376/+519
* Updated the ACIA 6850 device to no longer be legacy. [Harmony] Ryan Holtz2010-08-262-418/+483
* Corrected some comments in 6821pia.h, no whatsnew Ryan Holtz2010-08-261-12/+11
* Added a set of macros to minimize the amount of copy/pasting necessary to con... Ryan Holtz2010-08-261-0/+43
* timekpr fix for gradius4 crash and likely others. No whatsnew. Ryan Holtz2010-08-251-0/+12
* 6255via: added support for shift mode 5 (shift out under T2 control) [Miodrag... Miodrag Milanovic2010-08-251-2/+15
* The previous fix didn't work but this does. Tested working with both carpolo ... Phil Bennett2010-08-251-5/+6
* Prospective fix for Phil's carpolo crash, which I'm not getting. No whatsnew. Ryan Holtz2010-08-251-2/+5
* Prospective fix for Phil's r2dtank crash, which I'm not getting. No whatsnew. Ryan Holtz2010-08-251-6/+50
* Keep MSVC and me happy :) (no whatsnew) Phil Bennett2010-08-252-205/+205
* Updated the M48T02, M48T35, M48T58 and MK48T08 devices to no longer be legacy... Ryan Holtz2010-08-252-380/+566
* Some cleanup in 6821pia.c and a fix for NULL timer callbacks in 6522via.c. d... Ryan Holtz2010-08-252-114/+30
* Updated the 6526 CIA device to no longer be legacy. [Harmony] Ryan Holtz2010-08-254-579/+667
* Correcting some more bugs in 6821pia and 6522via, zookeep works again. No wh... Ryan Holtz2010-08-242-80/+59
* Fixed 6821pia and 7474, fixes for 6522via incoming. carpolo now works again.... Ryan Holtz2010-08-243-30/+107
* i2cmem.c: Removed m_page_size member from i2cmem_device to use m_page_size fr... Wilbert Pol2010-08-242-9/+8
* Implemented missing read/write handlers in 6522via.c (no whatsnew) Miodrag Milanovic2010-08-241-0/+30
* Updated VIA 6522 to generate interrupt on T2 Pulse counting mode too, accordi... Miodrag Milanovic2010-08-231-0/+2
* Updated the 74123 device to no longer be legacy. [Harmony] Ryan Holtz2010-08-232-163/+305
* Updated the 6821 PIA device to no longer be legacy. [Harmony] Ryan Holtz2010-08-232-555/+835
* Updated the 6532 RIOT device to no longer be legacy. [Harmony] Ryan Holtz2010-08-232-229/+385
* typo fix fix, no whatsnew Ryan Holtz2010-08-221-1/+1
* corrected some typos, no whatsnew Ryan Holtz2010-08-222-3/+3
* Updated the 6522 VIA device to no longer be legacy. [Harmony] Ryan Holtz2010-08-222-564/+714
* Updated the 7474 device to no longer be legacy. [Harmony] Ryan Holtz2010-08-222-117/+264
* Z80DART changes: [Curt Coder] Curt Coder2010-08-222-216/+286
* Expanded the Z80-DART interface to allow future implementation of Z80-SIO fea... Curt Coder2010-08-212-17/+121
* Clear Z80 DART interrupts at constructor time. [Curt Coder] Curt Coder2010-08-201-0/+2
* 03881: minefld, rescue, aponow: Hangs at Post [Phil Bennett] Phil Bennett2010-08-191-19/+20