| Commit message (Expand) | Author | Age | Files | Lines |
* | WARNING: There are likely to be regressions in both functionality and |  Aaron Giles | 2010-06-08 | 1 | -5/+3 |
* | Cleanups and version bump. |  Aaron Giles | 2010-03-04 | 1 | -1/+1 |
* | Changed all driver_data structs into classes with a simple |  Aaron Giles | 2010-02-25 | 1 | -2/+6 |
* | Added driver_data struct and save states to the following drivers: matmania.c... |  Fabio Priuli | 2010-02-23 | 1 | -104/+200 |
* | Bulk driver.h -> emu.h switch. |  Aaron Giles | 2010-01-10 | 1 | -1/+1 |
* | Renamed tilemap -> tilemap_t, as the name 'tilemap' is too commonly |  Aaron Giles | 2009-12-28 | 1 | -1/+1 |
* | Removed global videoram, colorram, paletteram, and spriteram. |  Aaron Giles | 2009-11-28 | 1 | -3/+3 |
* | > From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2009-08-02 | 1 | -5/+5 |
* | Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems |  Aaron Giles | 2009-07-09 | 1 | -5/+5 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2009-06-25 | 1 | -13/+13 |
* | Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, |  Aaron Giles | 2009-05-09 | 1 | -1/+1 |
* | Bulk change alert. |  Aaron Giles | 2009-04-26 | 1 | -1/+1 |
* | From: Luigi30 [mailto:luigi30@gmail.com] |  Aaron Giles | 2009-04-23 | 1 | -3/+6 |
* | Removed device types from device queries that use tags, under the |  Aaron Giles | 2009-03-02 | 1 | -3/+3 |
* | Device tag renaming. Moving away from generic names like "main" |  Aaron Giles | 2009-02-25 | 1 | -4/+4 |
* | Ok, this is The Big One. |  Aaron Giles | 2009-02-11 | 1 | -5/+5 |
* | From: Atari Ace [atari_ace@verizon.net] |  Aaron Giles | 2008-12-17 | 1 | -0/+1 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-12-14 | 1 | -4/+4 |
* | Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). |  Aaron Giles | 2008-12-04 | 1 | -1/+1 |
* | WARNING: this compiles, but not fully cleanly, and a number of drivers |  Aaron Giles | 2008-11-14 | 1 | -1/+1 |
* | Plumbed machine parameters through the renderer. Removed need for |  Aaron Giles | 2008-09-29 | 1 | -1/+1 |
* | From: Fabio Priuli [mailto:doge.fabio@gmail.com] |  Aaron Giles | 2008-08-14 | 1 | -3/+3 |
* | Updated src\emu\sound headers from K-S, so they use latest naming/structure a... |  Derrick Renaud | 2008-08-10 | 1 | -3/+3 |
* | NOTE: with this change, I have also removed PORT_START and renamed |  Aaron Giles | 2008-08-06 | 1 | -3/+3 |
* | Region classes go bye-bye. |  Aaron Giles | 2008-07-28 | 1 | -17/+17 |
* | Changed the way memory regions are referenced. Instead of a single |  Aaron Giles | 2008-07-28 | 1 | -24/+24 |
* | Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. |  Aaron Giles | 2008-07-19 | 1 | -1/+1 |
* | Tagged all the first CPUs for drivers (mostly as "main"). |  Aaron Giles | 2008-07-19 | 1 | -1/+1 |
* | Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to |  Aaron Giles | 2008-07-18 | 1 | -2/+2 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-04-24 | 1 | -2/+1 |
* | Created new macro: AM_RAM_WRITE(handler) which specifies a memory |  Aaron Giles | 2008-04-16 | 1 | -5/+5 |
* | Changes VIDEO_UPDATE signature to |  Zsolt Vasvari | 2008-03-08 | 1 | -1/+1 |
* | Most of this descriptions taken directly from an e-mail by Aaron: |  Zsolt Vasvari | 2008-02-29 | 1 | -1/+1 |
* | Replaces mame_bitmap with bitmap_t |  Zsolt Vasvari | 2008-02-29 | 1 | -1/+1 |
* | Most important thing to note about this change: |  Aaron Giles | 2008-02-21 | 1 | -4/+5 |
* | New module: devintrf.c/.h. Implements a generic device interface similar |  Aaron Giles | 2008-02-19 | 1 | -1/+1 |
* | Removed 'type' parameter from tilemap_create |  Zsolt Vasvari | 2008-02-05 | 1 | -4/+4 |
* | - Added deprecat.h that contains some deprecated/discouraged contructs (see b... |  Zsolt Vasvari | 2008-01-25 | 1 | -0/+1 |
* | Initial checkin of MAME 0.121.mame0121 | |