mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +03:00
Compile fix from qmc2 (nw)
This commit is contained in:
parent
e6d9409734
commit
3d43cd4a41
@ -163,8 +163,8 @@ tc0480scp_device::tc0480scp_device(const machine_config &mconfig, const char *ta
|
||||
m_bgscroll_ram[i] = NULL;
|
||||
m_rowzoom_ram[i] = NULL;
|
||||
m_bgcolumn_ram[i] = NULL;
|
||||
m_bgscrollx[i] = NULL;
|
||||
m_bgscrolly[i] = NULL;
|
||||
m_bgscrollx[i] = 0;
|
||||
m_bgscrolly[i] = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user