trunk/src/mame/video/toaplan1.c
| r29402 | r29403 | |
| 295 | 295 | m_buffered_spriteram = auto_alloc_array_clear(machine(), UINT16, m_spriteram.bytes()/2); |
| 296 | 296 | save_pointer(NAME(m_buffered_spriteram), m_spriteram.bytes()/2); |
| 297 | 297 | |
| 298 | | m_pf1_tilemap->set_scrolldx(-0x00d-6, -0x1c0+6); |
| 299 | | m_pf2_tilemap->set_scrolldx(-0x00d-4, -0x1c0+4); |
| 300 | | m_pf3_tilemap->set_scrolldx(-0x00d-2, -0x1c0+2); |
| 301 | | m_pf4_tilemap->set_scrolldx(-0x00d-0, -0x1c0+0); |
| 302 | | m_pf1_tilemap->set_scrolldy(-0x111, -0x0e8); |
| 303 | | m_pf2_tilemap->set_scrolldy(-0x111, -0x0e8); |
| 304 | | m_pf3_tilemap->set_scrolldy(-0x111, -0x0e8); |
| 305 | | m_pf4_tilemap->set_scrolldy(-0x111, -0x0e8); |
| 298 | m_pf1_tilemap->set_scrolldx(-0x00d-6, -0x80+6); |
| 299 | m_pf2_tilemap->set_scrolldx(-0x00d-4, -0x80+4); |
| 300 | m_pf3_tilemap->set_scrolldx(-0x00d-2, -0x80+2); |
| 301 | m_pf4_tilemap->set_scrolldx(-0x00d-0, -0x80+0); |
| 302 | m_pf1_tilemap->set_scrolldy(-0x111, 0x8); |
| 303 | m_pf2_tilemap->set_scrolldy(-0x111, 0x8); |
| 304 | m_pf3_tilemap->set_scrolldy(-0x111, 0x8); |
| 305 | m_pf4_tilemap->set_scrolldy(-0x111, 0x8); |
| 306 | 306 | |
| 307 | 307 | m_bcu_flipscreen = -1; |
| 308 | 308 | m_fcu_flipscreen = 0; |
| r29402 | r29403 | |
| 316 | 316 | toaplan1_vram_alloc(); |
| 317 | 317 | toaplan1_spritevram_alloc(); |
| 318 | 318 | |
| 319 | | m_pf1_tilemap->set_scrolldx(-0x1ef-6, -0x151+6); |
| 320 | | m_pf2_tilemap->set_scrolldx(-0x1ef-4, -0x151+4); |
| 321 | | m_pf3_tilemap->set_scrolldx(-0x1ef-2, -0x151+2); |
| 322 | | m_pf4_tilemap->set_scrolldx(-0x1ef-0, -0x151+0); |
| 323 | | m_pf1_tilemap->set_scrolldy(-0x101, -0x1ef); |
| 324 | | m_pf2_tilemap->set_scrolldy(-0x101, -0x1ef); |
| 325 | | m_pf3_tilemap->set_scrolldy(-0x101, -0x1ef); |
| 326 | | m_pf4_tilemap->set_scrolldy(-0x101, -0x1ef); |
| 319 | m_pf1_tilemap->set_scrolldx(-0x1ef-6, -0x11+6); |
| 320 | m_pf2_tilemap->set_scrolldx(-0x1ef-4, -0x11+4); |
| 321 | m_pf3_tilemap->set_scrolldx(-0x1ef-2, -0x11+2); |
| 322 | m_pf4_tilemap->set_scrolldx(-0x1ef-0, -0x11+0); |
| 323 | m_pf1_tilemap->set_scrolldy(-0x101, -0xff); |
| 324 | m_pf2_tilemap->set_scrolldy(-0x101, -0xff); |
| 325 | m_pf3_tilemap->set_scrolldy(-0x101, -0xff); |
| 326 | m_pf4_tilemap->set_scrolldy(-0x101, -0xff); |
| 327 | 327 | |
| 328 | 328 | m_bcu_flipscreen = -1; |
| 329 | 329 | m_fcu_flipscreen = 0; |