-Fixed a few more issues in the main emulator code that needed to be done before we can officially start compiling them as C code.
This commit is contained in:
parent
ac157aa606
commit
7dc0772317
|
@ -1,13 +1,13 @@
|
|||
SUBDIRS = . $(UI_DIR)
|
||||
noinst_LIBRARIES = libdesmume.a
|
||||
libdesmume_a_SOURCES = \
|
||||
armcpu.cpp armcpu.hpp \
|
||||
armcpu.cpp armcpu.hpp \
|
||||
arm_instructions.cpp arm_instructions.hpp \
|
||||
bios.cpp bios.hpp cp15.cpp cp15.hpp \
|
||||
Disassembler.c Disassembler.h \
|
||||
FIFO.c FIFO.h \
|
||||
debug.c debug.h \
|
||||
MMU.cpp MMU.hpp NDSSystem.cpp NDSSystem.hpp \
|
||||
MMU.cpp MMU.hpp NDSSystem.cpp NDSSystem.hpp \
|
||||
thumb_instructions.cpp thumb_instructions.hpp \
|
||||
arm7/fw.c arm7/fw.h \
|
||||
arm7/spi.c arm7/spi.h \
|
||||
|
|
|
@ -23,8 +23,7 @@
|
|||
#define ARMINSTRUCTION_H
|
||||
|
||||
#include "types.h"
|
||||
|
||||
typedef struct armcpu_t armcpu_t;
|
||||
#include "armcpu.h"
|
||||
|
||||
extern u32 (*FASTCALL arm_instructions_set[4096])(armcpu_t * cpu);
|
||||
|
||||
|
|
Loading…
Reference in New Issue