summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/vertigo.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-1/+1
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Decoupled some entagled drivers: [Atari ACe] Aaron Giles2011-02-181-2/+2
* Convert dooyong/edevices/eolith/exidy/gaelco/gottlieb/igs/ Aaron Giles2011-02-171-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-17/+17
* 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
* making clear it's not the same as Konami's Top Gunner (like "Top Secret" Capc... Michaël Banaan Ananas2010-05-171-1/+1
* MT bug 03683 fixed. cvsdcpu->cvsd, pfffft Michaël Banaan Ananas2010-05-141-5/+5
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Cleanups and version bump.mame0135u4 Aaron Giles2009-12-231-1/+1
* Last round of fixups based on Tafoid's regression list. Aaron Giles2009-12-221-0/+1
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-2/+2
* First round of fixes for post-initialization allocs. Aaron Giles2009-12-201-0/+3
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-1/+1
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-1/+1
* Add validity check warning to flag games with duplicate device names. Aaron Giles2009-02-251-1/+1
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-5/+5
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+2
* Added MDRV_PIT8353_ADD and MDRV_PIT8254_ADD macros. Wilbert Pol2008-12-091-2/+1
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-281-1/+1
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-5/+5
* Region classes go bye-bye. Aaron Giles2008-07-281-7/+7
* 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-4/+3
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-2/+2
* Tagged all the first CPUs for drivers (mostly as "main"). Aaron Giles2008-07-191-1/+1
* Created new macro: AM_RAM_WRITE(handler) which specifies a memory Aaron Giles2008-04-161-1/+1
* Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_* Aaron Giles2008-04-031-1/+1
* From: Wilbert Pol Aaron Giles2008-04-031-1/+7
* - Changes exidy440_sound_command back to "UINT8." Since it's used by both 8-... Zsolt Vasvari2008-03-171-1/+1
* Fix: 01465: topgunnr: Crashes Couriersud2008-03-161-1/+1
* Various vector games: Couriersud2008-02-241-2/+0
* Most important thing to note about this change: Aaron Giles2008-02-211-5/+3
* New module: devintrf.c/.h. Implements a generic device interface similar Aaron Giles2008-02-191-1/+1
* - Source code reorganization to make it easier to add MC3417/18 audio chips Zsolt Vasvari2008-01-311-41/+13
* Changes for MAME 0.121u4.mame0121u4 Aaron Giles2007-12-171-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+236