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