summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/atari.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* MAME part of removing deprecat.h from Atari 400/800 Angelo Salese2011-12-031-8/+8
* BIG update. Aaron Giles2011-03-291-26/+26
* 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-4/+4
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-2/+2
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-7/+7
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-2/+2
* New games marked as NOT_WORKING mariuszw12010-11-161-0/+102
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-3/+3
* 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-6/+6
* 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
* gcc 4.5.0 compilation fixes. Aaron Giles2009-12-291-5/+5
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Purged remaining globals from video/generic.c and audio/generic.c Aaron Giles2009-11-281-1/+1
* > From: atari_ace@verizon.net Aaron Giles2009-10-211-10/+9
* Fixed TRIG3 register handling in GTIA for Atari XL/XE [Mariusz Wojcieszek] mariuszw12009-10-131-3/+6
* Second (and last for now) round of cpu->[n] to cputags conversions Fabio Priuli2009-04-271-6/+6
* Bulk change alert. Aaron Giles2009-04-261-5/+4
* Added new #define ENDIANNESS_NATIVE, which maps to either ENDIANNESS_LITTLE Aaron Giles2009-01-171-12/+6
* Major drawgfx cleanup, global removal, and feature enhancements: Aaron Giles2009-01-121-1/+1
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-17/+16
* Hi mamedev, Aaron Giles2008-12-081-1/+1
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-1/+1
* Removed cpu_read_byte/cpu_write_byte. Fixed a few lingering compiler Aaron Giles2008-11-231-17/+19
* address space compilation errors. smf-2008-11-151-10/+12
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-9/+9
* Major cpuintrf changes: Aaron Giles2008-11-101-17/+18
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-171-1/+0
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-121-25/+25
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-221-2/+2
* Renamed input port functions: Aaron Giles2008-04-061-8/+8
* - Removes the public screen_state object -- all access is via functions Zsolt Vasvari2008-03-131-5/+5
* Changes first argument of video_screen_* functions to take a device_config Zsolt Vasvari2008-03-091-2/+2
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-10/+10
* Normalized function pointer typedefs: they are now all Aaron Giles2008-03-031-3/+3
* Removed some unneccassary lookups through machine->pens Zsolt Vasvari2008-02-211-1/+1
* Removed the pen array lookup from some INDEXED16 drivers Zsolt Vasvari2008-02-211-8/+8
* Changed the use of machine->remapped_colortable to machine->pens where the dr... Zsolt Vasvari2008-02-051-8/+8
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* - Changed cpunum_set_input_line* functions to take running_machine as an argu... Zsolt Vasvari2008-01-241-2/+2
* First in a series of updates to remove the use of the global Machine from as ... Zsolt Vasvari2008-01-241-2/+2
* Changed all other video_*, sound_*, etc. calls to use macros Zsolt Vasvari2008-01-221-2/+2
* (From AtariAce) Aaron Giles2008-01-081-4/+4
* (From Atari Ace) Aaron Giles2007-12-311-7/+1
* Changes for MAME 0.121u4.mame0121u4 Aaron Giles2007-12-171-5/+5
* Changes for MAME 0.121u3.mame0121u3 Aaron Giles2007-12-171-2/+2
* Changes for MAME 0.121u2.mame0121u2 Aaron Giles2007-12-171-2/+2