mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
x1_012: Fix insidious variable type mistake that caused tilemap regressions
This commit is contained in:
parent
d73b585d65
commit
09e173dd17
@ -48,7 +48,7 @@ private:
|
||||
|
||||
tilemap_t *m_tilemap;
|
||||
|
||||
u8 m_xoffsets[2];
|
||||
int m_xoffsets[2];
|
||||
|
||||
u16 m_vctrl[3];
|
||||
u8 m_rambank;
|
||||
|
Loading…
Reference in New Issue
Block a user