From a2dc86e253f657b614ffd07086d515cb0583e45f Mon Sep 17 00:00:00 2001 From: angelosa Date: Tue, 10 Oct 2017 02:09:09 +0200 Subject: minor (nw) --- src/mame/audio/rax.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mame/audio/rax.cpp b/src/mame/audio/rax.cpp index 8964b0c62d6..842699c23a1 100644 --- a/src/mame/audio/rax.cpp +++ b/src/mame/audio/rax.cpp @@ -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()); -- cgit v1.2.3