fix non-debug build

This commit is contained in:
Vas Crabb 2017-05-27 11:01:09 +10:00
parent 11ce90e8a4
commit 211e8eb730

View File

@ -124,8 +124,10 @@ private:
int m_y; int m_y;
int m_w; int m_w;
int m_h; int m_h;
#ifdef MAME_DEBUG
unsigned m_base; unsigned m_base;
int m_view_roms; int m_view_roms;
#endif
/* misc */ /* misc */
uint16_t m_c00006; uint16_t m_c00006;