mirror of
https://github.com/holub/mame
synced 2025-04-24 01:11:11 +03:00
(MESS) odyssey2.c: Fixed save_item type error (nw)
This commit is contained in:
parent
a880a23103
commit
e50c2bd452
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user