]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
akiko.cpp: changed %p -> %08x (int, not a pointer)
authorFrode Solheim <frode-code@fengestad.no>
Sat, 12 Jul 2014 13:09:26 +0000 (15:09 +0200)
committerFrode Solheim <frode-code@fengestad.no>
Sat, 12 Jul 2014 13:09:26 +0000 (15:09 +0200)
akiko.cpp

index f8241b11ef22d15d9a67123e0d53511bfd4e4812..284946d776a4ae40e966662b320a65c42bf8535d 100644 (file)
--- a/akiko.cpp
+++ b/akiko.cpp
@@ -1811,7 +1811,7 @@ static void patchrom (void)
                                p[i + 8] = 0x4e;
                                p[i + 9] = 0x71;
                                protect_roms (true);
-                               write_log (_T("extended rom delay loop patched at 0x%p\n"), i + 6 + 0xe00000);
+                               write_log (_T("extended rom delay loop patched at 0x%08x\n"), i + 6 + 0xe00000);
                                return;
                        }
                }