From 68e38f85a38d090e390bf0123bba869e45495687 Mon Sep 17 00:00:00 2001 From: mpohoreski Date: Mon, 26 Oct 2009 01:17:53 +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 709ef7e8..24b2a928 100644 --- a/AppleWin/source/Debugger_Display.h +++ b/AppleWin/source/Debugger_Display.h @@ -80,6 +80,8 @@ // char * sImmediate_, char & nImmediate_, char *sBranch_ ); WORD DrawDisassemblyLine ( int line, const WORD offset ); void FormatDisassemblyLine( const DisasmLine_t & line, char *sDisassembly_, const int nBufferSize ); + void FormatOpcodeBytes ( WORD nBaseAddress, DisasmLine_t & line_ ); + void FormatNopcodeBytes ( WORD nBaseAddress, DisasmLine_t & line_ ); void DrawFlags ( int line, WORD nRegFlags, LPTSTR pFlagNames_); void DrawMemory ( int line, int iMem );