trunk/src/mame/drivers/nwk-tr.c
| r17780 | r17781 | |
| 281 | 281 | |
| 282 | 282 | voodoo_update(voodoo, bitmap, cliprect); |
| 283 | 283 | |
| 284 | | const rectangle visarea = screen.visible_area(); |
| 284 | const rectangle &visarea = screen.visible_area(); |
| 285 | 285 | const rectangle tilemap_rect(visarea.min_x, visarea.max_x, visarea.min_y+16, visarea.max_y); |
| 286 | 286 | |
| 287 | 287 | k001604_draw_front_layer(k001604, bitmap, tilemap_rect); |
| r17780 | r17781 | |
| 480 | 480 | { |
| 481 | 481 | // TODO: check if these should be transferred via PPC DMA. |
| 482 | 482 | |
| 483 | | if (mame_stricmp(machine().system().name, "thrilld") == 0) |
| 483 | if (mame_stricmp(machine().system().name, "thrilld") == 0 || |
| 484 | mame_stricmp(machine().system().name, "thrilldb") == 0 || |
| 485 | mame_stricmp(machine().system().name, "thrilldae") == 0) |
| 484 | 486 | { |
| 485 | 487 | m_work_ram[(0x3ffed0/4) + 0] = 0x472a3731; // G*71 |
| 486 | 488 | m_work_ram[(0x3ffed0/4) + 1] = 0x33202020; // 3 |