summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/stactics.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-3/+3
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-3/+3
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-56/+56
* BIG update. Aaron Giles2011-03-291-12/+12
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-11/+11
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-2/+2
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-9/+9
* 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
* Added missing casts and made other tweaks. The entire project Aaron Giles2009-04-271-9/+9
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-1/+1
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-1/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-4/+4
* Region classes go bye-bye. Aaron Giles2008-07-281-1/+1
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-3/+3
* Restructured input port internals and cleaned up inptport.c: Aaron Giles2008-05-151-3/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-5/+4
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-1/+1
* Readds accidentally deleted line Zsolt Vasvari2008-03-031-0/+2
* Added running_machine* to the CUSTOM_INPUT callback - updated drivers to use it Zsolt Vasvari2008-03-031-25/+15
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-1/+1
* - Adds the layout file created by Mr. Do Zsolt Vasvari2008-02-221-134/+206
* - Switched driver to use the artwork system. Mr. Do will be creating some ba... Zsolt Vasvari2008-02-071-145/+46
* Unified memory map Zsolt Vasvari2008-02-071-0/+1
* - Centered crosshair Zsolt Vasvari2008-02-071-123/+106
* - More accurate emulation of the priority system and the beam logic Zsolt Vasvari2008-02-071-691/+304
* - Removed TRANSPARENCY_NONE_RAW, TRANSPARENCY_PENS_RAW and TRANSPARENCY_PEN_T... Zsolt Vasvari2008-01-281-32/+27
* (From AtariAce) Aaron Giles2008-01-111-12/+6
* Changes for MAME 0.121u4.mame0121u4 Aaron Giles2007-12-171-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+878