add Lightgun class to Libretto Makefile.common

This commit is contained in:
thrust26 2019-12-31 11:15:13 +01:00
parent 81767a83e5
commit 4fb87f4d62
1 changed files with 1 additions and 0 deletions

View File

@ -99,6 +99,7 @@ SOURCES_CXX := \
$(CORE_DIR)/emucore/Joystick.cxx \
$(CORE_DIR)/emucore/Keyboard.cxx \
$(CORE_DIR)/emucore/KidVid.cxx \
$(CORE_DIR)/emucore/Lightgun.cxx \
$(CORE_DIR)/emucore/M6502.cxx \
$(CORE_DIR)/emucore/M6532.cxx \
$(CORE_DIR)/emucore/MD5.cxx \