summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ace.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-3/+3
* Major drawgfx cleanup, global removal, and feature enhancements: Aaron Giles2009-01-121-16/+19
* Added savestate support to the games in 8080bw.c, ace.c, actfancr.c, aerofgt.... Ryan Holtz2009-01-061-2/+6
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-1/+1
* From Luigi30: Aaron Giles2008-11-241-1/+2
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-1/+1
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-13/+13
* Region classes go bye-bye. Aaron Giles2008-07-281-2/+2
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-7/+7
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-07-241-17/+14
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-1/+1
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-221-2/+1
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-8/+8
* Merged memory maps. Aaron Giles2008-02-261-20/+12
* Most important thing to note about this change: Aaron Giles2008-02-211-3/+2
* Removed some unneccassary lookups through machine->pens Zsolt Vasvari2008-02-211-1/+1
* New module: devintrf.c/.h. Implements a generic device interface similar Aaron Giles2008-02-191-1/+1
* Color table removal Zsolt Vasvari2008-02-021-1/+0
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* (From AtariAce) Aaron Giles2008-01-111-4/+4
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+363