1.1 --- a/Makefile Sat Nov 17 19:13:08 2012 +0000 1.2 +++ b/Makefile Sat Nov 17 19:18:29 2012 +0000 1.3 @@ -118,7 +118,7 @@ 1.4 TARGET = freebee 1.5 1.6 # source files that produce object files 1.7 -SRC = main.c state.c memory.c wd279x.c keyboard.c 1.8 +SRC = main.c state.c memory.c wd279x.c wd2010.c keyboard.c 1.9 SRC += musashi/m68kcpu.c musashi/m68kdasm.c musashi/m68kops.c musashi/m68kopac.c musashi/m68kopdm.c musashi/m68kopnz.c 1.10 1.11 # source type - either "c" or "cpp" (C or C++)