trunk/src/mame/video/btime.c
| r242195 | r242196 | |
| 303 | 303 | |
| 304 | 304 | if (flip_screen()) |
| 305 | 305 | { |
| 306 | | x = 31 + 16 - x; |
| 307 | | y = 33 - y; |
| 306 | x = 31 - x; |
| 307 | y = 31 - y; |
| 308 | 308 | } |
| 309 | 309 | |
| 310 | 310 | m_gfxdecode->gfx(0)->transpen(bitmap,cliprect, |
| r242195 | r242196 | |
| 339 | 339 | |
| 340 | 340 | if (flip_screen()) |
| 341 | 341 | { |
| 342 | | x = 240 + 128 - x; |
| 343 | | y = 256 - y + sprite_y_adjust_flip_screen; |
| 342 | x = 240 - x; |
| 343 | y = 240 - y + sprite_y_adjust_flip_screen; |
| 344 | 344 | |
| 345 | 345 | flipx = !flipx; |
| 346 | 346 | flipy = !flipy; |
| r242195 | r242196 | |
| 391 | 391 | |
| 392 | 392 | if (flip_screen()) |
| 393 | 393 | { |
| 394 | | x = 240 + 128 - x; |
| 395 | | y = 256 - y; |
| 394 | x = 240 - x; |
| 395 | y = 240 - y; |
| 396 | 396 | } |
| 397 | 397 | |
| 398 | 398 | m_gfxdecode->gfx(2)->opaque(bitmap,cliprect, |
| r242195 | r242196 | |
| 488 | 488 | if (flip_screen()) |
| 489 | 489 | { |
| 490 | 490 | sx = 496 - sx; |
| 491 | | sy = 256 - sy; |
| 491 | sy = 240 - sy; |
| 492 | 492 | } |
| 493 | 493 | |
| 494 | 494 | m_gfxdecode->gfx(2)->opaque(*m_background_bitmap,m_background_bitmap->cliprect(), |
| r242195 | r242196 | |
| 534 | 534 | if (flip_screen()) |
| 535 | 535 | { |
| 536 | 536 | sx = 31 - sx; |
| 537 | | sy = 33 - sy; |
| 537 | sy = 31 - sy; |
| 538 | 538 | } |
| 539 | 539 | |
| 540 | 540 | m_gfxdecode->gfx(2)->opaque(bitmap,cliprect, |