mirror of https://github.com/stella-emu/stella.git
libretro: Add TVBoy cart class.
This commit is contained in:
parent
6ec49f3d96
commit
bf41e28a7c
|
@ -81,6 +81,7 @@ SOURCES_CXX := \
|
|||
$(CORE_DIR)/emucore/CartMDM.cxx \
|
||||
$(CORE_DIR)/emucore/CartMNetwork.cxx \
|
||||
$(CORE_DIR)/emucore/CartSB.cxx \
|
||||
$(CORE_DIR)/emucore/CartTVBoy.cxx \
|
||||
$(CORE_DIR)/emucore/CartUA.cxx \
|
||||
$(CORE_DIR)/emucore/CartWD.cxx \
|
||||
$(CORE_DIR)/emucore/CartX07.cxx \
|
||||
|
|
Loading…
Reference in New Issue