summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/apollo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/apollo.cpp')
-rw-r--r--src/mame/machine/apollo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/apollo.cpp b/src/mame/machine/apollo.cpp
index 68e6e53b75c..1268e581b29 100644
--- a/src/mame/machine/apollo.cpp
+++ b/src/mame/machine/apollo.cpp
@@ -974,7 +974,7 @@ bool apollo_ni::call_load()
UINT64 size = length();
if (size != 32)
{
- CLOG(("apollo_ni::call_load: %s has unexpected file size %" I64FMT "d", filename(), size));
+ CLOG(("apollo_ni::call_load: %s has unexpected file size %d", filename(), size));
}
else
{