summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ataxx.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed legacy trampolines from eeprom_device, taking Aaron Giles2011-05-121-4/+4
* BIG update. Aaron Giles2011-03-291-18/+18
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-18/+18
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-22/+22
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-18/+18
* Converted asteroid/bzone/funworld/itech8/kongambl/legionna/leland/quakeat/ Aaron Giles2011-03-211-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-20/+20
* New clones added mariuszw12010-12-091-4/+38
* Update driver-specific sound devices to use tokens and store Aaron Giles2010-10-141-8/+8
* Replaced NVRAM_HANDLER in leland with an NVRAM device. Aaron Giles2010-09-101-3/+3
* 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-6/+5
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Rename eepromdev.c/h back to eeprom.c/h Aaron Giles2009-12-271-1/+1
* Rename functions and other references to eepromdev_* back to eeprom_* Aaron Giles2009-12-271-4/+4
* Removed _NODEFAULT_ forms of EEPROM driver macros. If you need to add Aaron Giles2009-12-251-1/+1
* Convert all Leland games to use EEPROM device. Removed hard-coded Aaron Giles2009-12-241-87/+50
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Added new functions: Aaron Giles2009-12-071-2/+1
* Renamed functions: Aaron Giles2009-12-051-13/+13
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-5/+5
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-1/+1
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-1/+1
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-6/+6
* A few more number-to-tag conversions in CPU calls Fabio Priuli2009-04-271-18/+18
* Bulk change alert. Aaron Giles2009-04-261-2/+2
* 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