summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/atarig1.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added PORT_NAME to buttons to better illustrate actual use in Atari System 1 ... Scott Stone2011-05-251-20/+20
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-2/+2
* Rename state_manager -> save_manager since the term "state" is overloaded. Aaron Giles2011-04-201-1/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-35/+35
* BIG update. Aaron Giles2011-03-291-22/+22
* 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-19/+19
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Converted atarirle to a device. [Atari Ace] Aaron Giles2011-02-121-16/+68
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-3/+3
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-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-21/+21
* Time to kill off some deadwood. Aaron Giles2010-07-071-1/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-1/+1
* documentation: Cleaned up company names [hap] Michaël Banaan Ananas2010-05-251-1/+1
* New clones added Phil Bennett2010-02-151-13/+111
* Source Cleanup: Setname fixes and other minor changes - Drivers starting wit... Scott Stone2010-02-011-15/+15
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Replaced all occurrences of cputag_get_cpu with devtag_get_device: the former... Fabio Priuli2010-01-061-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/+1
* Cleanups and version bump.mame0135u3 Aaron Giles2009-12-111-1/+1
* Converted atari drivers over to using driver_data for the most Aaron Giles2009-12-091-57/+55
* 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-13/+13
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-36/+36
* Expanded address maps from 3 to 4. Moved ADDRESS_SPACE_PROGRAM/DATA/IO Aaron Giles2009-07-091-3/+3
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-1/+1
* New Clone added: Pit Fighter (Rev 5) Brian Troha2009-05-061-21/+55
* Second (and last for now) round of cpu->[n] to cputags conversions Fabio Priuli2009-04-271-4/+4
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* Cleanups and version bump. Aaron Giles2009-04-091-2/+2
* From: Smitdogg Jones [jcsmith23@yahoo.com] Aaron Giles2009-04-091-2/+99
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-11/+11
* Major drawgfx cleanup, global removal, and feature enhancements: Aaron Giles2009-01-121-5/+5
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Made CPUs into proper devices. CPUs are now added in the Aaron Giles2008-12-161-1/+1
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-3/+3
* Another big one. Aaron Giles2008-11-201-1/+1
* Fix some drivers/a* warnings Couriersud2008-11-141-1/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-4/+4
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-2/+2
* 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-1/+1