| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | even though the game attract mode says "DATSUN 280 ZZZAP", it was known as "2... |  Michaël Banaan Ananas | 2012-10-05 | 1 | -3/+3 |
* | FIREBIRD - fixed display |  Robbbert | 2012-10-04 | 2 | -67/+64 |
* | mos6526: Implemented a nearly cycle-exact "old" CIA, which passes most of the... |  Curt Coder | 2012-10-04 | 29 | -335/+1675 |
* | added support for savestates |  Michaël Banaan Ananas | 2012-10-04 | 3 | -93/+106 |
* | (MESS) Cleanup. (nw) |  Curt Coder | 2012-10-04 | 3 | -4/+5 |
* | be verbose about robokid motion error |  Michaël Banaan Ananas | 2012-10-04 | 3 | -65/+72 |
* | Fix for describe_context (no whatsnew) |  Miodrag Milanovic | 2012-10-04 | 1 | -1/+1 |
* | created new base class for scsi devices which scsihle derives from (nw) |  smf- | 2012-10-04 | 5 | -6/+41 |
* | changed description (nw) |  smf- | 2012-10-04 | 2 | -2/+2 |
* | renamed scsidev to scsihle (nw) |  smf- | 2012-10-04 | 29 | -81/+81 |
* | (MESS) Moved 8514/A and Mach8 implementations to separate devices. |  mahlemiut | 2012-10-04 | 6 | -417/+551 |
* | Fix for regressions (no whatsnew) |  Miodrag Milanovic | 2012-10-04 | 3 | -5/+5 |
* | some megacd refactoring by Haze (no whatsnew) |  Miodrag Milanovic | 2012-10-04 | 6 | -868/+988 |
* | (MESS) snes.c: fixed SRAM issues. [Fabio Priuli] |  Fabio Priuli | 2012-10-04 | 1 | -8/+8 |
* | Experimental collision detection from Haze, nw |  Angelo Salese | 2012-10-04 | 1 | -25/+14 |
* | [MESS] Clean up printf spam from drivers not in active development. (nw) |  Scott Stone | 2012-10-04 | 3 | -5/+5 |
* | MT 05024 workaround |  Michaël Banaan Ananas | 2012-10-03 | 2 | -3/+28 |
* | small cleanup |  Michaël Banaan Ananas | 2012-10-03 | 3 | -116/+104 |
* | FIREBIRD - more wip |  Robbbert | 2012-10-03 | 3 | -6/+241 |
* | removed some more expressions which are always true/false (no whatsnew) |  Oliver Stöneberg | 2012-10-03 | 9 | -17/+16 |
* | fixed define usage in src/mame/drivers/igspoker.c (no whatsnew) |  Oliver Stöneberg | 2012-10-03 | 1 | -3/+3 |
* | removed some expressions which are always true (no whatsnew) |  Oliver Stöneberg | 2012-10-03 | 5 | -15/+14 |
* | Some DC cleanup (no whatsnew) |  Miodrag Milanovic | 2012-10-03 | 4 | -58/+70 |
* | some cleanup (nw) |  Miodrag Milanovic | 2012-10-03 | 9 | -222/+164 |
* | ups (nw) |  Miodrag Milanovic | 2012-10-03 | 1 | -2/+2 |
* | cleanup (nw) |  Miodrag Milanovic | 2012-10-03 | 2 | -357/+16 |
* | Moved handling of quad pokey into drivers as asked (no whatsnew) |  Miodrag Milanovic | 2012-10-03 | 8 | -37/+63 |
* | modernization and cleanup of x68k (no whatsnew) |  Miodrag Milanovic | 2012-10-03 | 3 | -666/+658 |
* | Minor cleanup (no whatsnew) |  Miodrag Milanovic | 2012-10-03 | 6 | -832/+20 |
* | Rename driver state classes to have _state in their names (no whatsnew) |  Miodrag Milanovic | 2012-10-03 | 5 | -334/+334 |
* | Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) |  Miodrag Milanovic | 2012-10-03 | 181 | -2957/+2952 |
* | Fixed regressions (no whatsnew) |  Miodrag Milanovic | 2012-10-03 | 5 | -5/+5 |
* | Notes |  Angelo Salese | 2012-10-03 | 2 | -1/+3 |
* | Cleaned up gfx ROM reading, nw |  Angelo Salese | 2012-10-03 | 2 | -14/+5 |
* | Added irq ack to Shanghai 3 HW [Angelo Salese] |  Angelo Salese | 2012-10-03 | 2 | -19/+32 |
* | Dangan -> Dangun, nw |  Angelo Salese | 2012-10-02 | 1 | -9/+9 |
* | fix dkong3 crash |  Michaël Banaan Ananas | 2012-10-02 | 2 | -20/+7 |
* | (MESS) a2600: Changed some more c functions into members. (nw) |  Wilbert Pol | 2012-10-02 | 1 | -33/+32 |
* | fix catchp crash |  Michaël Banaan Ananas | 2012-10-02 | 1 | -5/+8 |
* | subcpu skeleton |  Michaël Banaan Ananas | 2012-10-02 | 1 | -15/+30 |
* | (MESS) a2600: Changed some more c functions into members. (nw) |  Wilbert Pol | 2012-10-02 | 1 | -108/+115 |
* | Small note update, nw |  Angelo Salese | 2012-10-02 | 1 | -1/+2 |
* | typo (no, not a typo in the original games titlescreen, but indeed a typo in ... |  Michaël Banaan Ananas | 2012-10-02 | 5 | -10/+10 |
* | before we forget: psurge developer info, from Stiletto |  Michaël Banaan Ananas | 2012-10-02 | 2 | -2/+2 |
* | (MESS) trs80m2: Fixed reverse video. [Curt Coder] |  Curt Coder | 2012-10-02 | 1 | -20/+16 |
* | FIREBIRD - wip |  Robbbert | 2012-10-02 | 1 | -5/+31 |
* | SLEIC - added notes |  Robbbert | 2012-10-02 | 1 | -7/+25 |
* | AFTOR - fixed display, marked as WORKING [Robbbert] |  Robbbert | 2012-10-02 | 2 | -52/+90 |
* | Removed _new from name of modern device (no whatsnew) |  Miodrag Milanovic | 2012-10-02 | 99 | -405/+405 |
* | (MESS) Moved 8514/A specific functions and variables to the ATI device, as th... |  mahlemiut | 2012-10-02 | 5 | -402/+406 |