(nw) Fixed the build (buffer overflow)

This commit is contained in:
Robbbert 2018-02-05 01:18:11 +11:00
parent a496a99266
commit ab5b3f7613

View File

@ -137,7 +137,7 @@ uint32_t konmedal68k_state::screen_update_konmedal68k(screen_device &screen, bit
pri[i] = m_k055555->K055555_read_register(K55_PRIINP_0 + i * 3);
}
for (i = 0; i < NUM_LAYERS + 1; i++)
for (i = 0; i < NUM_LAYERS; i++)
{
order[i] = i;
}