forked from Lainports/freebsd-ports
fuse is a free version of a ZX Spectrum emulator. It emulates the 48K/128K/+2/+2A/+3 Speccy and Timex TC2048 machine, supports loading from .tzx files, has sound and kempston joystick emulation, and emulates various printers you could attach to the Spectrum. It supports the new RZX input recording file format. Author: Philip Kendall <pak21-spectrum@srcf.ucam.org> WWW: http://www.srcf.ucam.org/~pak21/spectrum/fuse.html PR: 58639 Submitted by: Alexey V. Antipovsky <kemm@in-line.ru>
11 lines
271 B
C
11 lines
271 B
C
--- compat.h.orig Sat Sep 13 16:53:04 2003
|
|
+++ compat.h Tue Oct 28 12:48:07 2003
|
|
@@ -45,7 +45,7 @@
|
|
|
|
/* Replacement functions */
|
|
#ifndef HAVE_GETOPT_LONG
|
|
-#include "compat/getopt.h"
|
|
+#include "getopt.h"
|
|
#endif /* #ifndef HAVE_GETOPT_LONG */
|
|
|
|
#ifndef HAVE_MKSTEMP
|