slackbuilds_ponce/games/yae/patches/confile_apple2.diff

12 lines
511 B
Diff
Raw Normal View History

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;
}