Skip to content

Commit

Permalink
add c64/128 (extra)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksherlock committed Oct 15, 2024
1 parent 0168dca commit 42f7dba
Show file tree
Hide file tree
Showing 10 changed files with 34,604 additions and 103 deletions.
218 changes: 118 additions & 100 deletions Ample.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions Ample/LaunchWindowController.m
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,11 @@
static NSString *NeedsAspectRatio(NSString *machine) {
static NSDictionary *dict = nil;

/* these are all non-60hz? */
if (!dict) {
dict = @{
@"c64": @"3:2",
@"c64c": @"3:2",
@"oric1": @"2:1",
@"orica": @"2:1",
@"prav8d": @"2:1",
Expand Down
Loading

0 comments on commit 42f7dba

Please sign in to comment.