summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/x76f100.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/x76f100.c')
-rw-r--r--src/emu/machine/x76f100.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/machine/x76f100.c b/src/emu/machine/x76f100.c
index c6f4d3a01a5..245e96237fc 100644
--- a/src/emu/machine/x76f100.c
+++ b/src/emu/machine/x76f100.c
@@ -69,9 +69,9 @@ void x76f100_device::nvram_default()
// Ensure the size is correct though
if(m_region->bytes() != SIZE_RESPONSE_TO_RESET+SIZE_WRITE_PASSWORD+SIZE_READ_PASSWORD+SIZE_DATA)
logerror("x76f100 %s: Wrong region length for initialization data, expected 0x%x, got 0x%x\n",
- tag(),
- SIZE_RESPONSE_TO_RESET+SIZE_WRITE_PASSWORD+SIZE_READ_PASSWORD+SIZE_DATA,
- m_region->bytes());
+ tag(),
+ SIZE_RESPONSE_TO_RESET+SIZE_WRITE_PASSWORD+SIZE_READ_PASSWORD+SIZE_DATA,
+ m_region->bytes());
else {
UINT8 *rb = m_region->base();
int offset = 0;