summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/serflash.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/serflash.cpp')
-rw-r--r--src/devices/machine/serflash.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/serflash.cpp b/src/devices/machine/serflash.cpp
index 616ac78f3d8..a6775374aa0 100644
--- a/src/devices/machine/serflash.cpp
+++ b/src/devices/machine/serflash.cpp
@@ -215,7 +215,7 @@ WRITE8_MEMBER( serflash_device::flash_cmd_w )
default:
{
- //logerror("%08x FLASH: unknown cmd1 = %02X\n", cpu_get_pc(space.device()), data);
+ //logerror("%s FLASH: unknown cmd1 = %02X\n", machine().describe_context(), data);
}
}
}