summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/exidy.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-141-1/+1
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-31/+31
* Region classes go bye-bye. Aaron Giles2008-07-281-61/+61
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-62/+62
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-2/+2
* 01904: [DIP/Input] teetert: Player movement has slowed from previous MAME Aaron Giles2008-06-181-15/+7
* Restructured input port internals and cleaned up inptport.c: Aaron Giles2008-05-151-3/+3
* Converted the IDE controller to a device. Updated all drivers Aaron Giles2008-04-151-1/+1
* Renamed input port functions: Aaron Giles2008-04-061-2/+2
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-16/+16
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-1/+1
* Most of this descriptions taken directly from an e-mail by Aaron: Zsolt Vasvari2008-02-291-2/+3
* Most important thing to note about this change: Aaron Giles2008-02-211-1/+2
* Pushed CUSTOM_INPUT macro to all users.mame0122u6 Aaron Giles2008-01-171-2/+2
* - Finished seperating out the Exidy sound stuff Zsolt Vasvari2008-01-131-66/+3
* Reorganizing the exidy audio hardware code. Only checking in because of the ... Zsolt Vasvari2008-01-131-221/+235
* Fixes victory137b4gre and victory37b16gre Zsolt Vasvari2008-01-131-7/+9
* Some more modernization/clean-up Zsolt Vasvari2008-01-121-57/+74
* Draws background directly from memory avoiding having to decode the gfx repea... Zsolt Vasvari2008-01-071-57/+24
* This fixes mtrap37b14gre. As an added bonus, the arrow is now visible in Ven... Zsolt Vasvari2008-01-071-32/+46
* Changes for MAME 0.121u4.mame0121u4 Aaron Giles2007-12-171-1/+1
* Changes for MAME 0.121u3.mame0121u3 Aaron Giles2007-12-171-2/+2
* Changes for MAME 0.121u1.mame0121u1 Aaron Giles2007-12-171-26/+49
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+1469