| Commit message (Expand) | Author | Age | Files | Lines |
| * | Cleanups and version bump.mame0139u2 |  Aaron Giles | 2010-08-30 | 52 | -442/+442 |
| * | Fix current code linking (no whatsnew) |  Miodrag Milanovic | 2010-08-28 | 2 | -2/+2 |
| * | Reverting until I can figure out what's up. |  Ryan Holtz | 2010-08-28 | 2 | -42/+8 |
| * | Fix for class derivation issues brought about by pain meds. No whatsnew. |  Ryan Holtz | 2010-08-28 | 2 | -3/+8 |
| * | Correcting device names. No whatsnew. |  Ryan Holtz | 2010-08-28 | 15 | -98/+82 |
| * | Updated the K033906 PCI Bridge device to no longer be legacy. [Harmony] |  Ryan Holtz | 2010-08-28 | 7 | -321/+374 |
| * | Bored about this message ... |  Angelo Salese | 2010-08-27 | 1 | -1/+1 |
| * | Similar issue as with ins8154. No whatsnew. |  Ryan Holtz | 2010-08-27 | 1 | -1/+4 |
| * | Turns out those 'redundant' NULL checks were there for a reason. Balls. No ... |  Ryan Holtz | 2010-08-27 | 1 | -4/+16 |
| * | Killing debug text. No whatsnew. |  Ryan Holtz | 2010-08-27 | 1 | -19/+0 |
| * | m6800 - Fixed initial state of bit 7 and 6 of flag registers (according to do... |  Miodrag Milanovic | 2010-08-27 | 3 | -1439/+7 |
| * | Updated the PCI bus device so that PCI buses can be arranged in a tree like i... |  Fabio Priuli | 2010-08-27 | 2 | -8/+83 |
| * | Updated the INS 8154 RAM I/O device to no longer be legacy. [Harmony] |  Ryan Holtz | 2010-08-27 | 3 | -153/+227 |
| * | Updated the i8243 Port Expander device to no longer be legacy. [Harmony] |  Ryan Holtz | 2010-08-27 | 2 | -123/+168 |
| * | Updated the Fairchild F3853 SMI device to no longer be legacy. [Harmony] |  Ryan Holtz | 2010-08-27 | 2 | -173/+315 |
| * | Updated the Dallas DS2404 RTC device to no longer be legacy. [Harmony] |  Ryan Holtz | 2010-08-27 | 2 | -185/+403 |
| * | Updated the Dallas DS1302 RTC device to no longer be legacy. [Harmony] |  Ryan Holtz | 2010-08-27 | 2 | -114/+198 |
| * | Revert of r10129 as it does not compile. I failed to buildtest this external... |  Scott Stone | 2010-08-27 | 2 | -83/+8 |
| * | Updated the i8257 DMA device to no longer be legacy. [Harmony] |  Ryan Holtz | 2010-08-26 | 4 | -245/+353 |
| * | Fixed broken error.log offsets |  Angelo Salese | 2010-08-26 | 1 | -47/+47 |
| * | Updated the PCI bus device so that PCI buses can be arranged in a tree like i... |  Scott Stone | 2010-08-26 | 2 | -8/+83 |
| * | Updated the 8255 PPI device to no longer be legacy. [Harmony] |  Ryan Holtz | 2010-08-26 | 2 | -308/+445 |
| * | Updated the i8237 DMA device to no longer be legacy. [Harmony] |  Ryan Holtz | 2010-08-26 | 2 | -344/+461 |
| * | For legacy CPUs, track whether we have initialized, and if we haven't, |  Aaron Giles | 2010-08-26 | 2 | -2/+5 |
| * | De-converted MACHINE_DRIVER from tokens back to constructor functions, regaining |  Aaron Giles | 2010-08-26 | 32 | -968/+737 |
| * | Updated the PTM 6840 device to no longer be legacy. [Harmony] |  Ryan Holtz | 2010-08-26 | 4 | -376/+519 |
| * | Updated the ACIA 6850 device to no longer be legacy. [Harmony] |  Ryan Holtz | 2010-08-26 | 2 | -418/+483 |
| * | Corrected some comments in 6821pia.h, no whatsnew |  Ryan Holtz | 2010-08-26 | 1 | -12/+11 |
| * | Added a set of macros to minimize the amount of copy/pasting necessary to con... |  Ryan Holtz | 2010-08-26 | 1 | -0/+43 |
| * | timekpr fix for gradius4 crash and likely others. No whatsnew. |  Ryan Holtz | 2010-08-25 | 1 | -0/+12 |
| * | Ok, I think the old logic did work, but I renamed the methods so that |  Aaron Giles | 2010-08-25 | 1 | -5/+6 |
| * | memory.c: Fixed numerous games broken with 'memory_set_decrypted_region found... |  Phil Bennett | 2010-08-25 | 1 | -1/+1 |
| * | 6255via: added support for shift mode 5 (shift out under T2 control) [Miodrag... |  Miodrag Milanovic | 2010-08-25 | 1 | -2/+15 |
| * | The previous fix didn't work but this does. Tested working with both carpolo ... |  Phil Bennett | 2010-08-25 | 1 | -5/+6 |
| * | Prospective fix for Phil's carpolo crash, which I'm not getting. No whatsnew. |  Ryan Holtz | 2010-08-25 | 1 | -2/+5 |
| * | Prospective fix for Phil's r2dtank crash, which I'm not getting. No whatsnew. |  Ryan Holtz | 2010-08-25 | 1 | -6/+50 |
| * | Keep MSVC and me happy :) (no whatsnew) |  Phil Bennett | 2010-08-25 | 2 | -205/+205 |
| * | Updated the M48T02, M48T35, M48T58 and MK48T08 devices to no longer be legacy... |  Ryan Holtz | 2010-08-25 | 2 | -380/+566 |
| * | Some cleanup in 6821pia.c and a fix for NULL timer callbacks in 6522via.c. d... |  Ryan Holtz | 2010-08-25 | 2 | -114/+30 |
| * | Updated the 6526 CIA device to no longer be legacy. [Harmony] |  Ryan Holtz | 2010-08-25 | 4 | -579/+667 |
| * | Correcting some more bugs in 6821pia and 6522via, zookeep works again. No wh... |  Ryan Holtz | 2010-08-24 | 2 | -80/+59 |
| * | Fixed 6821pia and 7474, fixes for 6522via incoming. carpolo now works again.... |  Ryan Holtz | 2010-08-24 | 3 | -30/+107 |
| * | Fixed TMS340x0 disassembly view (no whatsnew) |  Phil Bennett | 2010-08-24 | 1 | -1/+1 |
| * | Last watchpoint fix was not complete. |  Aaron Giles | 2010-08-24 | 1 | -6/+6 |
| * | making all softwarelist devices to appear in the listxml output (no mention n... |  Fabio Priuli | 2010-08-24 | 1 | -3/+5 |
| * | i2cmem.c: Removed m_page_size member from i2cmem_device to use m_page_size fr... |  Wilbert Pol | 2010-08-24 | 2 | -9/+8 |
| * | Implemented missing read/write handlers in 6522via.c (no whatsnew) |  Miodrag Milanovic | 2010-08-24 | 1 | -0/+30 |
| * | Fixed compile when there is just SYMBOLS=1 (and not PROFILER=1 or DEBUG=1 whi... |  Miodrag Milanovic | 2010-08-24 | 1 | -5/+1 |
| * | Updated VIA 6522 to generate interrupt on T2 Pulse counting mode too, accordi... |  Miodrag Milanovic | 2010-08-23 | 1 | -0/+2 |
| * | Silenced MSVC warnings. (no whatsnew) |  Curt Coder | 2010-08-23 | 1 | -12/+12 |