summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/tia.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-1/+1
* Switch to using delegates for some callbacks: Aaron Giles2011-04-271-1/+1
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-1/+1
* BIG update. Aaron Giles2011-03-291-18/+18
* 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
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-2/+2
* Time to kill off some deadwood. Aaron Giles2010-07-071-1/+1
* Remove most other instances of cpu_get_total_cycles. Aaron Giles2010-06-301-5/+5
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-4/+4
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-8/+8
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Bulk change alert. Aaron Giles2009-04-261-3/+3
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-1/+1
* Ok, this is The Big One. Aaron Giles2009-02-111-1/+1
* Here's the big one.... Aaron Giles2008-12-111-28/+28
* Terminology cleanup. "Machine" handlers are now "space" handlers. Aaron Giles2008-11-151-3/+3
* address space compilation fixes. smf-2008-11-151-10/+10
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-69/+69
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-32/+32
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-121-5/+4
* - Removes the public screen_state object -- all access is via functions Zsolt Vasvari2008-03-131-5/+5
* Next batch of machine->screen[] removal Zsolt Vasvari2008-03-121-3/+3
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-1/+1
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-44/+42
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-1/+1
* Removed distinction between *_gettotalcycles() and *_gettotalcycles64(). Aaron Giles2008-01-291-3/+3
* - Removed TRANSPARENCY_NONE_RAW, TRANSPARENCY_PENS_RAW and TRANSPARENCY_PEN_T... Zsolt Vasvari2008-01-281-2/+1
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+2004