Previous 199869 Revisions Next

r19956 Sunday 30th December, 2012 at 22:08:47 UTC by Wilbert Pol
Fix a tiny bug (nw)
[src/mess/video]odyssey2.c

trunk/src/mess/video/odyssey2.c
r19955r19956
731731   }
732732   if ( x & 0x20 )
733733   {
734      return 0x380 | ( ( y & 0x07 ) << 5 ) | ( y & 0x18 ) | ( x & 0x07 );
734      return 0x300 | ( ( y & 0x07 ) << 5 ) | ( y & 0x18 ) | ( x & 0x07 );
735735   }
736736   return y << 5 | x;
737737}

Previous 199869 Revisions Next


© 1997-2024 The MAME Team