summaryrefslogtreecommitdiffstats
path: root/games/yae/patches/confile_apple2.diff
blob: 597623be9cfbcff8a6a819bb6ab1c01f97bdd290 (plain)
1
2
3
4
5
6
7
8
9
10
11
diff -Naur yae-0.7/confile.c yae-0.7.patched/confile.c
--- yae-0.7/confile.c	2007-04-03 17:50:57.000000000 -0400
+++ yae-0.7.patched/confile.c	2013-08-29 14:17:06.000000000 -0400
@@ -216,6 +216,7 @@
     if (!strcmp(v, "MachineType")) {
       if (!strcmp(h,"IIe")) { MachineType=APPLE_IIE; }
       else if (!strcmp(h,"II+")) { MachineType=APPLE_II_PLUS; }
+      else if (!strcmp(h,"II")) { MachineType=APPLE_II; }
       else fprintf(stderr,"Unknown MachineType %s in %s\n",h,cfile);
       continue;
     }