summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ace.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-48/+48
* modernized some static calls in various drivers (no whatsnew) Miodrag Milanovic2012-10-191-6/+7
* got rid of generic color overlays, almost all of them were used by only 1 gam... Michaël Banaan Ananas2012-10-141-2/+3
* assume color overlay from flyer Michaël Banaan Ananas2012-10-091-16/+8
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-4/+4
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-6/+6
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-20/+17
* gfx_element is now a class. Accessors are provided for all Aaron Giles2012-09-061-12/+12
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-1/+1
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-1/+1
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-1/+1
* Removed unnecessary target() calls from shared_ptr references. Aaron Giles2012-04-111-7/+7
* Added target() on proper places (no whatsnew) Miodrag Milanovic2012-04-111-7/+7
* AM_BASE and AM_BASE_SIZE to AM_SHARE by request from Aaron (no whatsnew) Miodrag Milanovic2012-04-111-7/+10
* MAME going modern part 3 (no whatsnew) Miodrag Milanovic2012-04-031-34/+35
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-3/+3
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-16/+16
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-1/+1
* Fix for potential driver conflicts with same named machine states between MAM... Scott Stone2012-02-271-15/+15
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-3/+2
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-1/+1
* Bulk converted cliprect * to cliprect & across the system. This makes Aaron Giles2011-12-311-1/+1
* Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR* Aaron Giles2011-12-311-1/+1
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-5/+5
* 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