summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/exidy440.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-4/+4
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-4/+4
* Audio device additions: [Atari Ace] Scott Stone2011-04-091-2/+7
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-27/+27
* BIG update. Aaron Giles2011-03-291-31/+31
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-7/+7
* 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-7/+7
* Convert cclimber/galpani2/gticlub/namcond1/pacman/seibuspi/tetrisp2/vicdual Aaron Giles2011-03-251-6/+2
* Convert a number of drivers to use their own private spriteram instead Aaron Giles2011-03-131-1/+1
* This patch revisits archive files I've already patched to remove Aaron Giles2011-02-281-34/+38
* Decoupled some entagled drivers: [Atari ACe] Aaron Giles2011-02-181-1/+2
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* Odds and ends documentation from readme files (no whatsnew) Scott Stone2011-01-191-0/+17
* Ok, last major rename for this round: Aaron Giles2011-01-011-3/+3
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-9/+9
* Get rid of a bunch of mostly-trivial NVRAM_HANDLERS in favor of Aaron Giles2010-09-111-23/+10
* 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/+7
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-9/+9
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Renamed functions: Aaron Giles2009-12-051-3/+3
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-2/+2
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-3/+3
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-1/+1
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-1/+1
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-2/+2
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-1/+1
* Again, number-to-tag conversions in CPU calls Fabio Priuli2009-04-281-11/+11
* Bulk change alert. Aaron Giles2009-04-261-2/+2
* Converted the following drivers to the new device-based 6821 PIA: Aaron Giles2009-03-021-2/+2
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-33/+33
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-1/+1
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-1/+1
* Another big one. Aaron Giles2008-11-201-7/+7
* 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-4/+4
* Cleanups and version bump.mame0127u8 Aaron Giles2008-10-131-1/+1
* 02529: catch22: Credits do not register in game. Couriersud2008-10-121-2/+3
* reverted unit mask changes and removed the unused & unsafe memory_install fun... smf-2008-08-181-7/+7
* Added unit mask to all memory installs that override the bus width. You could... smf-2008-08-171-7/+7
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-141-28/+28
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-71/+71
* Region classes go bye-bye. Aaron Giles2008-07-281-59/+59
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-59/+59
* 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
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-3/+3