summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ace.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-2/+2
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Rename state_manager -> save_manager since the term "state" is overloaded. Aaron Giles2011-04-201-1/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-21/+21
* BIG update. Aaron Giles2011-03-291-26/+26
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-1/+1
* assume that the blue is cab artwork, not a color monitor (in 1976) + controls... Michaël Banaan Ananas2011-02-271-10/+10
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+3
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-1/+1
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-1/+1
* mame_rand() -> machine->rand() Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-16/+16
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-5/+3
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-5/+2
* MT bug 3988 fix Michaël Banaan Ananas2010-08-131-0/+9
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-11/+12
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-031-1/+1
* Cleanups and version bump. Aaron Giles2010-03-041-1/+1
* Changed all driver_data structs into classes with a simple Aaron Giles2010-02-251-2/+6
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Added driver_data struct to ace.c Fabio Priuli2009-11-181-43/+70
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-251-12/+9
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-1/+1
* 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