slackbuilds_ponce/games/yae/patches/confile_apple2.diff
B. Watson cc3ee0bbc2 games/yae: Added (Yet another Apple Emulator).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2014-02-01 00:40:30 -06:00

11 lines
511 B
Diff

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