minor (nw)

This commit is contained in:
angelosa 2017-10-10 02:09:09 +02:00
parent a018d2dc69
commit a2dc86e253

View File

@ -168,7 +168,8 @@ WRITE16_MEMBER( acclaim_rax_device::adsp_control_w )
}
else
{
fatalerror("DMA to byte memory!");
// TODO: last stage in Batman Forever!?
fatalerror("%s DMA to byte memory!",this->tag());
}
attotime word_period = attotime::from_hz(m_cpu->unscaled_clock());