trunk/src/mess/drivers/odyssey2.c
| r21272 | r21273 | |
| 528 | 528 | } |
| 529 | 529 | |
| 530 | 530 | // 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; |
| 533 | 533 | for ( int x = i8244_device::START_ACTIVE_SCAN; x < i8244_device::END_ACTIVE_SCAN; x++ ) |
| 534 | 534 | { |
| 535 | 535 | UINT16 d = bitmap->pix16( vpos, x ); |