summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2011-08-17 20:33:35 +0000
committer Angelo Salese <angelosa@users.noreply.github.com>2011-08-17 20:33:35 +0000
commit0a3395d8eb059b019cc0a961325eb67e2f12ea1c (patch)
treeb2bdcfd49ecc5ee7ed32a896afba7b8ef8afad6b /src/mame/video
parenta2ac914795601be4c1be767a2879e7ed956e200b (diff)
Moved change clock inside a timer and worked on NMI generation for SMPC, fixes most instances of 2 credits at start-up for ST-V games [Angelo Salese]
Diffstat (limited to 'src/mame/video')
-rw-r--r--src/mame/video/stvvdp1.c6
-rw-r--r--src/mame/video/stvvdp2.c4
2 files changed, 5 insertions, 5 deletions
diff --git a/src/mame/video/stvvdp1.c b/src/mame/video/stvvdp1.c
index b1e79325297..586d05f68b9 100644
--- a/src/mame/video/stvvdp1.c
+++ b/src/mame/video/stvvdp1.c
@@ -1944,9 +1944,9 @@ static void stv_vdp1_process_list(running_machine &machine)
{
if ( stv2_current_sprite.CMDPMOD & 0x0400 )
{
- if(stv2_current_sprite.CMDPMOD & 0x0200) /* TODO: Bio Hazard inventory screen uses outside cliprect */
- cliprect = &state->m_vdp1.system_cliprect;
- else
+ //if(stv2_current_sprite.CMDPMOD & 0x0200) /* TODO: Bio Hazard inventory screen uses outside cliprect */
+ // cliprect = &state->m_vdp1.system_cliprect;
+ //else
cliprect = &state->m_vdp1.user_cliprect;
}
else
diff --git a/src/mame/video/stvvdp2.c b/src/mame/video/stvvdp2.c
index 112801ce8d0..f0ee7b42f08 100644
--- a/src/mame/video/stvvdp2.c
+++ b/src/mame/video/stvvdp2.c
@@ -4321,8 +4321,8 @@ static void stv_vdp2_check_tilemap(running_machine &machine, bitmap_t *bitmap, c
{
/* Pukunpa */
- if(STV_VDP2_SPWINEN)
- popmessage("Sprite Window enabled");
+ //if(STV_VDP2_SPWINEN)
+ // popmessage("Sprite Window enabled");
/* Capcom Collection Dai 2 - Choh Makaimura (Duh!) */
if(STV_VDP2_MZCTL & 0x1f && 0)