mirror of
https://github.com/holub/mame
synced 2025-10-07 17:27:06 +03:00
minor (nw)
This commit is contained in:
parent
a018d2dc69
commit
a2dc86e253
@ -168,7 +168,8 @@ WRITE16_MEMBER( acclaim_rax_device::adsp_control_w )
|
|||||||
}
|
}
|
||||||
else
|
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());
|
attotime word_period = attotime::from_hz(m_cpu->unscaled_clock());
|
||||||
|
Loading…
Reference in New Issue
Block a user