Previous 199869 Revisions Next

r19961 Monday 31st December, 2012 at 00:15:27 UTC by Robbbert
(MESS) fixed compile error (nw)
[src/mess/includes]odyssey2.h

trunk/src/mess/includes/odyssey2.h
r19960r19961
137137   bool   m_g7400;
138138
139139   inline UINT16 ef9340_get_c_addr(UINT8 x, UINT8 y);
140   inline UINT16 ef9340_get_c_addr() { return ef9340_get_c_addr( m_ef9340.X, m_ef9340.Y ); };
140   //inline UINT16 ef9340_get_c_addr() { return ef9340_get_c_addr( m_ef9340.X, m_ef9340.Y ); };
141141   inline void ef9340_inc_c();
142142   // Calculate the external chargen address for a character and slice
143143   inline UINT16 external_chargen_address(UINT8 b, UINT8 slice);

Previous 199869 Revisions Next


© 1997-2024 The MAME Team