From 1cd8f35d7eca01b0a1136b16dfa1e956302a54b4 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Thu, 11 May 2017 13:24:38 +1000 Subject: [PATCH] Revert "taito_f3: added hacks to work around graphical issues [dink]" This patch was evidently poorly tested and broke title screens of things it was supposed to improve. This reverts commit e103368214bf619ea6806247c29bf15c8682447b. --- src/mame/video/taito_f3.cpp | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/src/mame/video/taito_f3.cpp b/src/mame/video/taito_f3.cpp index 816fed93284..184079ee0af 100644 --- a/src/mame/video/taito_f3.cpp +++ b/src/mame/video/taito_f3.cpp @@ -1388,7 +1388,7 @@ void taito_f3_state::init_alpha_blend_func() } #define UPDATE_PIXMAP_SP(pf_num) \ - if(cx>=clip_als && cx=clip_bls && cx=clip_als && cx=clip_bls && cx=m_clip_al##pf_num && cx=m_clip_bl##pf_num && cx=m_clip_al##pf_num && cx=m_clip_bl##pf_num && cxclip0[y], &line_t->clip1[y], &line_enable); @@ -2078,11 +2070,6 @@ void taito_f3_state::get_vram_info(tilemap_t *vram_tilemap, tilemap_t *pixel_til else line_enable=1; - if ((m_f3_game == ARABIANM || m_f3_game == GSEEKER) && line_enable) - { // force opaque vram & pixel layer kludge: fixes arabianm missing cutscene text, gseeker missing continue screen - line_enable = 1; - } - line_t->pri[y]=pri; /* Evaluate clipping */