| Commit message (Expand) | Author | Age | Files | Lines |
* | First round of an attempted cleanup of header files in the system. |  Aaron Giles | 2010-01-10 | 9 | -12/+3 |
* | NOTE: This change requires two new osd functions: osd_malloc() and |  Aaron Giles | 2010-01-08 | 5 | -41/+17 |
* | Replaced all occurrences of cputag_get_cpu with devtag_get_device: the former... |  Fabio Priuli | 2010-01-06 | 1 | -1/+1 |
* | Cleaned up braces in the code so that they are properly balanced. [Atari Ace] |  Aaron Giles | 2009-12-28 | 2 | -41/+60 |
* | Results of running the latest srcclean. |  Aaron Giles | 2009-12-28 | 11 | -83/+83 |
* | Cleanups and version bump.mame0135u4 |  Aaron Giles | 2009-12-23 | 1 | -7/+7 |
* | From: Atari Ace <atari_ace@verizon.net> |  Aaron Giles | 2009-12-23 | 1 | -6/+9 |
* | Some misc cleanups: |  Aaron Giles | 2009-12-15 | 1 | -1/+1 |
* | Imported SAA5050 emulation from MESS and made it a device. Updated malzak.c t... |  Fabio Priuli | 2009-12-12 | 2 | -0/+452 |
* | Fixed stupid copy&paste mistake in s2636.c |  Fabio Priuli | 2009-12-11 | 1 | -1/+1 |
* | Cleanups and version bump.mame0135u3 |  Aaron Giles | 2009-12-11 | 2 | -2/+2 |
* | Converted Signetics 2636 video chip to be a MAME device and updated drivers u... |  Fabio Priuli | 2009-12-11 | 2 | -53/+152 |
* | More memory system cleanup. Removed SMH_* macros entirely. In |  Aaron Giles | 2009-12-05 | 1 | -1/+1 |
* | Cleanups and version bump.mame0135u2 |  Aaron Giles | 2009-11-30 | 1 | -1/+1 |
* | Purged remaining globals from video/generic.c and audio/generic.c |  Aaron Giles | 2009-11-28 | 2 | -44/+33 |
* | Removed global videoram, colorram, paletteram, and spriteram. |  Aaron Giles | 2009-11-28 | 2 | -225/+135 |
* | Added new module tagmap which is a simple hashed string map. |  Aaron Giles | 2009-11-23 | 1 | -1/+1 |
* | Rename osd_profiling_ticks() to get_profile_ticks(). Moved implemention into |  Aaron Giles | 2009-09-06 | 1 | -2/+2 |
* | > From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2009-09-06 | 2 | -6/+6 |
* | (small cleanup) |  Michaël Banaan Ananas | 2009-08-24 | 1 | -4/+4 |
* | fix NULL timers crash |  Michaël Banaan Ananas | 2009-08-24 | 1 | -4/+4 |
* | > Here a MAME patch to implement transparent mode access for some 6845 |  Aaron Giles | 2009-08-21 | 1 | -23/+95 |
* | Changed profiler to separate start/stop cases. [Christophe Jaillet] |  Aaron Giles | 2009-08-19 | 1 | -8/+8 |
* | Fixed MSVC 64-bit compile errors. |  Aaron Giles | 2009-08-19 | 2 | -0/+98 |
* | > From: atari_ace@verizon.net |  Aaron Giles | 2009-08-13 | 1 | -1/+1 |
* | Added default monochrome amber and green palettes. |  Curt Coder | 2009-06-26 | 2 | -1/+25 |
* | Fix for bug 3262 |  Fabio Priuli | 2009-06-15 | 1 | -1/+1 |
* | [MC6845] Refactored to use devcb and added cursor callback (for MESS). |  Curt Coder | 2009-06-11 | 2 | -29/+88 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2009-06-08 | 1 | -50/+66 |
* | The other larger patch adds missing static and const qualifiers, and |  Aaron Giles | 2009-06-08 | 1 | -1/+1 |
* | Removed the MDRV_<devtype>_REMOVE macros. A simple DEVICE_REMOVE |  Aaron Giles | 2009-06-08 | 3 | -9/+0 |
* | Changed voodoo to use devtempl.h. |  Aaron Giles | 2009-05-31 | 1 | -28/+17 |
* | Cleanups and version bump. |  Aaron Giles | 2009-05-28 | 1 | -1/+1 |
* | Made a pass at shuffling/improving the system 16 and 18 bootlegs. |  Aaron Giles | 2009-05-28 | 2 | -0/+16 |
* | From: Xander Xander [mailto:xander85@operamail.com] |  Aaron Giles | 2009-05-15 | 2 | -0/+19 |
* | Memory maps merges for the following drivers: |  Angelo Salese | 2009-04-28 | 2 | -0/+15 |
* | Bulk change alert. |  Aaron Giles | 2009-04-26 | 10 | -36/+26 |
* | Deprecated device_set_info. Almost all devices had a NULL or empty |  Aaron Giles | 2009-04-23 | 2 | -24/+0 |
* | Cleanups and version bump for 0.131.mame0131 |  Aaron Giles | 2009-04-23 | 1 | -20/+20 |
* | Added cursor info to the TMS9927, and also the CRT50x7 device variants. |  Aaron Giles | 2009-04-23 | 2 | -1/+53 |
* | Added basic TMS9927 implementation. Hooked it up to the statriv2 |  Aaron Giles | 2009-04-20 | 3 | -3/+375 |
* | Missed a file.mame0130u3 |  Aaron Giles | 2009-04-09 | 1 | -0/+302 |
* | Hi, |  Aaron Giles | 2009-04-09 | 2 | -272/+4 |
* | Many casts added to the core files, and various other tweaks |  Aaron Giles | 2009-03-12 | 8 | -35/+35 |
* | Removed device types from device queries that use tags, under the |  Aaron Giles | 2009-03-02 | 5 | -7/+7 |
* | Modified the makefile to support experimental optional C++ |  Aaron Giles | 2009-02-28 | 1 | -1/+1 |
* | various improvements to Heavy Unit [Angelo Salese, Tomasz Slanina, David Hayw... |  davidhay | 2009-02-28 | 2 | -0/+14 |
* | Device tag renaming. Moving away from generic names like "main" |  Aaron Giles | 2009-02-25 | 1 | -1/+1 |
* | Cidelsa changes: |  Curt Coder | 2009-02-16 | 2 | -1059/+0 |
* | Ok, this is The Big One. |  Aaron Giles | 2009-02-11 | 1 | -7/+9 |