summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/vdc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* BIG update. Aaron Giles2011-03-291-26/+26
* 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
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Fixed missing VRAM > VRAM DMA flag clearance in PC Engine emulation [Angelo S... Angelo Salese2010-09-071-1/+1
* Fixed sprite OV flag behaviour in PC Engine VDC emulation [Angelo Salese, Cha... Angelo Salese2010-09-061-2/+8
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Cleaned up braces in the code so that they are properly balanced. [Atari Ace] Aaron Giles2009-12-281-2/+2
* Eliminated osd_cpu.h. Aaron Giles2009-10-121-1/+1
* Cleanups and version bump.mame0131u1 Aaron Giles2009-05-071-111/+111
* And some more again... Fabio Priuli2009-04-281-131/+245
* Bulk change alert. Aaron Giles2009-04-261-2/+2
* address space compilation errors. smf-2008-11-151-6/+8
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-7/+7
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-16/+16
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-121-12/+11
* - More machine->screen removal Zsolt Vasvari2008-03-111-1/+1
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-8/+8
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-1/+1
* machine->pen lookup removal Zsolt Vasvari2008-02-241-26/+26
* From Atari Ace: Zsolt Vasvari2008-02-181-1/+1
* Color table removal Zsolt Vasvari2008-02-171-42/+42
* - Removed TRANSPARENCY_NONE_RAW, TRANSPARENCY_PENS_RAW and TRANSPARENCY_PEN_T... Zsolt Vasvari2008-01-281-1/+1
* - 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-8/+8
* Cleanups for 0.122u5. Aaron Giles2008-01-111-33/+33
* log: davidhay2008-01-101-0/+1090