From d64e5bebe0dc347b0239bd3e9777c97bde36375e Mon Sep 17 00:00:00 2001 From: arbee Date: Sun, 7 Jul 2024 23:18:16 -0400 Subject: apple/scsidma.cpp: Fix file corruption. [R. Belmont] --- src/mame/apple/scsidma.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/apple/scsidma.cpp b/src/mame/apple/scsidma.cpp index 08c9e70c23c..d73e2ccb548 100644 --- a/src/mame/apple/scsidma.cpp +++ b/src/mame/apple/scsidma.cpp @@ -110,7 +110,7 @@ void scsidma_device::control_w(u32 data) // check for unemulated features if (data & CTRL_DMAEN) { - fatalerror("%s: DMA mode enabled, but not supported!\n", tag); + fatalerror("%s: DMA mode enabled, but not supported!\n", tag()); } if (data & CTRL_ARBEN) { -- cgit v1.2.3-70-g09d2