Yes, you added the line:Also double check win32dialog.cpp win32_notify_callback, I think I 've changed it slightly ...
SendMessage(hDebugDialog, WM_USER, 0x1234, 2);
as line 4 of the case that you mentioned.
I think you should make your instructions a little more explicit in your readme, regarding commenting out the #ifdef. There are 4 or so #ifdefs of that type. I think it should say something like:
Find "#if BX_DEBUGGER" branch that contains RefreshDebugDialog() and InitDebugDialog() ...
I'm actually having a bit of trouble compiling stuff.h, but that's because I'm a nutcake. I'll get it figured out.
@Stanislav:
I tried to turn off the A20 stuff in bochs -- but there is a problem in cpu.cpp when doing that. The A20ADDR function is not defined, but on lines 660 and 663, the function is used with no #ifdef around it.