while at it (nw)

This commit is contained in:
angelosa 2018-06-02 00:57:40 +02:00
parent 2ab189df0a
commit 91e39b1e68

View File

@ -1159,6 +1159,8 @@ VIDEO_START_MEMBER(cyclwarr_state,cyclwarr)
m_shadow_pen_array = make_unique_clear<uint8_t[]>(8192);
// set up scroll bases
// TODO: more HW configs
m_layer[3]->set_scrolldx(-8,-8);
m_layer[2]->set_scrolldx(-8,-8);
m_layer[1]->set_scrolldx(-8,-8);
@ -1176,6 +1178,8 @@ VIDEO_START_MEMBER(cyclwarr_state,bigfight)
m_shadow_pen_array = make_unique_clear<uint8_t[]>(8192);
// set up scroll bases
// TODO: more HW configs
m_layer[3]->set_scrolldx(-8,-8);
m_layer[2]->set_scrolldx(-8,-8);
m_layer[1]->set_scrolldx(-8,-8);