summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/gtia.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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