| Commit message (Expand) | Author | Age | Files | Lines |
| * | Cleanups and version bumpmame0142u3 |  Angelo Salese | 2011-05-08 | 64 | -343/+343 |
| * | Compile fix for kFreeBSD [Christian Marillat] |  R. Belmont | 2011-05-08 | 1 | -1/+1 |
| * | More Multifish |  Angelo Salese | 2011-05-08 | 2 | -6/+23 |
| * | - Removed difference between handling driver and device address maps |  Miodrag Milanovic | 2011-05-08 | 5 | -77/+67 |
| * | superwng.c - removed use of deprecat.h |  Tomasz Slanina | 2011-05-08 | 1 | -2/+1 |
| * | New games added or promoted from NOT_WORKING status |  Tomasz Slanina | 2011-05-08 | 4 | -0/+525 |
| * | Readd multifish missing (no whatsnew) |  Scott Stone | 2011-05-08 | 2 | -8/+8 |
| * | DEVICE_SELF_OWNER->DEVICE_SELF |  smf- | 2011-05-08 | 2 | -23/+23 |
| * | reapplied change until someone can actually explain where it causes a problem. |  smf- | 2011-05-08 | 3 | -5/+5 |
| * | Haze: fixed daisenpu regression, nw |  Angelo Salese | 2011-05-08 | 1 | -2/+2 |
| * | Reverting back addrmap changes and adding AM_SUBDEVICE macro to help addressi... |  Miodrag Milanovic | 2011-05-08 | 3 | -5/+5 |
| * | Fix for ppan (m92.c) from AWJ - no whatsnew |  Scott Stone | 2011-05-08 | 1 | -1/+18 |
| * | chdman: Handle track type 6 in .nrg files [R. Belmont] |  R. Belmont | 2011-05-07 | 1 | -4/+9 |
| * | Bulk replace Maina -> Mania |  Angelo Salese | 2011-05-07 | 2 | -5/+5 |
| * | Boot patches, nw |  Angelo Salese | 2011-05-07 | 1 | -19/+11 |
| * | new NOT WORKING games |  Angelo Salese | 2011-05-07 | 2 | -9/+100 |
| * | Fixed missing sprite regression in the Wiz driver [Angelo Salese] |  Angelo Salese | 2011-05-07 | 2 | -3/+19 |
| * | Clean-ups |  Angelo Salese | 2011-05-07 | 2 | -26/+1 |
| * | Converted Ginga Ninkyouden to use proper 6840 PTM device [Angelo Salese] |  Angelo Salese | 2011-05-07 | 1 | -91/+29 |
| * | Commented setnames and routines needed by them until such time that the romse... |  Scott Stone | 2011-05-07 | 3 | -48/+49 |
| * | Fix compile |  Angelo Salese | 2011-05-07 | 1 | -7/+0 |
| * | Various Irem M92 / M107 fixes [Alex Jackson] |  Angelo Salese | 2011-05-07 | 5 | -469/+282 |
| * | Moved some devices back to MESS since they belong there and are not used by a... |  Miodrag Milanovic | 2011-05-07 | 10 | -4805/+13 |
| * | Fix issues with define of logerror (no whatsnew) |  Miodrag Milanovic | 2011-05-07 | 19 | -178/+171 |
| * | formats lib - Removed some core dependency, put back asserts and made logging... |  Miodrag Milanovic | 2011-05-07 | 7 | -13/+24 |
| * | optimised device removal & prevent accessing removed devices |  smf- | 2011-05-07 | 1 | -6/+9 |
| * | Added support for default NVRAM in MCCS1850. [Curt Coder] |  Curt Coder | 2011-05-07 | 1 | -2/+8 |
| * | fixed building non debug with visual studio 2010, it wants a virtual destruct... |  smf- | 2011-05-07 | 1 | -3/+3 |
| * | fixed potentially uninitialised variable warning building with visual studio ... |  smf- | 2011-05-07 | 1 | -2/+4 |
| * | "You have taken your first step into a larger world." ―Obi-Wan Kenobi |  smf- | 2011-05-06 | 19 | -581/+742 |
| * | moved aescart to machine, same as it is for other cart devices for nes and ms... |  Miodrag Milanovic | 2011-05-06 | 5 | -6/+4 |
| * | Moved format handling and all formats to separate library [Miodrag Milanovic] |  Miodrag Milanovic | 2011-05-06 | 146 | -99/+18541 |
| * | Hooked up proper sound program in Combat School bootleg [Angelo Salese] |  Angelo Salese | 2011-05-06 | 1 | -24/+47 |
| * | More porting ... |  Angelo Salese | 2011-05-06 | 73 | -41/+51964 |
| * | Moved centronics device to proper location (no whatsnew) |  Miodrag Milanovic | 2011-05-06 | 5 | -3/+3 |
| * | Ported DC, SMS and SG1000 to main folder, nw |  Angelo Salese | 2011-05-06 | 27 | -0/+14059 |
| * | srcclean.c: srcclean should remove invalid chars only for source files which ... |  Fabio Priuli | 2011-05-05 | 1 | -3/+4 |
| * | 6840ptm.c: Fixed mode check in set_gate() [J Wallace] |  Phil Bennett | 2011-05-05 | 1 | -1/+1 |
| * | MT 04320: Many sets in mpu4drvr.c: Crash: Integer Divide by Zero [J Wallace] |  Phil Bennett | 2011-05-05 | 3 | -59/+173 |
| * | Added 0xE3 command to idectrl, ATAPI identify should not work for hard disk, ... |  Miodrag Milanovic | 2011-05-05 | 1 | -2/+15 |
| * | Updated idectrl to react on IDE_COMMAND_ATAPI_IDENTIFY it is returning same c... |  Miodrag Milanovic | 2011-05-05 | 1 | -0/+1 |
| * | More Seta ... improves Visco Roulette |  Angelo Salese | 2011-05-05 | 6 | -84/+460 |
| * | Support for dynamic devices added to the core. [Miodrag Milanovic] |  Miodrag Milanovic | 2011-05-05 | 2 | -0/+54 |
| * | Added UI menu support for slot devices (no whatsnew) |  Miodrag Milanovic | 2011-05-05 | 1 | -0/+127 |
| * | 01893: mk4: MK4 hangs in demo mode after about 5 mins/matches. [Phil Bennett] |  Phil Bennett | 2011-05-05 | 1 | -1/+1 |
| * | Attach gamedrv's input ports to the driver_device, so that there's |  Aaron Giles | 2011-05-05 | 6 | -21/+15 |
| * | Fixed devcb regression. (nw) |  Curt Coder | 2011-05-05 | 2 | -0/+10 |
| * | Coding convention cleanup. |  Aaron Giles | 2011-05-05 | 2 | -16/+11 |
| * | Remove legacy trampolines in the 7474 device and fix |  Aaron Giles | 2011-05-05 | 8 | -187/+149 |
| * | Fix missed unresolved callback case in m6803. |  Aaron Giles | 2011-05-05 | 1 | -0/+5 |