(MESS) odyssey2.c: Fixed save_item type error (nw)

This commit is contained in:
Wilbert Pol 2013-01-27 19:27:44 +00:00
parent a880a23103
commit e50c2bd452

View File

@ -50,7 +50,7 @@ public:
UINT8 m_ram[256];
UINT8 m_p1;
UINT8 m_p2;
size_t m_cart_size;
int m_cart_size;
UINT8 m_lum;
DECLARE_READ8_MEMBER(t0_read);
DECLARE_READ8_MEMBER(io_read);