summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mhavoc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-1/+1
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-1/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-4/+4
* BIG update. Aaron Giles2011-03-291-5/+5
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-3/+3
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* From: Atari Ace [atari_ace@frontier.com] Aaron Giles2011-01-271-5/+5
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-37/+37
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-3/+4
* 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-8/+6
* Removed several exported non-const global variables from the core [Atari Ace] Phil Bennett2010-08-131-4/+4
* Time to kill off some deadwood. Aaron Giles2010-07-071-4/+4
* Remove the following functions: Aaron Giles2010-07-011-1/+1
* another round of company names cleanup Michaël Banaan Ananas2010-05-221-6/+6
* fixed mhavocrv not booting, nw Michaël Banaan Ananas2010-05-181-1/+1
* 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-1/+1
* A few more fixes. Aaron Giles2009-12-211-0/+3
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-3/+3
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-6/+6
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-2/+2
* Removed some rogue occurrences of 'x1snd' resulting from device tag mass-change Phil Bennett2009-11-201-2/+2
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-2/+2
* Bye bye 5220intf.* Aaron Giles2009-08-191-1/+1
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-2/+2
* Removed the MDRV_<devtype>_REMOVE macros. A simple DEVICE_REMOVE Aaron Giles2009-06-081-3/+3
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-3/+3
* A final round of number-to-tag conversions in CPU call. Only drivers with 'G'... Fabio Priuli2009-05-011-1/+1
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-4/+4
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-2/+2
* Added save state support to asteroid, bwidow, mhavoc, omegrace Couriersud2009-02-211-36/+0
* Ok, this is The Big One. Aaron Giles2009-02-111-15/+16
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Another big one. Aaron Giles2008-11-201-2/+2
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-5/+5
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-1/+1
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-281-114/+87
* reverted unit mask changes and removed the unused & unsafe memory_install fun... smf-2008-08-181-3/+3
* Added unit mask to all memory installs that override the bus width. You could... smf-2008-08-171-3/+3
* Updated src\emu\sound headers from K-S, so they use latest naming/structure a... Derrick Renaud2008-08-101-2/+2
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-15/+15
* Region classes go bye-bye. Aaron Giles2008-07-281-18/+18
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-18/+18
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-2/+2
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-5/+5
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-06-261-37/+37
* Converted the IDE controller to a device. Updated all drivers Aaron Giles2008-04-151-3/+3
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-5/+5