From e8bc1114f71026207e75a332fe09b0259f5de9c0 Mon Sep 17 00:00:00 2001 From: angelosa Date: Mon, 17 Feb 2020 19:05:12 +0100 Subject: testing note (nw) --- src/mame/drivers/ddenlovr.cpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/mame/drivers/ddenlovr.cpp b/src/mame/drivers/ddenlovr.cpp index b571162457e..867c73eb9dc 100644 --- a/src/mame/drivers/ddenlovr.cpp +++ b/src/mame/drivers/ddenlovr.cpp @@ -1,6 +1,6 @@ // license:BSD-3-Clause // copyright-holders:Nicola Salmoria, Luca Elia -/*************************************************************************** +/********************************************************************************************************************** Some Dynax/Nakanihon games using the third version of their blitter @@ -103,6 +103,9 @@ TODO: - mjflove: Transparency problems in title screen, staff roll and gal display (the background is not visible) +- mjflove: 1st level sports a slot-like gal rotation that is hidden in 2nd with a solid green color. + Most likely a bug, related to above? + - implement palette RAM enable in most games. Done for seljan2 (in a convoluted way). Notes: @@ -110,7 +113,7 @@ Notes: - daimyojn: In Test->Option, press "N Ron Ron N" to access more options - kotbinyo: To access service mode, during boot press start+button+right (start+d+e in keyboard mode) -***************************************************************************/ +**********************************************************************************************************************/ #include "emu.h" #include "includes/dynax.h" -- cgit v1.2.3