summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/atarisy2.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-1/+1
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-3/+3
* Rename state_manager -> save_manager since the term "state" is overloaded. Aaron Giles2011-04-201-1/+1
* Delegates 2.0 implementation. Resdesigned how delegates work to make Aaron Giles2011-04-161-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-83/+83
* BIG update. Aaron Giles2011-03-291-69/+69
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-3/+3
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-5/+5
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-1/+1
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* From: Atari Ace [atari_ace@frontier.com] Aaron Giles2011-01-271-31/+25
* Not Worth Mentioning Derrick Renaud2011-01-251-1/+1
* Cleanups and version bump.mame0141u1 Aaron Giles2011-01-241-16/+16
* Not worth mentioning - Minor code/indent cleanup Derrick Renaud2011-01-231-51/+45
* Minor cleanup - not worth mentioning. Derrick Renaud2011-01-231-43/+36
* Spell check Derrick Renaud2011-01-231-2/+2
* 720 - added Driver Configuration option to allow the controls to be set to Re... Derrick Renaud2011-01-231-40/+175
* Ok, last major rename for this round: Aaron Giles2011-01-011-4/+4
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-35/+35
* Replaced largely redundant NVRAM handlers with NVRAM devices Aaron Giles2010-09-101-176/+81
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-6/+4
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* Massive memory system change. This is another step along the path toward Aaron Giles2010-08-191-5/+6
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-43/+43
* Time to kill off some deadwood. Aaron Giles2010-07-071-10/+10
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-5/+5
* Fix super sprint crash, clean up the tms5220 /Ready read code a bit. no whats... Jonathan Gevaryahu2010-04-121-11/+5
* Converted Atari System 2 to use the 'new' TMS5220 interface. Jonathan Gevaryahu2010-04-111-19/+25
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-2/+2
* 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-3/+3
* Cleanups and version bump.mame0135u4 Aaron Giles2009-12-231-1/+1
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-2/+2
* Some more atari driver shuffling. Added atarigen_init() function Aaron Giles2009-12-151-0/+2
* 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-100/+109
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-1/+1
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-2/+2
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-3/+3
* Changed all tms5220 lines to (READ|WRITE)_LINE_DEVICE_HANDLER Couriersud2009-09-211-1/+1
* Bye bye 5220intf.* Aaron Giles2009-08-191-1/+1
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-11/+11
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-99/+99
* Removed the MDRV_<devtype>_REMOVE macros. A simple DEVICE_REMOVE Aaron Giles2009-06-081-1/+1
* many DIPSW fixes [kanikani] Yasuhiro Ogawa2009-05-271-5/+5
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* 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-14/+14