Previous 199869 Revisions Next

r20987 Tuesday 12th February, 2013 at 16:36:21 UTC by Angelo Salese
Time to fix Game Basic / World Cup 98 Illegal DMA attempt
[src/mame/drivers]saturn.c

trunk/src/mame/drivers/saturn.c
r20986r20987
459459   if(LOG_SCU) printf("Start Add %04x Destination Add %04x\n",m_scu.src_add[dma_ch],m_scu.dst_add[dma_ch]);
460460   }
461461
462   /* TODO: Game Basic trips this, bogus transfer from BIOS area to VDP1? */
462   /* TODO: Game Basic and World Cup 98 trips this, according to the docs the SCU can't transfer from BIOS area (can't communicate from/to that bus) */
463463   if(BIOS_BUS(m_scu.src[dma_ch]))
464   {
464465      popmessage("Warning: SCU transfer from BIOS area, contact MAMEdev");
466      if(!(m_scu.ism & IRQ_DMAILL))
467         m_maincpu->set_input_line_and_vector(3, HOLD_LINE, 0x4c);
468      else
469         m_scu.ist |= (IRQ_DMAILL);
470      return;
471   }
465472
466473   DnMV_1(dma_ch);
467474

Previous 199869 Revisions Next


© 1997-2024 The MAME Team