summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/gtia.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-1013/+0
* Added seconds() and attoseconds() to attotime and prefixed members with couriersud2015-08-151-1/+1
* rest for Juergen (nw) Miodrag Milanovic2015-05-071-2/+2
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* fixed usage of uninitialized members in gtia_device (nw) Oliver Stöneberg2014-10-231-4/+6
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-7/+7
* Cleanups & fix for missing acknowledgment of a5200 button 2 inputs (MT5591) -... Scott Stone2014-09-101-0/+30
* gtia.c: this was the version meant to be added yesterday (removing a bunch of Fabio Priuli2014-09-081-25/+41
* gtia.c: converted to be a device. [Fabio Priuli] Fabio Priuli2014-09-071-441/+511
* (MESS) untangle gtia and antic some more. nw. Fabio Priuli2014-09-061-24/+14
* (MESS) gtia: reduced a bit the #define obfuscation. nw. Fabio Priuli2014-09-061-202/+35
* (MESS) atari400.c: start attempt to untangle a bit the video & Fabio Priuli2014-09-021-72/+0
* atari: changed just things I need (nw) Miodrag Milanovic2014-04-211-4/+4
* primary_screen -> first_screen() (nw) Miodrag Milanovic2014-03-151-1/+1
* save state cleanup, converted state_save_register_global* into save_item/save... Miodrag Milanovic2013-05-081-61/+61
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-333/+332
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-1/+1
* Cleanups and version bumpmame0142u5 Angelo Salese2011-06-051-4/+4
* GCC 4.6 "variable assigned but not used" fixes, part 1 (no whatsnew) R. Belmont2011-05-301-13/+19
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-3/+3
* Switch to using delegates for some callbacks: Aaron Giles2011-04-271-1/+1
* Rename state_manager -> save_manager since the term "state" is overloaded. Aaron Giles2011-04-201-1/+1
* BIG update. Aaron Giles2011-03-291-8/+8
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-1/+1
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-1/+1
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-1/+1
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-5/+5
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Made a few more number-to-tag conversions. Also, removed chd.h includes from ... Fabio Priuli2009-05-051-1/+1
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-2/+2
* Hi mamedev, Aaron Giles2008-12-081-19/+9
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-61/+61
* Removed cpu_read_byte/cpu_write_byte. Fixed a few lingering compiler Aaron Giles2008-11-231-9/+18
* address space compilation errors. smf-2008-11-151-2/+4
* Major cpuintrf changes: Aaron Giles2008-11-101-9/+10
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-221-2/+1
* Reduced the number of save state callback types from 3 to 1. The Aaron Giles2008-04-111-7/+7
* Changes first argument of video_screen_* functions to take a device_config Zsolt Vasvari2008-03-091-3/+3
* Moves 'refresh' from public to internal video state and renames it to 'frame_... Zsolt Vasvari2008-03-071-1/+1
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-1/+1
* Removed the pen array lookup from some INDEXED16 drivers Zsolt Vasvari2008-02-211-3/+3
* Changed the use of machine->remapped_colortable to machine->pens where the dr... Zsolt Vasvari2008-02-051-3/+3
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* Changes for MAME 0.121u4.mame0121u4 Aaron Giles2007-12-171-2/+2
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+1135