summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/system1.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-51/+51
* BIG update. Aaron Giles2011-03-291-38/+38
* 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-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-3/+3
* Eliminated global/static variables in a number of Konami/Sega drivers Aaron Giles2011-02-121-58/+53
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-4/+4
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* Removed generic.videoram and generic.videoram_size. These generics Aaron Giles2010-09-081-24/+35
* Remove most other instances of cpu_get_total_cycles. Aaron Giles2010-06-301-4/+4
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-7/+7
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-2/+2
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Renamed tilemap -> tilemap_t, as the name 'tilemap' is too commonly Aaron Giles2009-12-281-1/+1
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-24/+25
* Remove remaining references to machine->cpu[n]. Removed cpu[n] array. Aaron Giles2009-09-081-2/+2
* Added missing casts and made other tweaks. The entire project Aaron Giles2009-04-271-1/+1
* Bulk change alert. Aaron Giles2009-04-261-7/+4
* Cleanups and version bump. Aaron Giles2009-04-161-5/+5
* Small System 1 update: Aaron Giles2009-04-161-3/+4
* Corrected System 1 Z80 clocking: Aaron Giles2009-04-131-0/+16
* Cleanups and version bump. Aaron Giles2009-04-091-118/+118
* More System 1 stuff, in addition to what was before: Aaron Giles2009-04-091-201/+331
* From: Kevin Eshbach [mailto:keshbach@comcast.net] Aaron Giles2009-04-081-672/+305
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-1/+1
* Cleanups and version bump.mame0129u3 Aaron Giles2009-01-291-1/+1
* new clone: Noboranka (Japan) davidhay2009-01-251-34/+14
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-27/+27
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-7/+7
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-5/+5
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-09-261-1/+1
* Region classes go bye-bye. Aaron Giles2008-07-281-3/+3
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-3/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-3/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-2/+1
* Reduced the number of save state callback types from 3 to 1. The Aaron Giles2008-04-111-3/+3
* - Removes the public screen_state object -- all access is via functions Zsolt Vasvari2008-03-131-2/+2
* Next batch of machine->screen[] removal Zsolt Vasvari2008-03-121-16/+16
* - More machine->screen removal Zsolt Vasvari2008-03-111-2/+2
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-21/+21
* Identified code not used and marked with "#ifdef UNUSED_FUNCTION" Couriersud2008-03-011-0/+2
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-10/+10
* * remove flip_screen macro Couriersud2008-02-251-26/+26
* machine->pens lookup removal Zsolt Vasvari2008-02-221-5/+5
* Removed the pen array lookup from some INDEXED16 drivers Zsolt Vasvari2008-02-211-4/+4
* Changed the use of machine->remapped_colortable to machine->pens where the dr... Zsolt Vasvari2008-02-051-1/+1
* - Removed TRANSPARENCY_NONE_RAW, TRANSPARENCY_PENS_RAW and TRANSPARENCY_PEN_T... Zsolt Vasvari2008-01-281-5/+5