summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/atarig42.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Delegates 2.0 implementation. Resdesigned how delegates work to make Aaron Giles2011-04-161-3/+3
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-61/+61
* BIG update. Aaron Giles2011-03-291-25/+25
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-2/+2
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-1/+1
* This patch revisits archive files I've already patched to remove Aaron Giles2011-02-281-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Converted atarirle to a device. [Atari Ace] Aaron Giles2011-02-121-11/+62
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-5/+5
* Haze: replaced roadriot default nvram with a calibrated one Angelo Salese2011-01-201-2/+2
* new clone Angelo Salese2011-01-191-1/+61
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-17/+17
* Replaced largely redundant NVRAM handlers with NVRAM devices Aaron Giles2010-09-101-29/+8
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-5/+4
* Massive memory system change. This is another step along the path toward Aaron Giles2010-08-191-7/+9
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-25/+25
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-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-1/+1
* Some more atari driver shuffling. Added atarigen_init() function Aaron Giles2009-12-151-1/+14
* Converted atari drivers over to using driver_data for the most Aaron Giles2009-12-091-86/+83
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-1/+1
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-7/+7
* Expanded address maps from 3 to 4. Moved ADDRESS_SPACE_PROGRAM/DATA/IO Aaron Giles2009-07-091-7/+7
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-1/+1
* Added missing casts and made other tweaks. The entire project Aaron Giles2009-04-271-1/+1
* Second (and last for now) round of cpu->[n] to cputags conversions Fabio Priuli2009-04-271-7/+7
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-6/+6
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Another big one. Aaron Giles2008-11-201-2/+2
* Generalized the concept of opbase access into "direct" access. Aaron Giles2008-11-171-5/+5
* More compile fixes. R. Belmont2008-11-151-1/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-5/+5
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-3/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-09-111-1/+1
* Fix m68k irq line support. Aaron Giles2008-08-201-11/+2
* reverted unit mask changes and removed the unused & unsafe memory_install fun... smf-2008-08-181-2/+2
* Added unit mask to all memory installs that override the bus width. You could... smf-2008-08-171-2/+2
* corrects rom names for Road Riot 4WD Brian Troha2008-08-121-4/+4
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-10/+10
* Region classes go bye-bye. Aaron Giles2008-07-281-18/+18
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-23/+21
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-07-241-3/+3
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-07-241-2/+2
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-1/+1
* Tagged all the first CPUs for drivers (mostly as "main"). Aaron Giles2008-07-191-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-3/+3
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-06-171-2/+2
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-171-3/+3