Merge remote-tracking branch 'refs/remotes/origin/msu1' into msu1

This commit is contained in:
qwertymodo 2016-11-03 13:12:40 -07:00
commit 7c86cfd3e0
2 changed files with 7 additions and 1 deletions

View File

@ -136,6 +136,11 @@ snes9x_gtk_SOURCES += \
../apu/bapu/smp/smp.cpp \
../apu/bapu/smp/smp_state.cpp
# MSU1
snes9x_gtk_SOURCES += \
../msu1.cpp \
../msu1.h
# DSP
snes9x_gtk_SOURCES += \
../dsp.cpp \

View File

@ -201,6 +201,7 @@
#endif
#include <ctype.h>
#include <sys/stat.h>
#include "snes9x.h"
#include "memmap.h"