fixed windows dependency in debug core
This commit is contained in:
parent
ef7a2cd31c
commit
09b7c29018
|
@ -6,7 +6,6 @@ fceu_SOURCES = cart.cpp cheat.cpp crc32.cpp config.cpp debug.cpp endian.cpp fc
|
|||
include $(srcdir)/boards/Makefile.am.inc
|
||||
include $(srcdir)/input/Makefile.am.inc
|
||||
include $(srcdir)/mappers/Makefile.am.inc
|
||||
# include mbshare/Makefile.am.inc
|
||||
include $(srcdir)/drivers/common/Makefile.am.inc
|
||||
include $(srcdir)/drivers/pc/Makefile.am.inc
|
||||
|
||||
|
|
|
@ -165,6 +165,7 @@ void LogCDData(){
|
|||
|
||||
//-----------debugger stuff
|
||||
|
||||
watchpointinfo watchpoint[65]; //64 watchpoints, + 1 reserved for step over
|
||||
int badopbreak;
|
||||
int iaPC;
|
||||
uint32 iapoffset; //mbg merge 7/18/06 changed from int
|
||||
|
|
|
@ -45,8 +45,6 @@ extern int myNumWPs;
|
|||
|
||||
// ################################## End of SP CODE ###########################
|
||||
|
||||
//mbg merge 7/18/06 had to add these
|
||||
watchpointinfo watchpoint[65]; //64 watchpoints, + 1 reserved for step over
|
||||
int childwnd;
|
||||
|
||||
extern readfunc ARead[0x10000];
|
||||
|
|
Loading…
Reference in New Issue