move hack so things work like before (nw)

This commit is contained in:
David Haywood 2014-06-26 14:43:58 +00:00
parent 8fd497837a
commit 41f7240529
2 changed files with 7 additions and 1 deletions

View File

@ -3652,6 +3652,13 @@ MACHINE_RESET_MEMBER(konamigx_state,konamigx)
m_maincpu->set_clock_scale(0.66f);
boothack_timer->adjust(attotime::from_seconds(10));
}
if (!strcmp(setname, "le2") ||
!strcmp(setname, "le2u")||
!strcmp(setname, "le2j"))
m_k055555->K055555_write_reg(K55_INPUT_ENABLES, 1); // it doesn't turn on the video output at first for the test screens, maybe it should default to ON for all games
}
struct GXGameInfoT

View File

@ -1221,7 +1221,6 @@ VIDEO_START_MEMBER(konamigx_state, le2)
konamigx_mixer_primode(-1); // swapped layer B and C priorities?
gx_le2_textcolour_hack = 1; // force text layer to use the right palette
m_k055555->K055555_write_reg(K55_INPUT_ENABLES, 1); // it doesn't turn on the video output at first for the test screens, maybe it should default to ON?
}
VIDEO_START_MEMBER(konamigx_state, konamigx_6bpp)