summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/policetr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-50/+50
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-7/+7
* BIG update. Aaron Giles2011-03-291-20/+20
* Continued eliminating global/static variables by moving them to Aaron Giles2011-03-131-69/+59
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-2/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-2/+2
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* fixed 3 more tags Fabio Priuli2009-05-081-2/+2
* More number-to-tag conversions in CPU calls while Kale is busy (and not mergi... Fabio Priuli2009-04-291-2/+2
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* Major drawgfx cleanup, global removal, and feature enhancements: Aaron Giles2009-01-121-1/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-16/+16
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-2/+2
* Major cpuintrf changes: Aaron Giles2008-11-101-7/+7
* Region classes go bye-bye. Aaron Giles2008-07-281-2/+2
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-2/+2
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-06-261-4/+4
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-4/+3
* Flipped the damn mem_mask. It is no longer inverted when passed to Aaron Giles2008-04-201-6/+6
* Renamed input port functions: Aaron Giles2008-04-061-4/+4
* Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_* Aaron Giles2008-04-031-3/+3
* New macros added for checking mem_mask. ACCESSING_BYTE_n, ACCESSING_WORD_n & ... smf-2008-03-301-3/+3
* - Removes the public screen_state object -- all access is via functions Zsolt Vasvari2008-03-131-4/+6
* - 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
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+370