summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/victory.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-6/+6
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-1/+1
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+1
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-1/+0
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-2/+2
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-2/+2
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-2/+2
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-3/+3
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-6/+6
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-2/+2
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-8/+8
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-2/+2
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-2/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-2/+2
* BIG update. Aaron Giles2011-03-291-4/+4
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* This patch revisits archive files I've already patched to remove Aaron Giles2011-02-281-3/+3
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Decoupled some entagled drivers: [Atari ACe] Aaron Giles2011-02-181-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-13/+13
* Update driver-specific sound devices to use tokens and store Aaron Giles2010-10-141-2/+2
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-2/+3
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-1/+1
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-3/+3
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-2/+2
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-5/+5
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-7/+7
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-281-6/+6
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-6/+6
* Region classes go bye-bye. Aaron Giles2008-07-281-6/+6
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-6/+6
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-1/+1
* Tagged all the first CPUs for drivers (mostly as "main"). Aaron Giles2008-07-191-1/+1
* WIP check-in. Things work now, but I'm still working on the code. Aaron Giles2008-03-091-1/+1
* Most of this descriptions taken directly from an e-mail by Aaron: Zsolt Vasvari2008-02-291-1/+1
* Most important thing to note about this change: Aaron Giles2008-02-211-1/+4
* Reorganizing the exidy audio hardware code. Only checking in because of the ... Zsolt Vasvari2008-01-131-57/+11
* Fixes victory137b4gre and victory37b16gre Zsolt Vasvari2008-01-131-106/+27
* Changes for MAME 0.121u4.mame0121u4 Aaron Giles2007-12-171-1/+1
* Changes for MAME 0.121u2.mame0121u2 Aaron Giles2007-12-171-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+441