From 80f2836cb813acd7dd3bd1c120f0706ffc832cfe Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Wed, 13 May 2020 22:05:23 -0400 Subject: [PATCH] Adds Z80 state to SConstruct. --- OSBindings/SDL/SConstruct | 1 + 1 file changed, 1 insertion(+) diff --git a/OSBindings/SDL/SConstruct b/OSBindings/SDL/SConstruct index d659e5e5e..e644eec10 100644 --- a/OSBindings/SDL/SConstruct +++ b/OSBindings/SDL/SConstruct @@ -86,6 +86,7 @@ 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/Z80/Implementation/*.cpp') +SOURCES += glob.glob('../../Processors/Z80/State/*.cpp') SOURCES += glob.glob('../../Reflection/*.cpp')