From 4ba03ee79139979c1b0c16a4418401275d1510f4 Mon Sep 17 00:00:00 2001 From: dborth Date: Thu, 4 Jun 2009 06:24:24 +0000 Subject: [PATCH] fix for Issue 128 --- source/ngc/vbasupport.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/ngc/vbasupport.cpp b/source/ngc/vbasupport.cpp index 7ef8291..c150881 100644 --- a/source/ngc/vbasupport.cpp +++ b/source/ngc/vbasupport.cpp @@ -1116,7 +1116,9 @@ bool LoadVBAROM(int method) void InitialisePalette() { + #ifdef CARLLOG log("InitialisePalette();"); + #endif int i; // Build GBPalette for( i = 0; i < 24; )