Previous 199869 Revisions Next

r21273 Thursday 21st February, 2013 at 19:27:17 UTC by Wilbert Pol
(MESS) odyssey2.c: Slightly better alignment between the 2 graphics chips in the g7400. (nw)
[src/mess/drivers]odyssey2.c

trunk/src/mess/drivers/odyssey2.c
r21272r21273
528528   }
529529
530530   // apply external LUM setting
531   int x_real_start = i8244_device::START_ACTIVE_SCAN + i8244_device::BORDER_SIZE + 2;
532   int x_real_end = i8244_device::END_ACTIVE_SCAN - i8244_device::BORDER_SIZE + 2;
531   int x_real_start = i8244_device::START_ACTIVE_SCAN + i8244_device::BORDER_SIZE + 5;
532   int x_real_end = i8244_device::END_ACTIVE_SCAN - i8244_device::BORDER_SIZE + 5;
533533   for ( int x = i8244_device::START_ACTIVE_SCAN; x < i8244_device::END_ACTIVE_SCAN; x++ )
534534   {
535535      UINT16 d = bitmap->pix16( vpos, x );

Previous 199869 Revisions Next


© 1997-2024 The MAME Team