mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
(nw) mbee: seems mac doesn't like saving a size_t
This commit is contained in:
parent
5992d320a2
commit
409508dda3
@ -148,7 +148,7 @@ private:
|
||||
void mbeett_mem(address_map &map);
|
||||
|
||||
u8 m_features;
|
||||
size_t m_size;
|
||||
u16 m_size;
|
||||
bool m_b7_rtc;
|
||||
bool m_b7_vs;
|
||||
bool m_b2;
|
||||
|
Loading…
Reference in New Issue
Block a user