Increase dissassembled instructions lines from 24 to 100
[emu8051.git] / src / memwin.h
index b2108b2..30fa9ce 100644 (file)
@@ -25,9 +25,9 @@
 #include <gtk/gtk.h>
 
 GtkWidget *
-memwin_init(int width, int height);
+memwin_init(void);
 
 void
-memwin_DumpD(char *Address);
+memwin_DumpD(void);
 
 #endif /* MEMWIN_H */