summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/twincobr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (Finally found the time to finish this....) Aaron Giles2011-05-301-2/+2
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-3/+3
* Rename state_manager -> save_manager since the term "state" is overloaded. Aaron Giles2011-04-201-1/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-93/+93
* BIG update. Aaron Giles2011-03-291-43/+43
* 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
* 'unused variable' compile error Michaƫl Banaan Ananas2011-03-211-1/+20
* Converted asteroid/bzone/funworld/itech8/kongambl/legionna/leland/quakeat/ Aaron Giles2011-03-211-124/+118
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* 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
* Updates to Twincobr/Wardner drivers: [Quench] Quench2010-03-131-25/+23
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Renamed tilemap -> tilemap_t, as the name 'tilemap' is too commonly Aaron Giles2009-12-281-1/+1
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* A few minor syntax changes to make the Clang compiler (clang.llvm.org) happy. R. Belmont2009-12-021-2/+2
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-4/+7
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-061-8/+6
* > From: atari_ace@verizon.net Aaron Giles2009-08-131-5/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-251-3/+2
* A last round of number-to-tag changes, for the moment (I don't want to confli... Fabio Priuli2009-04-281-1/+1
* Bulk change alert. Aaron Giles2009-04-261-8/+3
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2009-01-141-3/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-5/+5
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-19/+19
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-1/+1
* address space compilation errors. smf-2008-11-151-1/+3
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-12/+12
* Flipped the damn mem_mask. It is no longer inverted when passed to Aaron Giles2008-04-201-13/+13
* Reduced the number of save state callback types from 3 to 1. The Aaron Giles2008-04-111-3/+3
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-3/+3
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-13/+13
* Various clean ups: Couriersud2008-03-011-1/+1
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-2/+2
* machine->pen lookup removal Zsolt Vasvari2008-02-241-1/+1
* Cleanups and version bump for 0.123u1.mame0123u1 Aaron Giles2008-02-131-4/+4
* Renames M6845 to MC6845 Zsolt Vasvari2008-02-121-5/+5
* Renames CRTC6845 to M6845 Zsolt Vasvari2008-02-121-5/+5
* Removed 'type' parameter from tilemap_create Zsolt Vasvari2008-02-051-3/+3
* Changes for MAME 0.121u1.mame0121u1 Aaron Giles2007-12-171-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+521