diff --git a/CurtaSim.xcodeproj/project.pbxproj b/CurtaSim.xcodeproj/project.pbxproj index d5623e6..5a9b3a8 100644 --- a/CurtaSim.xcodeproj/project.pbxproj +++ b/CurtaSim.xcodeproj/project.pbxproj @@ -24,12 +24,16 @@ 9D02B4EE1A1C5B62002799E3 /* curtaUI.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = curtaUI.h; sourceTree = ""; }; 9D02B4EF1A1C5B62002799E3 /* joystick.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = joystick.c; sourceTree = ""; }; 9D02B4F01A1C5B62002799E3 /* joystick.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = joystick.h; sourceTree = ""; }; + 9D6B474F1D43BF2D00F6D704 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; + 9D6B47511D43BF5100F6D704 /* curta.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = curta.png; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXGroup section */ 9D02B4D21A1C5ADC002799E3 = { isa = PBXGroup; children = ( + 9D6B474F1D43BF2D00F6D704 /* README.md */, + 9D6B47501D43BF4000F6D704 /* Screenshots */, 9D02B4D81A1C5ADC002799E3 /* CurtaSim */, ); sourceTree = ""; @@ -66,6 +70,14 @@ name = make; sourceTree = ""; }; + 9D6B47501D43BF4000F6D704 /* Screenshots */ = { + isa = PBXGroup; + children = ( + 9D6B47511D43BF5100F6D704 /* curta.png */, + ); + name = Screenshots; + sourceTree = ""; + }; /* End PBXGroup section */ /* Begin PBXLegacyTarget section */ @@ -227,6 +239,7 @@ 9D02B4E81A1C5ADC002799E3 /* Release */, ); defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; }; /* End XCConfigurationList section */ }; diff --git a/CurtaSim.xcodeproj/project.xcworkspace/xcuserdata/jrand.xcuserdatad/UserInterfaceState.xcuserstate b/CurtaSim.xcodeproj/project.xcworkspace/xcuserdata/jrand.xcuserdatad/UserInterfaceState.xcuserstate index 40a481f..5689f76 100644 Binary files a/CurtaSim.xcodeproj/project.xcworkspace/xcuserdata/jrand.xcuserdatad/UserInterfaceState.xcuserstate and b/CurtaSim.xcodeproj/project.xcworkspace/xcuserdata/jrand.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/CurtaSim/make/V2Make.scpt b/CurtaSim/make/V2Make.scpt index 58b203e..d69de38 100644 Binary files a/CurtaSim/make/V2Make.scpt and b/CurtaSim/make/V2Make.scpt differ diff --git a/README.md b/README.md index d73e193..aff654f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ CurtaSim ======== -This is a simulation of the Curta mechanical calculator written for the Apple // \ No newline at end of file +This is a simulation of the Curta mechanical calculator written for the Apple //. + +![CurtaSim Screenshot](/curta.png "CurtaSim Screenshot") + +[Download a disk image](https://github.com/jeremysrand/CurtaSim/releases/download/1.0/curta.dsk) \ No newline at end of file diff --git a/curta.png b/curta.png new file mode 100644 index 0000000..1f56d90 Binary files /dev/null and b/curta.png differ