From c83d20b470daaf2e22998a61d5e4f896d479f1be Mon Sep 17 00:00:00 2001 From: Frode Solheim Date: Fri, 15 May 2015 00:51:55 +0200 Subject: [PATCH] minor changes to a2065.cpp --- a2065.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/a2065.cpp b/a2065.cpp index ecba8b06..227775cd 100644 --- a/a2065.cpp +++ b/a2065.cpp @@ -10,6 +10,8 @@ #include "sysconfig.h" #include "sysdeps.h" +#ifdef A2065 + #include "options.h" #include "memory.h" #include "custom.h" @@ -163,7 +165,7 @@ static void dumppacket (const TCHAR *n, uae_u8 *packet, int len) _stprintf (buf + i * 3, _T(".%02X"), packet[i]); } write_log (_T("%s %d: "), n, len); - write_log (buf); + write_log (_T("%s"), buf); write_log (_T("\n\n")); } #endif @@ -983,3 +985,5 @@ addrbank *a2065_init (int devnum) configured = 0; return a2065_config (); } + +#endif /* A2065 */ -- 2.47.3