From 93e901f012a30fe0f6186234fa4bd447f1edc572 Mon Sep 17 00:00:00 2001 From: mpohoreski Date: Mon, 16 Feb 2009 19:10:04 +0000 Subject: [PATCH] --- AppleWin/source/Debugger_Display.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AppleWin/source/Debugger_Display.h b/AppleWin/source/Debugger_Display.h index 8fd1ab1a..0f0231e7 100644 --- a/AppleWin/source/Debugger_Display.h +++ b/AppleWin/source/Debugger_Display.h @@ -89,4 +89,6 @@ void DrawWatches ( int line); void DrawZeroPagePointers ( int line); + void Debug_UpdatePalette( BYTE *pPalDst ); + #endif