Skip to content

Commit d64e5be

Browse files
committed
apple/scsidma.cpp: Fix file corruption. [R. Belmont]
1 parent f26b2ed commit d64e5be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/mame/apple/scsidma.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ void scsidma_device::control_w(u32 data)
110110
// check for unemulated features
111111
if (data & CTRL_DMAEN)
112112
{
113-
fatalerror("%s: DMA mode enabled, but not supported!\n", tag);
113+
fatalerror("%s: DMA mode enabled, but not supported!\n", tag());
114114
}
115115
if (data & CTRL_ARBEN)
116116
{

0 commit comments

Comments
 (0)