OSDN Git Service

[Build]CMake] Fix CMakeLists.txt; BMJr, HC20, JR100 and JR800.
authorK.Ohta <whatisthis.sowhat@gmail.com>
Sun, 4 Jun 2017 05:18:36 +0000 (14:18 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Sun, 4 Jun 2017 05:18:36 +0000 (14:18 +0900)
source/build-cmake/bmjr/CMakeLists.txt
source/build-cmake/hc20/CMakeLists.txt
source/build-cmake/jr100/CMakeLists.txt
source/build-cmake/jr800/CMakeLists.txt

index c00d43f..160c252 100644 (file)
@@ -19,12 +19,11 @@ set(EXEC_TARGET emubmjr)
 set(USE_FMGEN OFF)
 
 set(VMFILES_BASE
-  mc6800.cpp
-
-  event.cpp
+       event.cpp
 )
 set(VMFILES_LIB
          datarec.cpp
+         mc6800.cpp
          mc6820.cpp
 )
 
index c9fe6c7..1d750e7 100644 (file)
@@ -23,8 +23,6 @@ set(WITH_MOUSE OFF)
 set(FLAG_USE_Z80 ON)
 
 set(VMFILES_BASE
-      mc6800.cpp
-
       event.cpp
       io.cpp
       memory.cpp
@@ -32,6 +30,7 @@ set(VMFILES_BASE
 set(VMFILES_LIB
       beep.cpp
       datarec.cpp
+      hd6301.cpp
       i8255.cpp
       hd146818p.cpp
       
index 80e2eca..f51034a 100644 (file)
@@ -22,13 +22,13 @@ set(WITH_JOYSTICK ON)
 set(WITH_MOUSE OFF)
 
 set(VMFILES_BASE
-               mc6800.cpp
                sy6522.cpp
 
                event.cpp
 )
 
 set(VMFILES_LIB 
+               mb8861.cpp
                datarec.cpp
                not.cpp
                pcm1bit.cpp
index 5c72377..b59876b 100644 (file)
@@ -22,7 +22,6 @@ set(WITH_JOYSTICK ON)
 set(WITH_MOUSE OFF)
 
 set(VMFILES_BASE
-               mc6800.cpp
                memory.cpp
                event.cpp
 )
@@ -30,6 +29,7 @@ set(VMFILES_BASE
 set(VMFILES_LIB 
                datarec.cpp
                hd44102.cpp
+               hd6301.cpp
                pcm1bit.cpp
 )