Previous 199869 Revisions Next

r19957 Sunday 30th December, 2012 at 22:12:21 UTC by Wilbert Pol
Fix another tiny bug (nw)
[src/mess/video]odyssey2.c

trunk/src/mess/video/odyssey2.c
r19956r19957
725725
726726UINT16 odyssey2_state::ef9340_get_c_addr(UINT8 x, UINT8 y)
727727{
728   if ( ( y & 0x0c ) == 0x0c )
728   if ( ( y & 0x18 ) == 0x18 )
729729   {
730730      return 0x318 | ( ( x & 0x38 ) << 2 ) | ( x & 0x07 );
731731   }

Previous 199869 Revisions Next


© 1997-2024 The MAME Team