summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/cischeat.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (Finally found the time to finish this....) Aaron Giles2011-05-301-23/+23
* Added shifter display to Cisco Heat driver [Angelo Salese] Removed cheesy hac... Angelo Salese2011-05-011-3/+5
* Fixed inputs and removed digital hacks in Cisco Heat driver [Angelo Salese] Angelo Salese2011-05-011-30/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-139/+139
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-4/+4
* BIG update. Aaron Giles2011-03-291-132/+132
* 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
* Convert a number of drivers to use their own private spriteram instead Aaron Giles2011-03-131-3/+3
* Breaks some driver entanglements to simplify future driver_device Aaron Giles2011-03-101-119/+240
* This patch revisits archive files I've already patched to remove Aaron Giles2011-02-281-3/+2
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-4/+4
* Convert dooyong/edevices/eolith/exidy/gaelco/gottlieb/igs/ Aaron Giles2011-02-171-52/+59
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-20/+20
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-2/+2
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-15/+15
* > From: atari_ace@verizon.net Aaron Giles2009-10-211-1/+1
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-101-6/+1
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-061-23/+23
* From: hoge hoge [mailto:c8cv@hotmail.com] Aaron Giles2009-07-201-4/+2
* Cleaned out remaining generic drawgfx usage. Removed the Aaron Giles2009-07-021-21/+21
* Part 1 of the drawgfx changes. [Atari Ace] Aaron Giles2009-07-021-4/+2
* Replaced almost all remaining cpu[num] occurrences in src/mame/ with tags Fabio Priuli2009-05-291-17/+17
* Major drawgfx cleanup, global removal, and feature enhancements: Aaron Giles2009-01-121-11/+12
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-7/+7
* fix compile error in debug build Nicola Salmoria2008-11-151-5/+9
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-48/+48
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-13/+13
* Major cpuintrf changes: Aaron Giles2008-11-101-4/+4
* Here's another MAME tidy patch. This one adds missing const/statics, Aaron Giles2008-11-021-4/+5
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-201-7/+6
* This also includes a fix for the bug reported at the bottom. Aaron Giles2008-08-061-12/+6
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-06-121-24/+24
* 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-7/+7
* Renamed input port functions: Aaron Giles2008-04-061-30/+30
* Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_* Aaron Giles2008-04-031-6/+6
* New macros added for checking mem_mask. ACCESSING_BYTE_n, ACCESSING_WORD_n & ... smf-2008-03-301-6/+6
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-28/+28
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-23/+24
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-4/+4
* machine->pens lookup removal Zsolt Vasvari2008-02-221-7/+7
* - 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-13/+13
* Changed all other video_*, sound_*, etc. calls to use macros Zsolt Vasvari2008-01-221-3/+3
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+1375