summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ataxx.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Converted the following drivers to the new device-based 6821 PIA: Aaron Giles2009-03-021-12/+12
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-8/+8
* Ok, this is The Big One. Aaron Giles2009-02-111-16/+1
* CPU header cleanups.... Aaron Giles2008-12-181-1/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-111-6/+6
* Removed memory context switch. Let the fun begin. Aaron Giles2008-11-241-8/+8
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-1/+1
* Another big one. Aaron Giles2008-11-201-18/+18
* reverted unit mask changes and removed the unused & unsafe memory_install fun... smf-2008-08-181-18/+18
* Added unit mask to all memory installs that override the bus width. You could... smf-2008-08-171-18/+18
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-141-30/+30
* Updated structure and naming conventions of the following sound interfaces. Derrick Renaud2008-08-081-1/+1
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-31/+31
* Removed ancient /* audio CPU */ comments that were remnants Aaron Giles2008-07-301-1/+0
* Region classes go bye-bye. Aaron Giles2008-07-281-39/+39
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-51/+51
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-3/+3
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-12/+12
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-06-171-114/+114
* Renamed EEPROM_* to eeprom_* Aaron Giles2008-05-251-5/+5
* Converted the IDE controller to a device. Updated all drivers Aaron Giles2008-04-151-18/+18
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-1/+1
* WIP check-in. Things work now, but I'm still working on the code. Aaron Giles2008-03-091-2/+2
* - Simplified video code Zsolt Vasvari2008-01-271-42/+8
* Various fixes to incorrect dynamic RAM/ROM installation. Aaron Giles2008-01-211-2/+2
* Cleaned up leland clocks a little. Aaron Giles2008-01-151-1/+5
* Changes for MAME 0.121u4.mame0121u4 Aaron Giles2007-12-171-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+848