From: Frode Solheim Date: Thu, 14 May 2015 22:51:55 +0000 (+0200) Subject: minor changes to a2065.cpp X-Git-Tag: 3100~35^2 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=c83d20b470daaf2e22998a61d5e4f896d479f1be;p=francis%2Fwinuae.git minor changes to a2065.cpp --- 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 */