summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/pastelg.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-48/+48
* BIG update. Aaron Giles2011-03-291-32/+32
* Convert nichibut/nintendo/nix to driver_devices. [Atari Ace] Aaron Giles2011-02-281-63/+60
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-4/+4
* Added include files for all remaining drivers with multiple source files. Aaron Giles2010-09-021-0/+1
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-281-5/+5
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-7/+7
* Fixed for good trasparency issues in Three Dealers Casino House [Angelo Salese] Angelo Salese2010-03-191-2/+5
* Implemented pal bank in Three Dealers Casino House [Angelo Salese] Angelo Salese2010-03-171-0/+6
* Implemented irq ack in the Pastel Gal driver and implemented gfx rom readback... Angelo Salese2010-03-151-0/+7
* 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
* Bulk change alert. Aaron Giles2009-04-261-3/+2
* Added Three Ds to the Pastel Gal driver [David Haywood,Angelo Salese] Angelo Salese2008-12-201-10/+32
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-1/+1
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-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-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: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-121-10/+9
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-051-4/+6
* - Removes the public screen_state object -- all access is via functions Zsolt Vasvari2008-03-131-13/+21
* 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-1/+1
* machine->pens lookup removal Zsolt Vasvari2008-02-221-27/+4
* Removed the pen array lookup from some INDEXED16 drivers Zsolt Vasvari2008-02-211-1/+1
* The term "driver" is way overloaded in the system. Aaron Giles2008-02-181-5/+5
* - Removed TRANSPARENCY_NONE_RAW, TRANSPARENCY_PENS_RAW and TRANSPARENCY_PEN_T... Zsolt Vasvari2008-01-281-5/+2
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* Changes for MAME 0.121u2.mame0121u2 Aaron Giles2007-12-171-1/+1
* Changes for MAME 0.121u1.mame0121u1 Aaron Giles2007-12-171-2/+2
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+303