summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/exidy.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-2/+2
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-2/+2
* Clean up 6821 PIA modernization, removing all trampolines. Some Aaron Giles2011-05-031-3/+3
* Included tentative experiment for Hot Chase ... still not perfect though (esp... Angelo Salese2011-05-021-2/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-43/+43
* BIG update. Aaron Giles2011-03-291-13/+13
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-1/+1
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-10/+10
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-2/+2
* This patch revisits archive files I've already patched to remove Aaron Giles2011-02-281-58/+61
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* (fax: factory setting dsw + add note) Michaël Banaan Ananas2011-02-191-2/+3
* Decoupled some entagled drivers: [Atari ACe] Aaron Giles2011-02-181-2/+3
* Attotime bulk conversion step: Aaron Giles2011-02-031-2/+2
* Odds and ends documentation from readme files (no whatsnew) Scott Stone2011-01-191-0/+16
* Ok, last major rename for this round: Aaron Giles2011-01-011-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-34/+34
* Update driver-specific sound devices to use tokens and store Aaron Giles2010-10-141-1/+1
* 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-34/+25
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* company name cleanups and added back lost bootleggers info Michaël Banaan Ananas2010-05-231-21/+21
* Source Cleanup: Setname fixes and other minor changes - Drivers starting wit... Scott Stone2010-02-051-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-2/+2
* on behalf of David Haywood: Fabio Priuli2009-12-091-2/+39
* Renamed functions: Aaron Giles2009-12-051-1/+1
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-4/+4
* Not really worth credit: purged some direct use of SMH_RAM in favor of macros... Fabio Priuli2009-12-021-14/+14
* Added GAME_IMPERFECT_SOUND flag to all sets that use external samples which w... Scott Stone2009-08-051-7/+7
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-17/+17
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-7/+13
* Again, number-to-tag conversions in CPU calls Fabio Priuli2009-04-281-2/+2
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-1/+1
* Renamed 6821new.* -> 6821pia.* Aaron Giles2009-03-031-4/+4
* More PIA devic-ification: Aaron Giles2009-03-021-4/+4
* Add validity check warning to flag games with duplicate device names. Aaron Giles2009-02-251-3/+3
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-46/+46
* Added savestate support to the following devices: [MooglyGuy] Ryan Holtz2009-01-041-19/+33
* Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling Aaron Giles2008-12-201-2/+2
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-2/+2
* Another big one. Aaron Giles2008-11-201-1/+1
* Fix more compile warnings drivers/[e-k]* Couriersud2008-11-141-1/+3
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-1/+1
* Cleanups and version bump.mame0127u8 Aaron Giles2008-10-131-1/+1
* Added DIP LOCATIONS to items in the driver and cleaned up some of the Aaron Giles2008-10-131-33/+33
* reverted unit mask changes and removed the unused & unsafe memory_install fun... smf-2008-08-181-1/+1
* Added unit mask to all memory installs that override the bus width. You could... smf-2008-08-171-1/+1