From ff3c2fdc59577fdc8cf41502a12a842260a178eb Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Sat, 16 May 2020 18:33:36 -0400 Subject: [PATCH] Adds 68000 state to SConstruct. --- OSBindings/SDL/SConstruct | 1 + 1 file changed, 1 insertion(+) diff --git a/OSBindings/SDL/SConstruct b/OSBindings/SDL/SConstruct index e644eec10..e1a746ac8 100644 --- a/OSBindings/SDL/SConstruct +++ b/OSBindings/SDL/SConstruct @@ -85,6 +85,7 @@ SOURCES += glob.glob('../../Outputs/OpenGL/Primitives/*.cpp') SOURCES += glob.glob('../../Processors/6502/Implementation/*.cpp') SOURCES += glob.glob('../../Processors/6502/State/*.cpp') SOURCES += glob.glob('../../Processors/68000/Implementation/*.cpp') +SOURCES += glob.glob('../../Processors/68000/State/*.cpp') SOURCES += glob.glob('../../Processors/Z80/Implementation/*.cpp') SOURCES += glob.glob('../../Processors/Z80/State/*.cpp')