| 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 |
| r31120 | r31121 | |
|---|---|---|
| 1221 | 1221 | konamigx_mixer_primode(-1); // swapped layer B and C priorities? |
| 1222 | 1222 | |
| 1223 | 1223 | 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? | |
| 1225 | 1224 | } |
| 1226 | 1225 | |
| 1227 | 1226 | VIDEO_START_MEMBER(konamigx_state, konamigx_6bpp) |
| r31120 | r31121 | |
|---|---|---|
| 3652 | 3652 | m_maincpu->set_clock_scale(0.66f); |
| 3653 | 3653 | boothack_timer->adjust(attotime::from_seconds(10)); |
| 3654 | 3654 | } |
| 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 | ||
| 3655 | 3662 | } |
| 3656 | 3663 | |
| 3657 | 3664 | struct GXGameInfoT |
| Previous | 199869 Revisions | Next |