mirror of
https://github.com/holub/mame
synced 2025-04-23 17:00:53 +03:00
while at it (nw)
This commit is contained in:
parent
2ab189df0a
commit
91e39b1e68
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user