summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/ds2401.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/ds2401.c')
-rw-r--r--src/emu/machine/ds2401.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/machine/ds2401.c b/src/emu/machine/ds2401.c
index f0e9e5ce33c..1e469527940 100644
--- a/src/emu/machine/ds2401.c
+++ b/src/emu/machine/ds2401.c
@@ -65,9 +65,9 @@ void ds2401_device::device_reset()
// Ensure the size is correct though
if(m_region->bytes() != SIZE_DATA)
logerror("ds2401 %s: Wrong region length for id data, expected 0x%x, got 0x%x\n",
- tag(),
- SIZE_DATA,
- m_region->bytes());
+ tag(),
+ SIZE_DATA,
+ m_region->bytes());
else {
UINT8 *rb = m_region->base();
memcpy(data, rb, SIZE_DATA);