mirror of
https://github.com/holub/mame
synced 2025-10-06 17:08:28 +03:00
fix non-debug build
This commit is contained in:
parent
11ce90e8a4
commit
211e8eb730
@ -124,8 +124,10 @@ private:
|
||||
int m_y;
|
||||
int m_w;
|
||||
int m_h;
|
||||
#ifdef MAME_DEBUG
|
||||
unsigned m_base;
|
||||
int m_view_roms;
|
||||
#endif
|
||||
|
||||
/* misc */
|
||||
uint16_t m_c00006;
|
||||
|
Loading…
Reference in New Issue
Block a user