| Commit message (Expand) | Author | Age | Files | Lines |
| * | Cleanups and version bump.mame0141u2 |  Aaron Giles | 2011-02-09 | 69 | -461/+461 |
| * | Get rid of state_save_register_device_* macros in favor of direct |  Aaron Giles | 2011-02-09 | 241 | -4443/+4424 |
| * | documentation addition/fix for mt_calga, no whatsnew. |  Fabio Priuli | 2011-02-09 | 2 | -3/+4 |
| * | Fix RB's bug |  Aaron Giles | 2011-02-09 | 1 | -1/+1 |
| * | Make "run to next CPU" more reliable. |  Aaron Giles | 2011-02-09 | 2 | -10/+12 |
| * | More migrating allocated buffers to arrays in the driver data. |  Aaron Giles | 2011-02-09 | 33 | -197/+173 |
| * | new not working game |  Angelo Salese | 2011-02-09 | 4 | -0/+164 |
| * | Typo fix |  Angelo Salese | 2011-02-08 | 1 | -1/+1 |
| * | Small reminder |  Angelo Salese | 2011-02-08 | 1 | -0/+1 |
| * | new clone |  Angelo Salese | 2011-02-08 | 6 | -22/+215 |
| * | new not working game |  Angelo Salese | 2011-02-08 | 3 | -630/+483 |
| * | set souledge clones driver status to same as parent (they were broken until T... |  Michaël Banaan Ananas | 2011-02-08 | 1 | -3/+3 |
| * | (ptblnk2a -> ptblank2a) |  Michaël Banaan Ananas | 2011-02-08 | 2 | -8/+8 |
| * | Redumped animalc rom |  Luca Elia | 2011-02-08 | 1 | -10/+2 |
| * | cps1.c: CPS-1 update [Team CPS-1]: |  Fabio Priuli | 2011-02-08 | 3 | -116/+167 |
| * | Take advantage of the driver_device to clean up state saving for |  Aaron Giles | 2011-02-08 | 536 | -3178/+3146 |
| * | Set funcube2 and funcube4 as NOT_WORKING largely due to missing CPU emulation... |  Scott Stone | 2011-02-08 | 1 | -2/+2 |
| * | new not working game |  Angelo Salese | 2011-02-08 | 4 | -0/+160 |
| * | Added screen disable bit to Jantotsu, fixing blanking phases during transitio... |  Angelo Salese | 2011-02-08 | 1 | -7/+10 |
| * | New games added or promoted from NOT_WORKING status |  Fabio Priuli | 2011-02-08 | 3 | -4/+31 |
| * | Moved the state saving system to C++. For now the registration macros |  Aaron Giles | 2011-02-08 | 133 | -854/+740 |
| * | sigmab98: fixed zooming, added priorities and flipping [Luca Elia] |  Luca Elia | 2011-02-07 | 2 | -11/+908 |
| * | converted old nand dumps to include extra data, assumed to be 0xff's. |  smf- | 2011-02-07 | 1 | -16/+16 |
| * | Move generic templates from emucore.h to emutempl.h. |  Aaron Giles | 2011-02-07 | 25 | -361/+430 |
| * | G65816: fixed operation on PowerPC Linux where char is unsigned [R. Belmont, ... |  R. Belmont | 2011-02-07 | 1 | -1/+1 |
| * | yshi_nand_table_check success, but code is not transferred correctly yet. |  smf- | 2011-02-07 | 1 | -1/+20 |
| * | tms57002: significantly improved build speed on lower-end h/w [R. Belmont] |  R. Belmont | 2011-02-06 | 5 | -243/+272 |
| * | Fix yuv factors in palette normalization. The web is full of errors... |  Couriersud | 2011-02-06 | 1 | -7/+7 |
| * | Expand video output for EZV20-Monitor to the full dynamic range. |  Couriersud | 2011-02-06 | 1 | -2/+4 |
| * | As promised, the bulk update of timer calls: |  Aaron Giles | 2011-02-06 | 369 | -1529/+1504 |
| * | Made changes to the PORT_ADJUSTER values for MSM5232 clocks in all games in d... |  Scott Stone | 2011-02-06 | 1 | -9/+14 |
| * | funcube4: Changed default DIP state to allow game playing. |  Scott Stone | 2011-02-06 | 1 | -1/+13 |
| * | Fix timer_pulse. Better would be not to use it at all, though. |  Aaron Giles | 2011-02-06 | 1 | -1/+1 |
| * | Forgot to include the mpu4ext.lay file I requested. Sorry! |  Phil Bennett | 2011-02-06 | 4 | -1/+1331 |
| * | Ensured that the debugger disassembly PC cursor is visible on startup. [Curt ... |  Curt Coder | 2011-02-06 | 1 | -3/+3 |
| * | Fix build break from last checkin. |  Aaron Giles | 2011-02-06 | 43 | -183/+170 |
| * | Whoops, missed a couple of NULL functions. |  Aaron Giles | 2011-02-06 | 8 | -13/+13 |
| * | Convert emu_timers to objects. Move implementation and management of |  Aaron Giles | 2011-02-06 | 448 | -2274/+2003 |
| * | Hack out mpu4ext.lh dependency since it was not included with the original |  Aaron Giles | 2011-02-06 | 2 | -3/+1 |
| * | New games added as GAME_NOT_WORKING |  R. Belmont | 2011-02-06 | 2 | -1/+19 |
| * | non working mem n simulation. still can't see how it should work. |  smf- | 2011-02-06 | 1 | -30/+86 |
| * | beezer audio: got rid of sh6840_LFSR_oldxor, was leftover of old code. no wha... |  Jonathan Gevaryahu | 2011-02-05 | 1 | -8/+3 |
| * | panicr: fixed sprite position |  Roberto Zandona | 2011-02-05 | 1 | -6/+5 |
| * | Implemented proper mouse wheel event handling in the Windows debugger. [Curt ... |  Curt Coder | 2011-02-05 | 1 | -3/+13 |
| * | Reimplemented fruit-machine mechanical meters to use timers [AGEMAME] |  Phil Bennett | 2011-02-05 | 15 | -2391/+1060 |
| * | Added some information. (no whatsnew) |  Curt Coder | 2011-02-05 | 1 | -0/+18 |
| * | drcbex64: fix compile on Apple GCC (no whatsnew) |  R. Belmont | 2011-02-05 | 1 | -2/+2 |
| * | drcuml: fix compile on systems that use the C backend [R. Belmont] |  R. Belmont | 2011-02-05 | 1 | -0/+1 |
| * | Fixed 04225: gangwars: Samples incorrectly played. Since the new gangwars se... |  Scott Stone | 2011-02-05 | 1 | -5/+5 |
| * | non working banking based on guesswork that didn't pay off, but might help so... |  smf- | 2011-02-05 | 1 | -5/+13 |