summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/exidy.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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