|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
| 10 | + 49065D022BD6C70400E27819 /* MC6809.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49065D002BD6C70400E27819 /* MC6809.cpp */; }; |
10 | 11 | 495775792BD5BF5E00755E8A /* as9.c in Sources */ = {isa = PBXBuildFile; fileRef = 495775592BD5BE4400755E8A /* as9.c */; };
|
11 | 12 | /* End PBXBuildFile section */
|
12 | 13 |
|
|
35 | 36 | 49065CFD2BD5D3E400E27819 /* assist09.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; name = assist09.asm; path = ../test/assist09.asm; sourceTree = "<group>"; };
|
36 | 37 | 49065CFE2BD5D3E400E27819 /* forth9.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; name = forth9.asm; path = ../test/forth9.asm; sourceTree = "<group>"; };
|
37 | 38 | 49065CFF2BD5DADA00E27819 /* HelloWorld.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; name = HelloWorld.asm; path = ../test/HelloWorld.asm; sourceTree = "<group>"; };
|
| 39 | + 49065D002BD6C70400E27819 /* MC6809.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = MC6809.cpp; path = ../sim/MC6809.cpp; sourceTree = "<group>"; }; |
| 40 | + 49065D012BD6C70400E27819 /* MC6809.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = MC6809.h; path = ../sim/MC6809.h; sourceTree = "<group>"; }; |
38 | 41 | 495775542BD5BE4400755E8A /* as9n.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = as9n.c; path = ../as9/as9n.c; sourceTree = "<group>"; };
|
39 | 42 | 495775552BD5BE4400755E8A /* output.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = output.c; path = ../as9/output.c; sourceTree = "<group>"; };
|
40 | 43 | 495775562BD5BE4400755E8A /* pseudo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = pseudo.c; path = ../as9/pseudo.c; sourceTree = "<group>"; };
|
|
124 | 127 | 495775532BD5BE2500755E8A /* sim */ = {
|
125 | 128 | isa = PBXGroup;
|
126 | 129 | children = (
|
| 130 | + 49065D002BD6C70400E27819 /* MC6809.cpp */, |
| 131 | + 49065D012BD6C70400E27819 /* MC6809.h */, |
127 | 132 | );
|
128 | 133 | name = sim;
|
129 | 134 | sourceTree = "<group>";
|
|
214 | 219 | isa = PBXSourcesBuildPhase;
|
215 | 220 | buildActionMask = 2147483647;
|
216 | 221 | files = (
|
| 222 | + 49065D022BD6C70400E27819 /* MC6809.cpp in Sources */, |
217 | 223 | );
|
218 | 224 | runOnlyForDeploymentPostprocessing = 0;
|
219 | 225 | };
|
|
0 commit comments