Previous 199869 Revisions Next

r17781 Monday 10th September, 2012 at 17:46:57 UTC by Ville Linde
nwk-tr.c: Fixed Thrill Drive clones
[src/mame/drivers]nwk-tr.c

trunk/src/mame/drivers/nwk-tr.c
r17780r17781
281281
282282   voodoo_update(voodoo, bitmap, cliprect);
283283
284   const rectangle visarea = screen.visible_area();
284   const rectangle &visarea = screen.visible_area();
285285   const rectangle tilemap_rect(visarea.min_x, visarea.max_x, visarea.min_y+16, visarea.max_y);
286286
287287   k001604_draw_front_layer(k001604, bitmap, tilemap_rect);
r17780r17781
480480   {
481481      // TODO: check if these should be transferred via PPC DMA.
482482
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)
484486      {
485487         m_work_ram[(0x3ffed0/4) + 0] = 0x472a3731;      // G*71
486488         m_work_ram[(0x3ffed0/4) + 1] = 0x33202020;      // 3

Previous 199869 Revisions Next


© 1997-2024 The MAME Team