summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/atarigx2.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-4/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-159/+159
* More atarigen modernization. Aaron Giles2012-10-171-7/+7
* Initial round of atarigen cleanup. Aaron Giles2012-10-171-18/+8
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-2/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-10/+9
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-3/+3
* In device_state_interface, rename state() to state_int() Aaron Giles2012-09-111-1/+1
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-4/+4
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-13/+10
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-13/+13
* ioport regressions Michaël Banaan Ananas2012-05-181-2/+2
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-7/+7
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-4/+4
* forgot to remove comments (no whatsnew) Miodrag Milanovic2012-04-101-5/+0
* mode modernization (no whatsnew) Miodrag Milanovic2012-04-101-44/+44
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-1/+1
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-4/+4
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-15/+15
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-1/+1
* Death to SCREEN_EOF, which was ambiguously called either Aaron Giles2012-01-141-1/+1
* Some cleanup of the previous change. Added new template Aaron Giles2012-01-131-1/+1
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-2/+1
* 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