diff --git a/src/macosx/stella.xcodeproj/project.pbxproj b/src/macosx/stella.xcodeproj/project.pbxproj index c86987ea2..b478a279e 100644 --- a/src/macosx/stella.xcodeproj/project.pbxproj +++ b/src/macosx/stella.xcodeproj/project.pbxproj @@ -383,8 +383,6 @@ DCECDB0010B9DBDC00AF4E1B /* System.cxx in Sources */ = {isa = PBXBuildFile; fileRef = DCECDAF810B9DBDC00AF4E1B /* System.cxx */; }; DCECDB0110B9DBDC00AF4E1B /* System.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DCECDAF910B9DBDC00AF4E1B /* System.hxx */; }; DCECDB0510B9DC0400AF4E1B /* bspf.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DCECDB0210B9DC0400AF4E1B /* bspf.hxx */; }; - DCECDB0610B9DC0400AF4E1B /* Snapshot.cxx in Sources */ = {isa = PBXBuildFile; fileRef = DCECDB0310B9DC0400AF4E1B /* Snapshot.cxx */; }; - DCECDB0710B9DC0400AF4E1B /* Snapshot.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DCECDB0410B9DC0400AF4E1B /* Snapshot.hxx */; }; DCEECE560B5E5E540021D754 /* Cart0840.cxx in Sources */ = {isa = PBXBuildFile; fileRef = DCEECE540B5E5E540021D754 /* Cart0840.cxx */; }; DCEECE570B5E5E540021D754 /* Cart0840.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DCEECE550B5E5E540021D754 /* Cart0840.hxx */; }; DCF467B50F93993B00B25D7A /* Array.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DCF467B10F93993B00B25D7A /* Array.hxx */; }; @@ -828,8 +826,6 @@ DCECDAF810B9DBDC00AF4E1B /* System.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = System.cxx; path = ../emucore/System.cxx; sourceTree = SOURCE_ROOT; }; DCECDAF910B9DBDC00AF4E1B /* System.hxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = System.hxx; path = ../emucore/System.hxx; sourceTree = SOURCE_ROOT; }; DCECDB0210B9DC0400AF4E1B /* bspf.hxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = bspf.hxx; path = ../common/bspf.hxx; sourceTree = SOURCE_ROOT; }; - DCECDB0310B9DC0400AF4E1B /* Snapshot.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Snapshot.cxx; path = ../common/Snapshot.cxx; sourceTree = SOURCE_ROOT; }; - DCECDB0410B9DC0400AF4E1B /* Snapshot.hxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = Snapshot.hxx; path = ../common/Snapshot.hxx; sourceTree = SOURCE_ROOT; }; DCEECE540B5E5E540021D754 /* Cart0840.cxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Cart0840.cxx; path = ../emucore/Cart0840.cxx; sourceTree = SOURCE_ROOT; }; DCEECE550B5E5E540021D754 /* Cart0840.hxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; name = Cart0840.hxx; path = ../emucore/Cart0840.hxx; sourceTree = SOURCE_ROOT; }; DCF467B10F93993B00B25D7A /* Array.hxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = Array.hxx; path = ../common/Array.hxx; sourceTree = SOURCE_ROOT; }; @@ -1032,8 +1028,6 @@ DCD56D3A0B247DB40092F9F8 /* RectList.cxx */, DCD56D3B0B247DB40092F9F8 /* RectList.hxx */, DCF467B20F93993B00B25D7A /* SharedPtr.hxx */, - DCECDB0310B9DC0400AF4E1B /* Snapshot.cxx */, - DCECDB0410B9DC0400AF4E1B /* Snapshot.hxx */, DCF467B40F93993B00B25D7A /* SoundNull.hxx */, 2DDA34020665817D00CDD299 /* SoundSDL.cxx */, 2DDA34030665817D00CDD299 /* SoundSDL.hxx */, @@ -1576,7 +1570,6 @@ DCECDAFF10B9DBDC00AF4E1B /* NullDev.hxx in Headers */, DCECDB0110B9DBDC00AF4E1B /* System.hxx in Headers */, DCECDB0510B9DC0400AF4E1B /* bspf.hxx in Headers */, - DCECDB0710B9DC0400AF4E1B /* Snapshot.hxx in Headers */, DCE9CC2B1103812700C86671 /* CartDebug.hxx in Headers */, DCE9CC2D1103812700C86671 /* DiStella.hxx in Headers */, DC84E11D1135988E00CA7C9D /* Genesis.hxx in Headers */, @@ -1848,7 +1841,6 @@ DCECDAFC10B9DBDC00AF4E1B /* M6502.cxx in Sources */, DCECDAFE10B9DBDC00AF4E1B /* NullDev.cxx in Sources */, DCECDB0010B9DBDC00AF4E1B /* System.cxx in Sources */, - DCECDB0610B9DC0400AF4E1B /* Snapshot.cxx in Sources */, DCE9CC2A1103812700C86671 /* CartDebug.cxx in Sources */, DCE9CC2C1103812700C86671 /* DiStella.cxx in Sources */, DC84E11C1135988E00CA7C9D /* Genesis.cxx in Sources */, diff --git a/src/macosx/stella_intel.xcodeproj/project.pbxproj b/src/macosx/stella_intel.xcodeproj/project.pbxproj index 5430d5bd9..855f8ba23 100644 --- a/src/macosx/stella_intel.xcodeproj/project.pbxproj +++ b/src/macosx/stella_intel.xcodeproj/project.pbxproj @@ -334,8 +334,6 @@ DCC527D610B9DA19005E1287 /* System.cxx in Sources */ = {isa = PBXBuildFile; fileRef = DCC527CE10B9DA19005E1287 /* System.cxx */; }; DCC527D710B9DA19005E1287 /* System.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DCC527CF10B9DA19005E1287 /* System.hxx */; }; DCC527DB10B9DA6A005E1287 /* bspf.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DCC527D810B9DA6A005E1287 /* bspf.hxx */; }; - DCC527DC10B9DA6A005E1287 /* Snapshot.cxx in Sources */ = {isa = PBXBuildFile; fileRef = DCC527D910B9DA6A005E1287 /* Snapshot.cxx */; }; - DCC527DD10B9DA6A005E1287 /* Snapshot.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DCC527DA10B9DA6A005E1287 /* Snapshot.hxx */; }; DCCF47DE14B60DEE00814FAB /* ControllerWidget.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DCCF47DB14B60DEE00814FAB /* ControllerWidget.hxx */; }; DCCF47DF14B60DEE00814FAB /* JoystickWidget.cxx in Sources */ = {isa = PBXBuildFile; fileRef = DCCF47DC14B60DEE00814FAB /* JoystickWidget.cxx */; }; DCCF47E014B60DEE00814FAB /* JoystickWidget.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DCCF47DD14B60DEE00814FAB /* JoystickWidget.hxx */; }; @@ -778,8 +776,6 @@ DCC527CE10B9DA19005E1287 /* System.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = System.cxx; path = ../emucore/System.cxx; sourceTree = SOURCE_ROOT; }; DCC527CF10B9DA19005E1287 /* System.hxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = System.hxx; path = ../emucore/System.hxx; sourceTree = SOURCE_ROOT; }; DCC527D810B9DA6A005E1287 /* bspf.hxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = bspf.hxx; path = ../common/bspf.hxx; sourceTree = SOURCE_ROOT; }; - DCC527D910B9DA6A005E1287 /* Snapshot.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Snapshot.cxx; path = ../common/Snapshot.cxx; sourceTree = SOURCE_ROOT; }; - DCC527DA10B9DA6A005E1287 /* Snapshot.hxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = Snapshot.hxx; path = ../common/Snapshot.hxx; sourceTree = SOURCE_ROOT; }; DCCF47DB14B60DEE00814FAB /* ControllerWidget.hxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = ControllerWidget.hxx; path = ../debugger/gui/ControllerWidget.hxx; sourceTree = SOURCE_ROOT; }; DCCF47DC14B60DEE00814FAB /* JoystickWidget.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = JoystickWidget.cxx; path = ../debugger/gui/JoystickWidget.cxx; sourceTree = SOURCE_ROOT; }; DCCF47DD14B60DEE00814FAB /* JoystickWidget.hxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = JoystickWidget.hxx; path = ../debugger/gui/JoystickWidget.hxx; sourceTree = SOURCE_ROOT; }; @@ -1029,8 +1025,6 @@ DCD56D3A0B247DB40092F9F8 /* RectList.cxx */, DCD56D3B0B247DB40092F9F8 /* RectList.hxx */, DCF467B20F93993B00B25D7A /* SharedPtr.hxx */, - DCC527D910B9DA6A005E1287 /* Snapshot.cxx */, - DCC527DA10B9DA6A005E1287 /* Snapshot.hxx */, DCF467B40F93993B00B25D7A /* SoundNull.hxx */, 2DDA34020665817D00CDD299 /* SoundSDL.cxx */, 2DDA34030665817D00CDD299 /* SoundSDL.hxx */, @@ -1573,7 +1567,6 @@ DCC527D510B9DA19005E1287 /* NullDev.hxx in Headers */, DCC527D710B9DA19005E1287 /* System.hxx in Headers */, DCC527DB10B9DA6A005E1287 /* bspf.hxx in Headers */, - DCC527DD10B9DA6A005E1287 /* Snapshot.hxx in Headers */, DC6B2BA511037FF200F199A7 /* CartDebug.hxx in Headers */, DC6B2BA711037FF200F199A7 /* DiStella.hxx in Headers */, DCD3F7C611340AAF00DBA3AE /* Genesis.hxx in Headers */, @@ -1847,7 +1840,6 @@ DCC527D210B9DA19005E1287 /* M6502.cxx in Sources */, DCC527D410B9DA19005E1287 /* NullDev.cxx in Sources */, DCC527D610B9DA19005E1287 /* System.cxx in Sources */, - DCC527DC10B9DA6A005E1287 /* Snapshot.cxx in Sources */, DC6B2BA411037FF200F199A7 /* CartDebug.cxx in Sources */, DC6B2BA611037FF200F199A7 /* DiStella.cxx in Sources */, DCD3F7C511340AAF00DBA3AE /* Genesis.cxx in Sources */,