summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/atarigx2.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-22/+22
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-5/+5
* BIG update. Aaron Giles2011-03-291-19/+19
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-1/+1
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-1/+1
* mark NO_DUMP roms that have a placeholder as BAD_DUMP Michaƫl Banaan Ananas2011-03-261-12/+12
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Converted atarirle to a device. [Atari Ace] Aaron Giles2011-02-121-21/+66
* mame_rand() -> machine->rand() Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-16/+16
* Replaced largely redundant NVRAM handlers with NVRAM devices Aaron Giles2010-09-101-2/+2
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-4/+3
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-18/+18
* Fully converted atarigx2, beathead and offtwall to use driver_data [Atari Ace] Phil Bennett2010-07-261-8/+6
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-1/+1
* fix rom size... too many errors, time for me to quit today Brian Troha2010-05-231-2/+2
* fix errant missing ROM_END and correct information about growth proms for spa... Brian Troha2010-05-231-9/+10
* atarigx2.c: More rom name corrections as verified against a Moto Frenzy Mini ... Brian Troha2010-05-231-214/+216
* atarigx2.c: Rearranged the parent/clone relationship for the Road Riot's Reve... Brian Troha2010-05-221-64/+73
* atarigx2.c: Fixed as many rom names as possible. Added additional informatio... Brian Troha2010-05-221-248/+279
* Ported Super Famicom Box from MESS to MAME [Angelo Salese] Angelo Salese2010-05-221-4/+68
* 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-0/+7
* Converted atari drivers over to using driver_data for the most Aaron Giles2009-12-091-52/+40
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-1/+1
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-17/+17
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-37/+37
* Expanded address maps from 3 to 4. Moved ADDRESS_SPACE_PROGRAM/DATA/IO Aaron Giles2009-07-091-56/+52
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-1/+1
* Second (and last for now) round of cpu->[n] to cputags conversions Fabio Priuli2009-04-271-4/+4
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-1/+1
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2009-03-271-3/+3
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-16/+16
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Another big one. Aaron Giles2008-11-201-1/+1
* 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-12/+12
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-3/+3
* Major cpuintrf changes: Aaron Giles2008-11-101-5/+5
* 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-1/+1
* Added unit mask to all memory installs that override the bus width. You could... smf-2008-08-171-1/+1
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-21/+21
* Region classes go bye-bye. Aaron Giles2008-07-281-102/+102
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-95/+133
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-07-241-73/+54
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-07-241-3/+3
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-1/+1