X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2Fpgmwin.h;h=dca55e7cfad142e5ac414b2a81a35a846c193db8;hb=581d60d73af5ae616f5c4f193de73ac56b257888;hp=f7fd1b18c10f755226bcd40fbfec590211c6f51e;hpb=fc4dd8fa3aab94a5f63c097ed9809c75560abd7d;p=emu8051.git diff --git a/src/pgmwin.h b/src/pgmwin.h index f7fd1b1..dca55e7 100644 --- a/src/pgmwin.h +++ b/src/pgmwin.h @@ -22,22 +22,16 @@ #ifndef PGMWIN_H #define PGMWIN_H 1 - #include #include "gtksizes.h" - -#define MAXBP 32 - - GtkWidget * -pgmwin_init( int width, int height ); +pgmwin_init(int width, int height); void -pgmwin_Disasm( void ); +pgmwin_Disasm(void); int -pgmwin_IsBreakpoint( unsigned int Address ); - +pgmwin_IsBreakpoint(unsigned int address); #endif /* PGMWIN_H */