Previous 199869 Revisions Next

r31121 Thursday 26th June, 2014 at 14:43:58 UTC by David Haywood
move hack so things work like before (nw)
[src/mame/drivers]konamigx.c
[src/mame/video]konamigx.c

trunk/src/mame/video/konamigx.c
r31120r31121
12211221   konamigx_mixer_primode(-1); // swapped layer B and C priorities?
12221222
12231223   gx_le2_textcolour_hack = 1; // force text layer to use the right palette
1224   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?
12251224}
12261225
12271226VIDEO_START_MEMBER(konamigx_state, konamigx_6bpp)
trunk/src/mame/drivers/konamigx.c
r31120r31121
36523652      m_maincpu->set_clock_scale(0.66f);
36533653      boothack_timer->adjust(attotime::from_seconds(10));
36543654   }
3655
3656   if (!strcmp(setname, "le2") ||
3657      !strcmp(setname, "le2u")||
3658      !strcmp(setname, "le2j"))
3659      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
3660
3661
36553662}
36563663
36573664struct GXGameInfoT

Previous 199869 Revisions Next


© 1997-2024 The MAME Team