Included desmume modifications files

This changes allow the program to retrieve data in assembler format.
This commit is contained in:
Benito Palacios Sánchez 2014-12-07 11:04:40 +01:00
parent eaff53fe3e
commit 608c27e7f4
2 changed files with 1689 additions and 0 deletions

5
DeSmuMEmod/Makefile.am Normal file
View File

@ -0,0 +1,5 @@
include $(top_srcdir)/src/desmume.mk
noinst_LIBRARIES = libgdbstub.a
libgdbstub_a_SOURCES = gdbstub.cpp gdbstub_internal.h \
../Disassembler.h ../Disassembler.cpp

1684
DeSmuMEmod/gdbstub.cpp Normal file

File diff suppressed because it is too large Load Diff