summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/equites.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
* Included tentative experiment for Hot Chase ... still not perfect though (esp... Angelo Salese2011-05-021-8/+21
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-109/+109
* BIG update. Aaron Giles2011-03-291-38/+38
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-3/+3
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-8/+8
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-10/+10
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Cleanups and version bump.mame0141u2 Aaron Giles2011-02-091-2/+2
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-18/+18
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-2/+2
* Made changes to the PORT_ADJUSTER values for MSM5232 clocks in all games in d... Scott Stone2011-02-061-9/+14
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-2/+2
* Attotime bulk conversion step: Aaron Giles2011-02-031-2/+2
* C++-ified the sound and streams interfaces. Combined sound.c and streams.c Aaron Giles2011-01-271-13/+13
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-74/+74
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-2/+3
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-17/+10
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-21/+21
* Time to kill off some deadwood. Aaron Giles2010-07-071-5/+5
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-031-1/+1
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-3/+3
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Cleaned up many driver data structs to obtain two results: Fabio Priuli2009-11-291-5/+9
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-1/+1
* Added save states to equites.c, exedexes.c, exerion.c and exprraid.c Fabio Priuli2009-11-251-120/+168
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-2/+2
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-2/+2
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-24/+24
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-6/+6
* Again, number-to-tag conversions in CPU calls Fabio Priuli2009-04-281-11/+9
* 03048: equites and clone: strange noise ingame [Phil Bennett] Phil Bennett2009-03-211-1/+1
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-9/+9
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-21/+21
* Ok, this is The Big One. Aaron Giles2009-02-111-34/+37
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-1/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+2
* Re-routed empty get/set context calls to the dummy CPU's, and removed them Aaron Giles2008-12-091-1/+1
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-2/+2
* Another big one. Aaron Giles2008-11-201-3/+3
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-8/+8
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-9/+9
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-09-111-15/+15
* Adjusted tags in drivers to meet conformity checks. Promoted checks to Aaron Giles2008-09-101-5/+5
* added 8303 ROM to the games using it and updated MCU simulation to match the ... Nicola Salmoria2008-08-201-129/+145