summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/psikyosh.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-3/+3
* (Finally found the time to finish this....) Aaron Giles2011-05-301-10/+10
* Migrate variables in corona/galaxian/namcos21/namcos22/namcos23/psikyosh/quiz... Scott Stone2011-04-091-2/+6
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-53/+53
* BIG update. Aaron Giles2011-03-291-37/+37
* 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-2/+2
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-4/+4
* From: Atari Ace Aaron Giles2011-02-031-1/+1
* I had originally wanted to convert the profiler to use scopes (e.g., Aaron Giles2010-08-211-12/+12
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-9/+9
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-2/+2
* several cleanups based on cppcheck and VS2008 Code Analysis [Oliver Stöneberg] Fabio Priuli2010-03-171-2/+3
* Cleanups and version bump. Aaron Giles2010-01-281-21/+21
* Tidy up calculation, thanks smf. No whatsnew. Paul Priest2010-01-231-1/+1
* psikyoah: remove hard-coded zoom table and replace with 1/x function Paul Priest2010-01-221-50/+19
* Make x-zoom close to hardware with hard-coded table based on measurements fro... Paul Priest2010-01-221-45/+107
* Remove debug trace. Update comments and document some more video registers. N... Paul Priest2010-01-181-32/+36
* psikyosh - virtually completed video rendering. Only flipscreen missing (and ... Paul Priest2010-01-181-226/+185
* MT03663: Missing background-clear ('pre') line-fill on tgm2/tgm2p warning scr... Paul Priest2010-01-171-5/+5
* Compile fix for MSVC psikyosh (dynamic array sizes are a later Aaron Giles2010-01-161-2/+2
* More likely implementation for line zoom in psikyosh. No whatsnew. Paul Priest2010-01-161-3/+3
* Add support for per-scanline scroll/zoom and per-column effects. This is adds... Paul Priest2010-01-161-261/+399
* Cleanups and version bump. Aaron Giles2010-01-161-3/+3
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* 00892: Fix warning message and missing level/credits in S1945iii last boss [P... Paul Priest2010-01-051-68/+65
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Cleanups and version bump.mame0135u4 Aaron Giles2009-12-231-13/+13
* Added save states to ics2115 sound device Fabio Priuli2009-12-221-337/+367
* 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-1/+1
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-061-1/+1
* Changed profiler to separate start/stop cases. [Christophe Jaillet] Aaron Giles2009-08-191-6/+6
* Cleaned out remaining generic drawgfx usage. Removed the Aaron Giles2009-07-021-2/+2
* Cleanups and version bump.mame0132u2 Aaron Giles2009-06-251-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-251-7/+7
* More number-to-tag conversions in CPU calls while Kale is busy (and not mergi... Fabio Priuli2009-04-291-1/+1
* Bulk change alert. Aaron Giles2009-04-261-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-02-261-1/+1
* Cleanups and version bump.mame0129u1 Aaron Giles2009-01-151-5/+5
* Major drawgfx cleanup, global removal, and feature enhancements: Aaron Giles2009-01-121-94/+119
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-3/+3
* address space compilation errors. smf-2008-11-151-1/+3
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-121-5/+5
* Flipped the damn mem_mask. It is no longer inverted when passed to Aaron Giles2008-04-201-1/+1
* - Removes the public screen_state object -- all access is via functions Zsolt Vasvari2008-03-131-2/+4
* Next batch of machine->screen[] removal Zsolt Vasvari2008-03-121-1/+1
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-4/+4