1
0
Fork 0

seperate debugger console setup

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@420
This commit is contained in:
Ulf Wohlers 2002-10-25 16:02:55 +00:00
parent 14577b3324
commit b4dd2c93ca
3 changed files with 13 additions and 2 deletions

View file

@ -16,6 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
void DEBUG_SetupConsole(void);
void DEBUG_DrawScreen(void);
bool DEBUG_Breakpoint(void);
bool DEBUG_IntBreakpoint(Bit8u intNum);