Add MegaCD support code.

This commit is contained in:
sorgelig
2019-11-20 00:15:29 +08:00
parent d200a77c10
commit b33d930bfa
10 changed files with 1260 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ CPP_SRC = $(wildcard *.cpp) \
$(wildcard ./support/x86/*.cpp) \
$(wildcard ./support/snes/*.cpp) \
$(wildcard ./support/neogeo/*.cpp) \
$(wildcard ./support/megacd/*.cpp) \
lib/lodepng/lodepng.cpp
IMG = $(wildcard *.png)