mirror of https://github.com/stella-emu/stella.git
Update Xcode project for class changes.
This commit is contained in:
parent
5ddaea992d
commit
9b933ec4d4
|
@ -1179,7 +1179,7 @@ void DiStella::outputColors()
|
|||
color = SECAM_COLOR[(byte >> 1) & 0x7];
|
||||
myDisasmBuf << "$" << Base::HEX1 << (byte >> 4) << "|" << color;
|
||||
}
|
||||
myDisasmBuf << std::setw(16 - color.length()) << std::setfill(' ');
|
||||
myDisasmBuf << std::setw(int(16 - color.length())) << std::setfill(' ');
|
||||
|
||||
// output address
|
||||
myDisasmBuf << "; $" << Base::HEX4 << myPC + myOffset << " "
|
||||
|
|
|
@ -44,7 +44,6 @@
|
|||
2D9173FA09BA90380026E9FF /* FrameBuffer.hxx in Headers */ = {isa = PBXBuildFile; fileRef = 2D733D71062895B2006265D9 /* FrameBuffer.hxx */; };
|
||||
2D9173FB09BA90380026E9FF /* Settings.hxx in Headers */ = {isa = PBXBuildFile; fileRef = 2D733D77062895F1006265D9 /* Settings.hxx */; };
|
||||
2D91740009BA90380026E9FF /* AboutDialog.hxx in Headers */ = {isa = PBXBuildFile; fileRef = 2DDBEAA4084578BF00812C11 /* AboutDialog.hxx */; };
|
||||
2D91740109BA90380026E9FF /* AudioDialog.hxx in Headers */ = {isa = PBXBuildFile; fileRef = 2DDBEAA7084578BF00812C11 /* AudioDialog.hxx */; };
|
||||
2D91740209BA90380026E9FF /* BrowserDialog.hxx in Headers */ = {isa = PBXBuildFile; fileRef = 2DDBEAA9084578BF00812C11 /* BrowserDialog.hxx */; };
|
||||
2D91740309BA90380026E9FF /* Command.hxx in Headers */ = {isa = PBXBuildFile; fileRef = 2DDBEAAA084578BF00812C11 /* Command.hxx */; };
|
||||
2D91740409BA90380026E9FF /* Dialog.hxx in Headers */ = {isa = PBXBuildFile; fileRef = 2DDBEAAC084578BF00812C11 /* Dialog.hxx */; };
|
||||
|
@ -61,7 +60,6 @@
|
|||
2D91741209BA90380026E9FF /* ProgressDialog.hxx in Headers */ = {isa = PBXBuildFile; fileRef = 2DDBEAC9084578BF00812C11 /* ProgressDialog.hxx */; };
|
||||
2D91741309BA90380026E9FF /* ScrollBarWidget.hxx in Headers */ = {isa = PBXBuildFile; fileRef = 2DDBEACB084578BF00812C11 /* ScrollBarWidget.hxx */; };
|
||||
2D91741609BA90380026E9FF /* TabWidget.hxx in Headers */ = {isa = PBXBuildFile; fileRef = 2DDBEAD1084578BF00812C11 /* TabWidget.hxx */; };
|
||||
2D91741709BA90380026E9FF /* VideoDialog.hxx in Headers */ = {isa = PBXBuildFile; fileRef = 2DDBEAD3084578BF00812C11 /* VideoDialog.hxx */; };
|
||||
2D91741809BA90380026E9FF /* Widget.hxx in Headers */ = {isa = PBXBuildFile; fileRef = 2DDBEAD5084578BF00812C11 /* Widget.hxx */; };
|
||||
2D91741909BA90380026E9FF /* CartUA.hxx in Headers */ = {isa = PBXBuildFile; fileRef = 2DDBEB7108457B7D00812C11 /* CartUA.hxx */; };
|
||||
2D91741A09BA90380026E9FF /* FSNode.hxx in Headers */ = {isa = PBXBuildFile; fileRef = 2DDBEB7308457B7D00812C11 /* FSNode.hxx */; };
|
||||
|
@ -142,7 +140,6 @@
|
|||
2D9174A309BA90380026E9FF /* Settings.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 2D944848062904E800DD9879 /* Settings.cxx */; };
|
||||
2D9174A809BA90380026E9FF /* FSNodePOSIX.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 2DDBEA0C0845708800812C11 /* FSNodePOSIX.cxx */; };
|
||||
2D9174AA09BA90380026E9FF /* AboutDialog.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 2DDBEAA3084578BF00812C11 /* AboutDialog.cxx */; };
|
||||
2D9174AB09BA90380026E9FF /* AudioDialog.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 2DDBEAA6084578BF00812C11 /* AudioDialog.cxx */; };
|
||||
2D9174AC09BA90380026E9FF /* BrowserDialog.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 2DDBEAA8084578BF00812C11 /* BrowserDialog.cxx */; };
|
||||
2D9174AD09BA90380026E9FF /* Dialog.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 2DDBEAAB084578BF00812C11 /* Dialog.cxx */; };
|
||||
2D9174AE09BA90380026E9FF /* DialogContainer.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 2DDBEAAD084578BF00812C11 /* DialogContainer.cxx */; };
|
||||
|
@ -157,7 +154,6 @@
|
|||
2D9174B909BA90380026E9FF /* ProgressDialog.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 2DDBEAC8084578BF00812C11 /* ProgressDialog.cxx */; };
|
||||
2D9174BA09BA90380026E9FF /* ScrollBarWidget.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 2DDBEACA084578BF00812C11 /* ScrollBarWidget.cxx */; };
|
||||
2D9174BB09BA90380026E9FF /* TabWidget.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 2DDBEAD0084578BF00812C11 /* TabWidget.cxx */; };
|
||||
2D9174BC09BA90380026E9FF /* VideoDialog.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 2DDBEAD2084578BF00812C11 /* VideoDialog.cxx */; };
|
||||
2D9174BD09BA90380026E9FF /* Widget.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 2DDBEAD4084578BF00812C11 /* Widget.cxx */; };
|
||||
2D9174BE09BA90380026E9FF /* CartUA.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 2DDBEB7008457B7D00812C11 /* CartUA.cxx */; };
|
||||
2D9174BF09BA90380026E9FF /* FSNode.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 2DDBEB7208457B7D00812C11 /* FSNode.cxx */; };
|
||||
|
@ -233,8 +229,6 @@
|
|||
DC2410E32274BDA8007A4CBF /* MinUICommandDialog.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DC2410E12274BDA7007A4CBF /* MinUICommandDialog.hxx */; };
|
||||
DC2410E42274BDA8007A4CBF /* MinUICommandDialog.cxx in Sources */ = {isa = PBXBuildFile; fileRef = DC2410E22274BDA8007A4CBF /* MinUICommandDialog.cxx */; };
|
||||
DC2874071F8F2278004BF21A /* TrapArray.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DC2874061F8F2278004BF21A /* TrapArray.hxx */; };
|
||||
DC2AADAE194F389C0026C7A4 /* CartDASH.cxx in Sources */ = {isa = PBXBuildFile; fileRef = DC2AADAA194F389C0026C7A4 /* CartDASH.cxx */; };
|
||||
DC2AADAF194F389C0026C7A4 /* CartDASH.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DC2AADAB194F389C0026C7A4 /* CartDASH.hxx */; };
|
||||
DC2AADB0194F389C0026C7A4 /* TIASurface.cxx in Sources */ = {isa = PBXBuildFile; fileRef = DC2AADAC194F389C0026C7A4 /* TIASurface.cxx */; };
|
||||
DC2AADB1194F389C0026C7A4 /* TIASurface.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DC2AADAD194F389C0026C7A4 /* TIASurface.hxx */; };
|
||||
DC2AADB4194F390F0026C7A4 /* CartRamWidget.cxx in Sources */ = {isa = PBXBuildFile; fileRef = DC2AADB2194F390F0026C7A4 /* CartRamWidget.cxx */; };
|
||||
|
@ -250,6 +244,18 @@
|
|||
DC368F5918A2FB710084199C /* SoundSDL2.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DC368F5318A2FB710084199C /* SoundSDL2.hxx */; };
|
||||
DC36D2C814CAFAB0007DC821 /* CartFA2.cxx in Sources */ = {isa = PBXBuildFile; fileRef = DC36D2C614CAFAB0007DC821 /* CartFA2.cxx */; };
|
||||
DC36D2C914CAFAB0007DC821 /* CartFA2.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DC36D2C714CAFAB0007DC821 /* CartFA2.hxx */; };
|
||||
DC3C9BC52469C8F700CF2D47 /* PaletteHandler.cxx in Sources */ = {isa = PBXBuildFile; fileRef = DC3C9BC32469C8F700CF2D47 /* PaletteHandler.cxx */; };
|
||||
DC3C9BC62469C8F700CF2D47 /* PaletteHandler.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DC3C9BC42469C8F700CF2D47 /* PaletteHandler.hxx */; };
|
||||
DC3C9BCB2469C93D00CF2D47 /* VideoAudioDialog.cxx in Sources */ = {isa = PBXBuildFile; fileRef = DC3C9BC72469C93D00CF2D47 /* VideoAudioDialog.cxx */; };
|
||||
DC3C9BCC2469C93D00CF2D47 /* EmulationDialog.cxx in Sources */ = {isa = PBXBuildFile; fileRef = DC3C9BC82469C93D00CF2D47 /* EmulationDialog.cxx */; };
|
||||
DC3C9BCD2469C93D00CF2D47 /* VideoAudioDialog.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DC3C9BC92469C93D00CF2D47 /* VideoAudioDialog.hxx */; };
|
||||
DC3C9BCE2469C93D00CF2D47 /* EmulationDialog.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DC3C9BCA2469C93D00CF2D47 /* EmulationDialog.hxx */; };
|
||||
DC3C9BD32469C9A200CF2D47 /* CartEnhanced.cxx in Sources */ = {isa = PBXBuildFile; fileRef = DC3C9BCF2469C9A200CF2D47 /* CartEnhanced.cxx */; };
|
||||
DC3C9BD42469C9A200CF2D47 /* Cart3EX.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DC3C9BD02469C9A200CF2D47 /* Cart3EX.hxx */; };
|
||||
DC3C9BD52469C9A200CF2D47 /* CartEnhanced.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DC3C9BD12469C9A200CF2D47 /* CartEnhanced.hxx */; };
|
||||
DC3C9BD62469C9A200CF2D47 /* Cart3EX.cxx in Sources */ = {isa = PBXBuildFile; fileRef = DC3C9BD22469C9A200CF2D47 /* Cart3EX.cxx */; };
|
||||
DC3C9BD92469C9C700CF2D47 /* CartEnhancedWidget.cxx in Sources */ = {isa = PBXBuildFile; fileRef = DC3C9BD72469C9C700CF2D47 /* CartEnhancedWidget.cxx */; };
|
||||
DC3C9BDA2469C9C700CF2D47 /* CartEnhancedWidget.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DC3C9BD82469C9C700CF2D47 /* CartEnhancedWidget.hxx */; };
|
||||
DC3DAFAC1F2E233B00A64410 /* PointingDevice.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DC3DAFAB1F2E233B00A64410 /* PointingDevice.hxx */; };
|
||||
DC3EE8561E2C0E6D00905161 /* adler32.c in Sources */ = {isa = PBXBuildFile; fileRef = DC3EE83C1E2C0E6D00905161 /* adler32.c */; settings = {COMPILER_FLAGS = "-w"; }; };
|
||||
DC3EE8571E2C0E6D00905161 /* compress.c in Sources */ = {isa = PBXBuildFile; fileRef = DC3EE83D1E2C0E6D00905161 /* compress.c */; settings = {COMPILER_FLAGS = "-w"; }; };
|
||||
|
@ -393,8 +399,6 @@
|
|||
DC73BD891915E5E3003FAFAD /* FBSurface.cxx in Sources */ = {isa = PBXBuildFile; fileRef = DC73BD871915E5E3003FAFAD /* FBSurface.cxx */; };
|
||||
DC73BD8A1915E5E3003FAFAD /* FBSurface.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DC73BD881915E5E3003FAFAD /* FBSurface.hxx */; };
|
||||
DC74D6A2138D4D7E00F05C5C /* StringParser.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DC74D6A0138D4D7E00F05C5C /* StringParser.hxx */; };
|
||||
DC74E5C6198AF12700F37E36 /* CartDASHWidget.cxx in Sources */ = {isa = PBXBuildFile; fileRef = DC74E5C4198AF12700F37E36 /* CartDASHWidget.cxx */; };
|
||||
DC74E5C7198AF12700F37E36 /* CartDASHWidget.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DC74E5C5198AF12700F37E36 /* CartDASHWidget.hxx */; };
|
||||
DC79F81217A88D9E00288B91 /* Base.cxx in Sources */ = {isa = PBXBuildFile; fileRef = DC79F81017A88D9E00288B91 /* Base.cxx */; };
|
||||
DC79F81317A88D9E00288B91 /* Base.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DC79F81117A88D9E00288B91 /* Base.hxx */; };
|
||||
DC7A24D5173B1CF600B20FE9 /* Variant.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DC7A24D4173B1CF600B20FE9 /* Variant.hxx */; };
|
||||
|
@ -494,10 +498,6 @@
|
|||
DCAAE5F11715887B0080BB82 /* CartFAWidget.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DCAAE5D01715887B0080BB82 /* CartFAWidget.hxx */; };
|
||||
DCAAE5F21715887B0080BB82 /* CartUAWidget.cxx in Sources */ = {isa = PBXBuildFile; fileRef = DCAAE5D11715887B0080BB82 /* CartUAWidget.cxx */; };
|
||||
DCAAE5F31715887B0080BB82 /* CartUAWidget.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DCAAE5D21715887B0080BB82 /* CartUAWidget.hxx */; };
|
||||
DCACBAD01C54296300703A9B /* CartCVPlusWidget.cxx in Sources */ = {isa = PBXBuildFile; fileRef = DCACBACE1C54296300703A9B /* CartCVPlusWidget.cxx */; };
|
||||
DCACBAD11C54296300703A9B /* CartCVPlusWidget.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DCACBACF1C54296300703A9B /* CartCVPlusWidget.hxx */; };
|
||||
DCACBAD41C54298300703A9B /* CartCVPlus.cxx in Sources */ = {isa = PBXBuildFile; fileRef = DCACBAD21C54298300703A9B /* CartCVPlus.cxx */; };
|
||||
DCACBAD51C54298300703A9B /* CartCVPlus.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DCACBAD31C54298300703A9B /* CartCVPlus.hxx */; };
|
||||
DCAD60A81152F8BD00BC4184 /* CartDPCPlus.cxx in Sources */ = {isa = PBXBuildFile; fileRef = DCAD60A61152F8BD00BC4184 /* CartDPCPlus.cxx */; };
|
||||
DCAD60A91152F8BD00BC4184 /* CartDPCPlus.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DCAD60A71152F8BD00BC4184 /* CartDPCPlus.hxx */; };
|
||||
DCB20EC71A0C506C0048F595 /* main.cxx in Sources */ = {isa = PBXBuildFile; fileRef = DCB20EC61A0C506C0048F595 /* main.cxx */; };
|
||||
|
@ -828,8 +828,6 @@
|
|||
2DDBEA0C0845708800812C11 /* FSNodePOSIX.cxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = FSNodePOSIX.cxx; sourceTree = "<group>"; };
|
||||
2DDBEAA3084578BF00812C11 /* AboutDialog.cxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AboutDialog.cxx; sourceTree = "<group>"; };
|
||||
2DDBEAA4084578BF00812C11 /* AboutDialog.hxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = AboutDialog.hxx; sourceTree = "<group>"; };
|
||||
2DDBEAA6084578BF00812C11 /* AudioDialog.cxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AudioDialog.cxx; sourceTree = "<group>"; };
|
||||
2DDBEAA7084578BF00812C11 /* AudioDialog.hxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = AudioDialog.hxx; sourceTree = "<group>"; };
|
||||
2DDBEAA8084578BF00812C11 /* BrowserDialog.cxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = BrowserDialog.cxx; sourceTree = "<group>"; };
|
||||
2DDBEAA9084578BF00812C11 /* BrowserDialog.hxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = BrowserDialog.hxx; sourceTree = "<group>"; };
|
||||
2DDBEAAA084578BF00812C11 /* Command.hxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = Command.hxx; sourceTree = "<group>"; };
|
||||
|
@ -860,8 +858,6 @@
|
|||
2DDBEACB084578BF00812C11 /* ScrollBarWidget.hxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = ScrollBarWidget.hxx; sourceTree = "<group>"; };
|
||||
2DDBEAD0084578BF00812C11 /* TabWidget.cxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = TabWidget.cxx; sourceTree = "<group>"; };
|
||||
2DDBEAD1084578BF00812C11 /* TabWidget.hxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = TabWidget.hxx; sourceTree = "<group>"; };
|
||||
2DDBEAD2084578BF00812C11 /* VideoDialog.cxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = VideoDialog.cxx; sourceTree = "<group>"; };
|
||||
2DDBEAD3084578BF00812C11 /* VideoDialog.hxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = VideoDialog.hxx; sourceTree = "<group>"; };
|
||||
2DDBEAD4084578BF00812C11 /* Widget.cxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Widget.cxx; sourceTree = "<group>"; };
|
||||
2DDBEAD5084578BF00812C11 /* Widget.hxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = Widget.hxx; sourceTree = "<group>"; };
|
||||
2DDBEB7008457B7D00812C11 /* CartUA.cxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CartUA.cxx; sourceTree = "<group>"; };
|
||||
|
@ -972,8 +968,6 @@
|
|||
DC2410E12274BDA7007A4CBF /* MinUICommandDialog.hxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = MinUICommandDialog.hxx; sourceTree = "<group>"; };
|
||||
DC2410E22274BDA8007A4CBF /* MinUICommandDialog.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MinUICommandDialog.cxx; sourceTree = "<group>"; };
|
||||
DC2874061F8F2278004BF21A /* TrapArray.hxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = TrapArray.hxx; sourceTree = "<group>"; };
|
||||
DC2AADAA194F389C0026C7A4 /* CartDASH.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CartDASH.cxx; sourceTree = "<group>"; };
|
||||
DC2AADAB194F389C0026C7A4 /* CartDASH.hxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = CartDASH.hxx; sourceTree = "<group>"; };
|
||||
DC2AADAC194F389C0026C7A4 /* TIASurface.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TIASurface.cxx; sourceTree = "<group>"; };
|
||||
DC2AADAD194F389C0026C7A4 /* TIASurface.hxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = TIASurface.hxx; sourceTree = "<group>"; };
|
||||
DC2AADB2194F390F0026C7A4 /* CartRamWidget.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CartRamWidget.cxx; sourceTree = "<group>"; };
|
||||
|
@ -989,6 +983,18 @@
|
|||
DC368F5318A2FB710084199C /* SoundSDL2.hxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = SoundSDL2.hxx; sourceTree = "<group>"; };
|
||||
DC36D2C614CAFAB0007DC821 /* CartFA2.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CartFA2.cxx; sourceTree = "<group>"; };
|
||||
DC36D2C714CAFAB0007DC821 /* CartFA2.hxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = CartFA2.hxx; sourceTree = "<group>"; };
|
||||
DC3C9BC32469C8F700CF2D47 /* PaletteHandler.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PaletteHandler.cxx; sourceTree = "<group>"; };
|
||||
DC3C9BC42469C8F700CF2D47 /* PaletteHandler.hxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = PaletteHandler.hxx; sourceTree = "<group>"; };
|
||||
DC3C9BC72469C93D00CF2D47 /* VideoAudioDialog.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = VideoAudioDialog.cxx; sourceTree = "<group>"; };
|
||||
DC3C9BC82469C93D00CF2D47 /* EmulationDialog.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = EmulationDialog.cxx; sourceTree = "<group>"; };
|
||||
DC3C9BC92469C93D00CF2D47 /* VideoAudioDialog.hxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = VideoAudioDialog.hxx; sourceTree = "<group>"; };
|
||||
DC3C9BCA2469C93D00CF2D47 /* EmulationDialog.hxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = EmulationDialog.hxx; sourceTree = "<group>"; };
|
||||
DC3C9BCF2469C9A200CF2D47 /* CartEnhanced.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CartEnhanced.cxx; sourceTree = "<group>"; };
|
||||
DC3C9BD02469C9A200CF2D47 /* Cart3EX.hxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Cart3EX.hxx; sourceTree = "<group>"; };
|
||||
DC3C9BD12469C9A200CF2D47 /* CartEnhanced.hxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = CartEnhanced.hxx; sourceTree = "<group>"; };
|
||||
DC3C9BD22469C9A200CF2D47 /* Cart3EX.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Cart3EX.cxx; sourceTree = "<group>"; };
|
||||
DC3C9BD72469C9C700CF2D47 /* CartEnhancedWidget.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CartEnhancedWidget.cxx; sourceTree = "<group>"; };
|
||||
DC3C9BD82469C9C700CF2D47 /* CartEnhancedWidget.hxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = CartEnhancedWidget.hxx; sourceTree = "<group>"; };
|
||||
DC3DAFAB1F2E233B00A64410 /* PointingDevice.hxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = PointingDevice.hxx; sourceTree = "<group>"; };
|
||||
DC3EE83C1E2C0E6D00905161 /* adler32.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = adler32.c; sourceTree = "<group>"; };
|
||||
DC3EE83D1E2C0E6D00905161 /* compress.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = compress.c; sourceTree = "<group>"; };
|
||||
|
@ -1132,8 +1138,6 @@
|
|||
DC73BD871915E5E3003FAFAD /* FBSurface.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = FBSurface.cxx; sourceTree = "<group>"; };
|
||||
DC73BD881915E5E3003FAFAD /* FBSurface.hxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = FBSurface.hxx; sourceTree = "<group>"; };
|
||||
DC74D6A0138D4D7E00F05C5C /* StringParser.hxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = StringParser.hxx; sourceTree = "<group>"; };
|
||||
DC74E5C4198AF12700F37E36 /* CartDASHWidget.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CartDASHWidget.cxx; sourceTree = "<group>"; };
|
||||
DC74E5C5198AF12700F37E36 /* CartDASHWidget.hxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = CartDASHWidget.hxx; sourceTree = "<group>"; };
|
||||
DC79F81017A88D9E00288B91 /* Base.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Base.cxx; sourceTree = "<group>"; };
|
||||
DC79F81117A88D9E00288B91 /* Base.hxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Base.hxx; sourceTree = "<group>"; };
|
||||
DC7A24D4173B1CF600B20FE9 /* Variant.hxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Variant.hxx; sourceTree = "<group>"; };
|
||||
|
@ -1234,10 +1238,6 @@
|
|||
DCAAE5D01715887B0080BB82 /* CartFAWidget.hxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = CartFAWidget.hxx; sourceTree = "<group>"; };
|
||||
DCAAE5D11715887B0080BB82 /* CartUAWidget.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CartUAWidget.cxx; sourceTree = "<group>"; };
|
||||
DCAAE5D21715887B0080BB82 /* CartUAWidget.hxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = CartUAWidget.hxx; sourceTree = "<group>"; };
|
||||
DCACBACE1C54296300703A9B /* CartCVPlusWidget.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CartCVPlusWidget.cxx; sourceTree = "<group>"; };
|
||||
DCACBACF1C54296300703A9B /* CartCVPlusWidget.hxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = CartCVPlusWidget.hxx; sourceTree = "<group>"; };
|
||||
DCACBAD21C54298300703A9B /* CartCVPlus.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CartCVPlus.cxx; sourceTree = "<group>"; };
|
||||
DCACBAD31C54298300703A9B /* CartCVPlus.hxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = CartCVPlus.hxx; sourceTree = "<group>"; };
|
||||
DCAD60A61152F8BD00BC4184 /* CartDPCPlus.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CartDPCPlus.cxx; sourceTree = "<group>"; };
|
||||
DCAD60A71152F8BD00BC4184 /* CartDPCPlus.hxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = CartDPCPlus.hxx; sourceTree = "<group>"; };
|
||||
DCB20EC61A0C506C0048F595 /* main.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = main.cxx; sourceTree = "<group>"; };
|
||||
|
@ -1589,12 +1589,8 @@
|
|||
DC676A2C1729A0B000E4E73D /* CartCMWidget.hxx */,
|
||||
DC676A2D1729A0B000E4E73D /* CartCTYWidget.cxx */,
|
||||
DC676A2E1729A0B000E4E73D /* CartCTYWidget.hxx */,
|
||||
DCACBACE1C54296300703A9B /* CartCVPlusWidget.cxx */,
|
||||
DCACBACF1C54296300703A9B /* CartCVPlusWidget.hxx */,
|
||||
DCAAE5BA1715887B0080BB82 /* CartCVWidget.cxx */,
|
||||
DCAAE5BB1715887B0080BB82 /* CartCVWidget.hxx */,
|
||||
DC74E5C4198AF12700F37E36 /* CartDASHWidget.cxx */,
|
||||
DC74E5C5198AF12700F37E36 /* CartDASHWidget.hxx */,
|
||||
DC5ACB5D1FBFCEB800A213FD /* CartDebugWidget.cxx */,
|
||||
DCAAE5BC1715887B0080BB82 /* CartDebugWidget.hxx */,
|
||||
DCAACB0A188D636F00A4D282 /* CartDFSCWidget.cxx */,
|
||||
|
@ -1615,6 +1611,8 @@
|
|||
DCAAE5BE1715887B0080BB82 /* CartEFSCWidget.hxx */,
|
||||
DCAAE5BF1715887B0080BB82 /* CartEFWidget.cxx */,
|
||||
DCAAE5C01715887B0080BB82 /* CartEFWidget.hxx */,
|
||||
DC3C9BD72469C9C700CF2D47 /* CartEnhancedWidget.cxx */,
|
||||
DC3C9BD82469C9C700CF2D47 /* CartEnhancedWidget.hxx */,
|
||||
DCAAE5C11715887B0080BB82 /* CartF0Widget.cxx */,
|
||||
DCAAE5C21715887B0080BB82 /* CartF0Widget.hxx */,
|
||||
DCAAE5C31715887B0080BB82 /* CartF4SCWidget.cxx */,
|
||||
|
@ -1744,6 +1742,8 @@
|
|||
DCB87E571A104C1E00BF2A3B /* MediaFactory.hxx */,
|
||||
DC56FCDC14CCCC4900A31CC3 /* MouseControl.cxx */,
|
||||
DC56FCDD14CCCC4900A31CC3 /* MouseControl.hxx */,
|
||||
DC3C9BC32469C8F700CF2D47 /* PaletteHandler.cxx */,
|
||||
DC3C9BC42469C8F700CF2D47 /* PaletteHandler.hxx */,
|
||||
DCA233AE23B583FE0032ABF3 /* PhosphorHandler.cxx */,
|
||||
DCA233AF23B583FE0032ABF3 /* PhosphorHandler.hxx */,
|
||||
DC6DC91A205DB879004A5FC3 /* PhysicalJoystick.cxx */,
|
||||
|
@ -1824,6 +1824,8 @@
|
|||
2D9555DA0880E78000466554 /* Cart3E.hxx */,
|
||||
DCBDDE9C1D6A5F2F009DF1E9 /* Cart3EPlus.cxx */,
|
||||
DCBDDE9D1D6A5F2F009DF1E9 /* Cart3EPlus.hxx */,
|
||||
DC3C9BD22469C9A200CF2D47 /* Cart3EX.cxx */,
|
||||
DC3C9BD02469C9A200CF2D47 /* Cart3EX.hxx */,
|
||||
2DE2DF160627AE07006BEC99 /* Cart3F.cxx */,
|
||||
2DE2DF170627AE07006BEC99 /* Cart3F.hxx */,
|
||||
DCD56D360B247D920092F9F8 /* Cart4A50.cxx */,
|
||||
|
@ -1850,10 +1852,6 @@
|
|||
DC6727091556F4860023653B /* CartCTY.hxx */,
|
||||
2DE2DF1C0627AE07006BEC99 /* CartCV.cxx */,
|
||||
2DE2DF1D0627AE07006BEC99 /* CartCV.hxx */,
|
||||
DCACBAD21C54298300703A9B /* CartCVPlus.cxx */,
|
||||
DCACBAD31C54298300703A9B /* CartCVPlus.hxx */,
|
||||
DC2AADAA194F389C0026C7A4 /* CartDASH.cxx */,
|
||||
DC2AADAB194F389C0026C7A4 /* CartDASH.hxx */,
|
||||
DCB2ECAC1F0AECA3009738A6 /* CartDetector.cxx */,
|
||||
DCB2ECAD1F0AECA3009738A6 /* CartDetector.hxx */,
|
||||
DCAACAF2188D631500A4D282 /* CartDF.cxx */,
|
||||
|
@ -1874,6 +1872,8 @@
|
|||
DCF467BF0F939A1400B25D7A /* CartEF.hxx */,
|
||||
DCF467C00F939A1400B25D7A /* CartEFSC.cxx */,
|
||||
DCF467C10F939A1400B25D7A /* CartEFSC.hxx */,
|
||||
DC3C9BCF2469C9A200CF2D47 /* CartEnhanced.cxx */,
|
||||
DC3C9BD12469C9A200CF2D47 /* CartEnhanced.hxx */,
|
||||
DCF7B0D910A762FC007A2870 /* CartF0.cxx */,
|
||||
DCF7B0DA10A762FC007A2870 /* CartF0.hxx */,
|
||||
2DE2DF240627AE07006BEC99 /* CartF4.cxx */,
|
||||
|
@ -2003,8 +2003,6 @@
|
|||
children = (
|
||||
2DDBEAA3084578BF00812C11 /* AboutDialog.cxx */,
|
||||
2DDBEAA4084578BF00812C11 /* AboutDialog.hxx */,
|
||||
2DDBEAA6084578BF00812C11 /* AudioDialog.cxx */,
|
||||
2DDBEAA7084578BF00812C11 /* AudioDialog.hxx */,
|
||||
2DDBEAA8084578BF00812C11 /* BrowserDialog.cxx */,
|
||||
2DDBEAA9084578BF00812C11 /* BrowserDialog.hxx */,
|
||||
2DEF21F808BC033500B246B4 /* CheckListWidget.cxx */,
|
||||
|
@ -2034,6 +2032,8 @@
|
|||
2D403BA1086116D1001E31A1 /* EditableWidget.hxx */,
|
||||
2D403BA4086116D1001E31A1 /* EditTextWidget.cxx */,
|
||||
2D403BA5086116D1001E31A1 /* EditTextWidget.hxx */,
|
||||
DC3C9BC82469C93D00CF2D47 /* EmulationDialog.cxx */,
|
||||
DC3C9BCA2469C93D00CF2D47 /* EmulationDialog.hxx */,
|
||||
2D05FF5E096E269100A518FE /* EventMappingWidget.cxx */,
|
||||
2D05FF5F096E269100A518FE /* EventMappingWidget.hxx */,
|
||||
DC7A24DD173B1DBC00B20FE9 /* FileListWidget.cxx */,
|
||||
|
@ -2107,8 +2107,8 @@
|
|||
DCA82C701FEB4E780059340F /* TimeMachineDialog.hxx */,
|
||||
DC8078E60B4BD697005E9305 /* UIDialog.cxx */,
|
||||
DC8078E70B4BD697005E9305 /* UIDialog.hxx */,
|
||||
2DDBEAD2084578BF00812C11 /* VideoDialog.cxx */,
|
||||
2DDBEAD3084578BF00812C11 /* VideoDialog.hxx */,
|
||||
DC3C9BC72469C93D00CF2D47 /* VideoAudioDialog.cxx */,
|
||||
DC3C9BC92469C93D00CF2D47 /* VideoAudioDialog.hxx */,
|
||||
2DDBEAD4084578BF00812C11 /* Widget.cxx */,
|
||||
2DDBEAD5084578BF00812C11 /* Widget.hxx */,
|
||||
);
|
||||
|
@ -2391,10 +2391,9 @@
|
|||
DC5AAC2D1FCB24DF00C420A6 /* RadioButtonWidget.hxx in Headers */,
|
||||
2D9173E309BA90380026E9FF /* Driving.hxx in Headers */,
|
||||
2D9173E409BA90380026E9FF /* Event.hxx in Headers */,
|
||||
DC3C9BCD2469C93D00CF2D47 /* VideoAudioDialog.hxx in Headers */,
|
||||
2D9173E509BA90380026E9FF /* Joystick.hxx in Headers */,
|
||||
2D9173E609BA90380026E9FF /* Keyboard.hxx in Headers */,
|
||||
DCACBAD51C54298300703A9B /* CartCVPlus.hxx in Headers */,
|
||||
DCACBAD11C54296300703A9B /* CartCVPlusWidget.hxx in Headers */,
|
||||
DC1B2EC81E50036100F62837 /* TrakBall.hxx in Headers */,
|
||||
2D9173E709BA90380026E9FF /* M6532.hxx in Headers */,
|
||||
E0893AF3211B9842008B170D /* HighPass.hxx in Headers */,
|
||||
|
@ -2417,7 +2416,7 @@
|
|||
DCF3A6EE1DFC75E3008A8AF3 /* DelayQueueMember.hxx in Headers */,
|
||||
DC96162F1F817830008A2206 /* AtariMouseWidget.hxx in Headers */,
|
||||
DCF4907A1A0ECE5B00A67AA9 /* Vec.hxx in Headers */,
|
||||
2D91740109BA90380026E9FF /* AudioDialog.hxx in Headers */,
|
||||
DC3C9BCE2469C93D00CF2D47 /* EmulationDialog.hxx in Headers */,
|
||||
DC71EA9E1FDA06D2008827CB /* CartE78K.hxx in Headers */,
|
||||
2D91740209BA90380026E9FF /* BrowserDialog.hxx in Headers */,
|
||||
2D91740309BA90380026E9FF /* Command.hxx in Headers */,
|
||||
|
@ -2446,7 +2445,6 @@
|
|||
2D91741309BA90380026E9FF /* ScrollBarWidget.hxx in Headers */,
|
||||
2D91741609BA90380026E9FF /* TabWidget.hxx in Headers */,
|
||||
DCB2ECB01F0AECA3009738A6 /* CartDetector.hxx in Headers */,
|
||||
2D91741709BA90380026E9FF /* VideoDialog.hxx in Headers */,
|
||||
2D91741809BA90380026E9FF /* Widget.hxx in Headers */,
|
||||
2D91741909BA90380026E9FF /* CartUA.hxx in Headers */,
|
||||
DCE8B1871E7E03B300189864 /* FrameLayout.hxx in Headers */,
|
||||
|
@ -2476,6 +2474,7 @@
|
|||
DC3EE86C1E2C0E6D00905161 /* zconf.h in Headers */,
|
||||
2D91743609BA90380026E9FF /* DebuggerSystem.hxx in Headers */,
|
||||
2D91743A09BA90380026E9FF /* Expression.hxx in Headers */,
|
||||
DC3C9BDA2469C9C700CF2D47 /* CartEnhancedWidget.hxx in Headers */,
|
||||
2D91744F09BA90380026E9FF /* InputTextDialog.hxx in Headers */,
|
||||
DC1B2EC61E50036100F62837 /* AtariMouse.hxx in Headers */,
|
||||
DC9616331F817830008A2206 /* PointingDeviceWidget.hxx in Headers */,
|
||||
|
@ -2502,7 +2501,7 @@
|
|||
DCA078351F8C1B04008EFEE5 /* SDL_lib.hxx in Headers */,
|
||||
DCDA03B11A2009BB00711920 /* CartWD.hxx in Headers */,
|
||||
2D91745909BA90380026E9FF /* PromptWidget.hxx in Headers */,
|
||||
DC2AADAF194F389C0026C7A4 /* CartDASH.hxx in Headers */,
|
||||
DC3C9BC62469C8F700CF2D47 /* PaletteHandler.hxx in Headers */,
|
||||
2D91745A09BA90380026E9FF /* RamWidget.hxx in Headers */,
|
||||
2D91745B09BA90380026E9FF /* RomListWidget.hxx in Headers */,
|
||||
2D91745C09BA90380026E9FF /* RomWidget.hxx in Headers */,
|
||||
|
@ -2513,6 +2512,7 @@
|
|||
2D91746109BA90380026E9FF /* TogglePixelWidget.hxx in Headers */,
|
||||
2D91746209BA90380026E9FF /* ToggleWidget.hxx in Headers */,
|
||||
2D91746409BA90380026E9FF /* TiaZoomWidget.hxx in Headers */,
|
||||
DC3C9BD52469C9A200CF2D47 /* CartEnhanced.hxx in Headers */,
|
||||
DC1BC6672066B4390076F74A /* PKeyboardHandler.hxx in Headers */,
|
||||
2D91746609BA90380026E9FF /* AudioWidget.hxx in Headers */,
|
||||
DC70065E241EC97900A459AB /* Stella14x28tFont.hxx in Headers */,
|
||||
|
@ -2593,7 +2593,6 @@
|
|||
DCD6FC7111C281ED005DA767 /* png.h in Headers */,
|
||||
DCD6FC7211C281ED005DA767 /* pngconf.h in Headers */,
|
||||
DCF3A6F41DFC75E3008A8AF3 /* LatchedInput.hxx in Headers */,
|
||||
DC74E5C7198AF12700F37E36 /* CartDASHWidget.hxx in Headers */,
|
||||
DCD6FC7711C281ED005DA767 /* pngpriv.h in Headers */,
|
||||
CFE3F60C1E84A9A200A8204E /* CartBUSWidget.hxx in Headers */,
|
||||
DCD6FC9411C28C6F005DA767 /* PNGLibrary.hxx in Headers */,
|
||||
|
@ -2637,6 +2636,7 @@
|
|||
DCE395EF16CB0B5F008DB1E5 /* FSNodeFactory.hxx in Headers */,
|
||||
DCE395F116CB0B5F008DB1E5 /* FSNodeZIP.hxx in Headers */,
|
||||
DCE395F316CB0B5F008DB1E5 /* ZipHandler.hxx in Headers */,
|
||||
DC3C9BD42469C9A200CF2D47 /* Cart3EX.hxx in Headers */,
|
||||
DCAAE5D41715887B0080BB82 /* Cart2KWidget.hxx in Headers */,
|
||||
DCF7F129223D796000701A47 /* ProfilingRunner.hxx in Headers */,
|
||||
DCAAE5D61715887B0080BB82 /* Cart3FWidget.hxx in Headers */,
|
||||
|
@ -2816,7 +2816,9 @@
|
|||
E0A755792244294600101889 /* CartCDFInfoWidget.cxx in Sources */,
|
||||
E0406FB81F81A85400A82AE0 /* FrameManager.cxx in Sources */,
|
||||
2D91747409BA90380026E9FF /* SDLMain.m in Sources */,
|
||||
DC3C9BC52469C8F700CF2D47 /* PaletteHandler.cxx in Sources */,
|
||||
2D91747509BA90380026E9FF /* Booster.cxx in Sources */,
|
||||
DC3C9BD62469C9A200CF2D47 /* Cart3EX.cxx in Sources */,
|
||||
DC3EE8671E2C0E6D00905161 /* inftrees.c in Sources */,
|
||||
2D91747609BA90380026E9FF /* Cart.cxx in Sources */,
|
||||
2D91747709BA90380026E9FF /* Cart2K.cxx in Sources */,
|
||||
|
@ -2844,6 +2846,7 @@
|
|||
DCF3A6FA1DFC75E3008A8AF3 /* Player.cxx in Sources */,
|
||||
2D91748609BA90380026E9FF /* CartFE.cxx in Sources */,
|
||||
2D91748909BA90380026E9FF /* Console.cxx in Sources */,
|
||||
DC3C9BD32469C9A200CF2D47 /* CartEnhanced.cxx in Sources */,
|
||||
DC6DC91E205DB879004A5FC3 /* PhysicalJoystick.cxx in Sources */,
|
||||
E08FCD5323A037EB0051F59B /* QisBlitter.cxx in Sources */,
|
||||
DCCE0355225104BF008C246F /* StellaSettingsDialog.cxx in Sources */,
|
||||
|
@ -2867,7 +2870,6 @@
|
|||
2D9174A309BA90380026E9FF /* Settings.cxx in Sources */,
|
||||
2D9174A809BA90380026E9FF /* FSNodePOSIX.cxx in Sources */,
|
||||
2D9174AA09BA90380026E9FF /* AboutDialog.cxx in Sources */,
|
||||
2D9174AB09BA90380026E9FF /* AudioDialog.cxx in Sources */,
|
||||
2D9174AC09BA90380026E9FF /* BrowserDialog.cxx in Sources */,
|
||||
2D9174AD09BA90380026E9FF /* Dialog.cxx in Sources */,
|
||||
2D9174AE09BA90380026E9FF /* DialogContainer.cxx in Sources */,
|
||||
|
@ -2877,6 +2879,7 @@
|
|||
2D9174B309BA90380026E9FF /* LauncherDialog.cxx in Sources */,
|
||||
2D9174B509BA90380026E9FF /* ListWidget.cxx in Sources */,
|
||||
2D9174B609BA90380026E9FF /* Menu.cxx in Sources */,
|
||||
DC3C9BD92469C9C700CF2D47 /* CartEnhancedWidget.cxx in Sources */,
|
||||
CFE3F60D1E84A9A200A8204E /* CartCDFWidget.cxx in Sources */,
|
||||
2D9174B709BA90380026E9FF /* OptionsDialog.cxx in Sources */,
|
||||
2D9174B809BA90380026E9FF /* PopUpWidget.cxx in Sources */,
|
||||
|
@ -2886,7 +2889,6 @@
|
|||
2D9174B909BA90380026E9FF /* ProgressDialog.cxx in Sources */,
|
||||
2D9174BA09BA90380026E9FF /* ScrollBarWidget.cxx in Sources */,
|
||||
2D9174BB09BA90380026E9FF /* TabWidget.cxx in Sources */,
|
||||
2D9174BC09BA90380026E9FF /* VideoDialog.cxx in Sources */,
|
||||
DC6A18FC19B3E67A00DEB242 /* CartMDM.cxx in Sources */,
|
||||
2D9174BD09BA90380026E9FF /* Widget.cxx in Sources */,
|
||||
2D9174BE09BA90380026E9FF /* CartUA.cxx in Sources */,
|
||||
|
@ -2914,7 +2916,6 @@
|
|||
2D9174F109BA90380026E9FF /* InputTextDialog.cxx in Sources */,
|
||||
DC6DC920205DB879004A5FC3 /* PJoystickHandler.cxx in Sources */,
|
||||
DC2410E42274BDA8007A4CBF /* MinUICommandDialog.cxx in Sources */,
|
||||
DC74E5C6198AF12700F37E36 /* CartDASHWidget.cxx in Sources */,
|
||||
2D9174F209BA90380026E9FF /* CheckListWidget.cxx in Sources */,
|
||||
2D9174F309BA90380026E9FF /* StringListWidget.cxx in Sources */,
|
||||
2D9174F409BA90380026E9FF /* CommandDialog.cxx in Sources */,
|
||||
|
@ -2931,7 +2932,6 @@
|
|||
DC5963132139FA14002736F2 /* Bankswitch.cxx in Sources */,
|
||||
DCDFF08120B781B0001227C0 /* DispatchResult.cxx in Sources */,
|
||||
2D9174FC09BA90380026E9FF /* RamWidget.cxx in Sources */,
|
||||
DC2AADAE194F389C0026C7A4 /* CartDASH.cxx in Sources */,
|
||||
DC21E5C121CA903E007D0E1A /* SerialPortMACOS.cxx in Sources */,
|
||||
E007231F210FBF5E002CF343 /* FpsMeter.cxx in Sources */,
|
||||
2D9174FD09BA90380026E9FF /* RomListWidget.cxx in Sources */,
|
||||
|
@ -2960,7 +2960,6 @@
|
|||
DC47455A09C34BFA00EDDA3A /* CheatManager.cxx in Sources */,
|
||||
DC47455C09C34BFA00EDDA3A /* CheetahCheat.cxx in Sources */,
|
||||
DC62E6471960E87B007AEF05 /* AtariVoxWidget.cxx in Sources */,
|
||||
DCACBAD41C54298300703A9B /* CartCVPlus.cxx in Sources */,
|
||||
DC47455E09C34BFA00EDDA3A /* RamCheat.cxx in Sources */,
|
||||
E0FABEEC20E9948200EB8E28 /* AudioSettings.cxx in Sources */,
|
||||
DCD56D380B247D920092F9F8 /* Cart4A50.cxx in Sources */,
|
||||
|
@ -3003,6 +3002,7 @@
|
|||
DC6B2BA411037FF200F199A7 /* CartDebug.cxx in Sources */,
|
||||
DCB20EC71A0C506C0048F595 /* main.cxx in Sources */,
|
||||
DC6B2BA611037FF200F199A7 /* DiStella.cxx in Sources */,
|
||||
DC3C9BCB2469C93D00CF2D47 /* VideoAudioDialog.cxx in Sources */,
|
||||
CFE3F6151E84A9CE00A8204E /* CartCDF.cxx in Sources */,
|
||||
E08D2F3E23089B9B000BD709 /* JoyMap.cxx in Sources */,
|
||||
DCA82C711FEB4E780059340F /* TimeMachine.cxx in Sources */,
|
||||
|
@ -3103,6 +3103,7 @@
|
|||
DC676A531729A0B000E4E73D /* CartFA2Widget.cxx in Sources */,
|
||||
DC676A551729A0B000E4E73D /* CartFEWidget.cxx in Sources */,
|
||||
DC676A591729A0B000E4E73D /* CartSBWidget.cxx in Sources */,
|
||||
DC3C9BCC2469C93D00CF2D47 /* EmulationDialog.cxx in Sources */,
|
||||
DC676A5B1729A0B000E4E73D /* CartX07Widget.cxx in Sources */,
|
||||
DC7A24DF173B1DBC00B20FE9 /* FileListWidget.cxx in Sources */,
|
||||
DC13B53F176FF2F500B8B4BB /* RomListSettings.cxx in Sources */,
|
||||
|
@ -3116,7 +3117,6 @@
|
|||
DCAACAFC188D631500A4D282 /* CartDF.cxx in Sources */,
|
||||
DCAACAFE188D631500A4D282 /* CartDFSC.cxx in Sources */,
|
||||
DCAACB0E188D636F00A4D282 /* Cart4KSCWidget.cxx in Sources */,
|
||||
DCACBAD01C54296300703A9B /* CartCVPlusWidget.cxx in Sources */,
|
||||
DCAACB10188D636F00A4D282 /* CartBFSCWidget.cxx in Sources */,
|
||||
DCAACB12188D636F00A4D282 /* CartBFWidget.cxx in Sources */,
|
||||
DCAACB14188D636F00A4D282 /* CartDFSCWidget.cxx in Sources */,
|
||||
|
|
Loading…
Reference in New Issue