| Commit message (Expand) | Author | Age | Files | Lines |
| * | Cleanups and version bump.mame0138u4 |  Aaron Giles | 2010-07-22 | 6 | -56/+56 |
| * | RSP: Fix sign issue in VCL opcode [angrylion] |  R. Belmont | 2010-07-22 | 2 | -2/+2 |
| * | Put back removed printf line,my mistake (no whatsnew) |  Miodrag Milanovic | 2010-07-21 | 1 | -0/+1 |
| * | Placed flag removal on machine destructor, fixes issue from r9779 (no whatsnew) |  Miodrag Milanovic | 2010-07-21 | 2 | -4/+2 |
| * | - Added new operation on options which enables adding of parameter and execut... |  Miodrag Milanovic | 2010-07-21 | 1 | -0/+8 |
| * | Allow beamx > 999 to be displayed in the debugger. Updated beamy config accor... |  Wilbert Pol | 2010-07-20 | 1 | -4/+4 |
| * | Added TMS32015 and TMS32016 CPU variants to the TMS32010 core. |  Quench | 2010-07-20 | 2 | -50/+121 |
| * | Soflist will now load only items from original system by default. |  Miodrag Milanovic | 2010-07-20 | 1 | -1/+1 |
| * | Minor updates to tms5220: simplified interpolation function case statement, m... |  Jonathan Gevaryahu | 2010-07-18 | 1 | -66/+43 |
| * | mt 3536 bugfix (Atari Ace) |  Michaël Banaan Ananas | 2010-07-17 | 1 | -4/+4 |
| * | converted mb3773 from a legacy device to a c++ device. |  smf- | 2010-07-17 | 2 | -80/+174 |
| * | lr35902.c: Added the speed register to the register list to allow it to be ch... |  Wilbert Pol | 2010-07-17 | 1 | -0/+1 |
| * | Improved PIA6821 interface. (no whatsnew) |  Curt Coder | 2010-07-16 | 2 | -48/+36 |
| * | Allow the non-DRC RSP core to build again |  Phil Bennett | 2010-07-15 | 4 | -213/+247 |
| * | Added some missing makefile dependencies [Atari Ace] |  Phil Bennett | 2010-07-15 | 3 | -6/+23 |
| * | * Fixed some bugs in the MB88xx CPU core [Alex Jackson] |  Phil Bennett | 2010-07-15 | 1 | -5/+5 |
| * | Improved SN76496 interface. (no whatsnew) |  Curt Coder | 2010-07-14 | 2 | -2/+2 |
| * | Fixed Debugger bpenable/bpdisable commands which were not |  Quench | 2010-07-13 | 1 | -1/+1 |
| * | Fixed image unload and creation [Sandro Ronco, Miodrag Milanovic] |  Miodrag Milanovic | 2010-07-12 | 1 | -1/+5 |
| * | fixed character transposition. |  smf- | 2010-07-10 | 1 | -1/+1 |
| * | converted at28c16 to a c++ device. |  smf- | 2010-07-10 | 2 | -176/+372 |
| * | timekpr.c: Not assert in case there is no default data defined (fixes CD-i ba... |  Miodrag Milanovic | 2010-07-08 | 1 | -1/+2 |
| * | MAMEdev kant spel (Ubuntu/Canonical cares about this) [wallyweek] |  R. Belmont | 2010-07-08 | 3 | -4/+4 |
| * | Adding ability to support other types of software lists, so floppies, cassett... |  Miodrag Milanovic | 2010-07-08 | 4 | -7/+64 |
| * | Fix bad loop condition that shows up with -cheat enabled. |  Aaron Giles | 2010-07-08 | 1 | -1/+1 |
| * | Whoops, forgot this. |  Aaron Giles | 2010-07-07 | 1 | -6/+0 |
| * | Remove the global clock accessors and cpu_* aliases: |  Aaron Giles | 2010-07-07 | 10 | -46/+18 |
| * | Time to kill off some deadwood. |  Aaron Giles | 2010-07-07 | 2 | -2/+1 |
| * | Added per-device image softlist loading routine [Miodrag Milanovic] |  Miodrag Milanovic | 2010-07-07 | 4 | -9/+23 |
| * | turned i2cmem into a c++ device & ditched the unused legacy device. |  smf- | 2010-07-07 | 5 | -823/+611 |
| * | More loop initializers for PowerPC compile. |  R. Belmont | 2010-07-07 | 3 | -7/+7 |
| * | This pattern is everywhere (no whatsnew) |  R. Belmont | 2010-07-07 | 1 | -3/+3 |
| * | Another OS X compile problem (no whatsnew) |  R. Belmont | 2010-07-07 | 1 | -1/+1 |
| * | Fix reported OS X compile problem. |  R. Belmont | 2010-07-07 | 1 | -1/+1 |
| * | Fix SH-2 interpreter [Atari Ace] |  R. Belmont | 2010-07-07 | 2 | -458/+480 |
| * | Cleanups and version bump.mame0138u3 |  Aaron Giles | 2010-07-06 | 34 | -278/+278 |
| * | Cleanup debugger interface some more. |  Aaron Giles | 2010-07-06 | 5 | -1617/+1734 |
| * | - Added MDRV_SOFTWARE_LIST_COMPATIBLE_ADD for adding compatible software list... |  Miodrag Milanovic | 2010-07-06 | 7 | -46/+98 |
| * | Support for multiple software list per driver [Miodrag Milanovic] |  Miodrag Milanovic | 2010-07-06 | 4 | -159/+143 |
| * | fix an error in the new documentation comment, no whatsnew |  Jonathan Gevaryahu | 2010-07-06 | 1 | -5/+8 |
| * | Big comment update for TMS52xx, explaining in much more detail how the chip t... |  Jonathan Gevaryahu | 2010-07-06 | 1 | -31/+119 |
| * | Moved debugging structure away from CPUs only and attached to all |  Aaron Giles | 2010-07-06 | 23 | -1528/+1451 |
| * | directly casting to UINT caused compile-time negative values to become 0 |  Michaël Banaan Ananas | 2010-07-05 | 2 | -7/+7 |
| * | Removed need for messdrv.h (no whatsnew) |  Miodrag Milanovic | 2010-07-05 | 3 | -6/+0 |
| * | Imported image related utils from MESS into /lib/util [Miodrag Milanovic] |  Miodrag Milanovic | 2010-07-05 | 1 | -1/+0 |
| * | Software list update: [Wilbert Pol] |  Miodrag Milanovic | 2010-07-04 | 3 | -65/+54 |
| * | Created CPU-specific device types for all CPUs, using new macros |  Aaron Giles | 2010-07-03 | 220 | -1591/+1553 |
| * | Remove obsolete type. |  Aaron Giles | 2010-07-02 | 1 | -19/+4 |
| * | Added overrides to fetch the execute and state interfaces without doing |  Aaron Giles | 2010-07-02 | 2 | -1/+17 |
| * | Some more cases to directly access the state interface instead of using the old |  Aaron Giles | 2010-07-02 | 4 | -14/+13 |