summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/ygv608.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* updated my recent commits to initialize bools with false instead of 0, as sug... Ivan Vangelista2019-11-281-28/+28
* ygv608.cpp: initialized stuff in the constructor (nw) Ivan Vangelista2019-11-271-2/+102
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-12/+12
* ygv608: Internalize palette (nw) AJR2019-05-101-2/+3
* ygv608.cpp: updated save state support, fixed namcond1.cpp games save state r... Ivan Vangelista2018-10-241-29/+116
* new NOT WORKING angelosa2018-10-151-1/+2
* Eliminate register_postload from various Konami/Namco/Taito video devices (nw) AJR2018-09-201-16/+14
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-33/+33
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-2/+2
* Eliminate some explicit device tag lookups (nw) AJR2018-05-131-7/+7
* maps: Finish mame/video (nw) Olivier Galibert2018-04-191-37/+39
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-3/+3
* srcclean and regenerate localisations (nw) Vas Crabb2018-01-281-2/+2
* ygv608.cpp: Fix a small graphics glitch in RALLY-X Arrangement Agiri2017-12-311-15/+14
* ygv608.cpp: R#13 is transparent color (?) Agiri2017-12-311-1/+1
* ygv608.cpp: small changes Agiri2017-12-301-4/+5
* ygv608.cpp: Add mosaic effect for Galaga Arrangement Ending/Staffroll Agiri2017-12-301-2/+25
* ygv608.cpp: Fix scaling effect (used in NCV2 Pacman Arrangement staffroll) Agiri2017-10-281-64/+90
* ygv608.cpp: small cleanups Agiri2017-10-281-20/+14
* ygv608.cpp: Add scrolling-by-row (used in NCV1 Xevious Arrangement) Agiri2017-10-281-9/+43
* ygv608.cpp: Fix rotation and scrolling Agiri2017-10-281-2/+10
* srcclean (nw) Vas Crabb2017-10-221-47/+47
* ygv608.cpp: note about missing registers (nw) angelosa2017-09-281-0/+2
* ygv608.cpp: fix CRTC vblank period, fixes NCV2: Dig Dug Original regression [... angelosa2017-09-281-4/+6
* ygv608.cpp: kill legacy ports variables (nw) angelosa2017-09-281-39/+25
* ygv608.cpp: kill legacy register code (nw) angelosa2017-09-281-234/+14
* ygv608.cpp: screen control 12 (nw) angelosa2017-09-281-9/+24
* ygv608.cpp: sprite drawing cleanups (nw) angelosa2017-09-281-145/+41
* ygv608.cpp: enabled sprite wraparound when both sx and sy goes past clipping ... angelosa2017-09-281-12/+27
* ygv608.cpp: kill legacy code (nw) angelosa2017-09-271-60/+12
* ygv608.cpp: screen control 11 (layer transparency enable), made POST screens ... angelosa2017-09-271-165/+203
* Note (nw) angelosa2017-09-261-1/+2
* ygv608.cpp: pattern name table states must be reset on mode changes, fixes Ma... angelosa2017-09-261-3/+7
* ygv608.cpp: fixed page select boundaries for tilemap drawing, fixes Namco Cla... angelosa2017-09-261-15/+36
* ygv608.cpp: screen control 9 (nw) angelosa2017-09-261-44/+60
* ygv608.cpp: screen control 7 & 8 (nw) angelosa2017-09-261-74/+138
* ygv608.cpp: rewritten built in RAM access control (nw) angelosa2017-09-261-12/+45
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-2/+2
* never hurts to srcclean (nw) Vas Crabb2017-07-091-70/+70
* Misc fixes (nw) Olivier Galibert2017-07-031-2/+4
* yg608.cpp: added border color [Angelo Salese] angelosa2017-06-301-2/+11
* ygv608.cpp: log mosaic (nw) angelosa2017-06-301-9/+40
* ygv608.cpp: pattern name table pointer access (nw) angelosa2017-06-301-102/+82
* ygv608.cpp: address pointer clean-ups (nw) angelosa2017-06-291-30/+83
* ygv608.cpp: misc irq changes (nw) angelosa2017-06-291-12/+21
* ygv608.cpp: h/vblank status bits (nw) angelosa2017-06-291-2/+5
* Moved ROZ registers out of the legacy code (nw) angelosa2017-06-291-56/+65
* Moved base address out of legacy switch case (nw) angelosa2017-06-291-2/+22
* ygv608.cpp: added preliminary raster irq hookup (limited usage in NCV2) (nw) angelosa2017-06-291-2/+38
* ygv608.cpp: added CRTC function, moved irqs in handler callbacks [Angelo Salese] angelosa2017-06-291-152/+193