trunk/src/mame/video/tumbleb.c
| r241762 | r241763 | |
| 305 | 305 | int offs, offs2; |
| 306 | 306 | |
| 307 | 307 | flip_screen_set(m_control_0[0] & 0x80); |
| 308 | | machine().tilemap().set_flip_all(flip_screen() ? (TILEMAP_FLIPY | TILEMAP_FLIPX) : 0); |
| 309 | 308 | |
| 310 | 309 | if (flip_screen()) |
| 311 | 310 | offs = 1; |
| r241762 | r241763 | |
| 327 | 326 | int offs, offs2; |
| 328 | 327 | |
| 329 | 328 | flip_screen_set(m_control_0[0] & 0x80); |
| 330 | | machine().tilemap().set_flip_all(flip_screen() ? (TILEMAP_FLIPY | TILEMAP_FLIPX) : 0); |
| 331 | 329 | |
| 332 | 330 | if (flip_screen()) |
| 333 | 331 | offs = 1; |
| r241762 | r241763 | |
| 348 | 346 | int offs, offs2; |
| 349 | 347 | |
| 350 | 348 | flip_screen_set(m_control_0[0] & 0x80); |
| 351 | | machine().tilemap().set_flip_all(flip_screen() ? (TILEMAP_FLIPY | TILEMAP_FLIPX) : 0); |
| 352 | 349 | |
| 353 | 350 | if (flip_screen()) |
| 354 | 351 | offs = 1; |
| r241762 | r241763 | |
| 384 | 381 | int offs, offs2; |
| 385 | 382 | |
| 386 | 383 | flip_screen_set(m_control_0[0] & 0x80); |
| 387 | | machine().tilemap().set_flip_all(flip_screen() ? (TILEMAP_FLIPY | TILEMAP_FLIPX) : 0); |
| 388 | 384 | |
| 389 | 385 | /* not sure of this */ |
| 390 | 386 | if (flip_screen()) |
| r241762 | r241763 | |
| 407 | 403 | int offs, offs2; |
| 408 | 404 | |
| 409 | 405 | flip_screen_set(m_control_0[0] & 0x80); |
| 410 | | machine().tilemap().set_flip_all(flip_screen() ? (TILEMAP_FLIPY | TILEMAP_FLIPX) : 0); |
| 406 | |
| 411 | 407 | offs = -1; |
| 412 | 408 | offs2 = -2; |
| 413 | 409 | |
| r241762 | r241763 | |
| 421 | 417 | int offs, offs2; |
| 422 | 418 | |
| 423 | 419 | flip_screen_set(m_control_0[0] & 0x80); |
| 424 | | machine().tilemap().set_flip_all(flip_screen() ? (TILEMAP_FLIPY | TILEMAP_FLIPX) : 0); |
| 420 | |
| 425 | 421 | offs = -1; |
| 426 | 422 | offs2 = -5; // foreground scroll.. |
| 427 | 423 | |
| r241762 | r241763 | |
| 436 | 432 | int offs, offs2; |
| 437 | 433 | |
| 438 | 434 | flip_screen_set(m_control_0[0] & 0x80); |
| 439 | | machine().tilemap().set_flip_all(flip_screen() ? (TILEMAP_FLIPY | TILEMAP_FLIPX) : 0); |
| 440 | 435 | |
| 441 | 436 | if (flip_screen()) |
| 442 | 437 | offs = 1; |
| r241762 | r241763 | |
| 458 | 453 | int offs, offs2; |
| 459 | 454 | |
| 460 | 455 | flip_screen_set(m_control_0[0] & 0x80); |
| 461 | | machine().tilemap().set_flip_all(flip_screen() ? (TILEMAP_FLIPY | TILEMAP_FLIPX) : 0); |
| 462 | 456 | |
| 463 | 457 | if (flip_screen()) |
| 464 | 458 | offs = 1; |