diff options
author | wiz <wiz@pkgsrc.org> | 2004-07-19 18:37:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-07-19 18:37:14 +0000 |
commit | c2f557623f6e90afbbf474b2c49ea79e47bb737b (patch) | |
tree | a995f83b6e376ed501f9a155cce5b14285f4e165 /emulators/fceu/patches/patch-ac | |
parent | eb960e360add8db0b8ff916d424371f73be93d2a (diff) | |
download | pkgsrc-c2f557623f6e90afbbf474b2c49ea79e47bb737b.tar.gz |
Initial import of FCE Ultra, a Nintendo Entertainment System and
Famicom emulator.
FCE Ultra is an NTSC and PAL Famicom/NES emulator for various
platforms. It is based upon Bero's original FCE source code. Current
features include good PPU, CPU, pAPU, expansion chip, and joystick
emulation. Also a feature unique to this emulator (at the current
time) is authentic Game Genie emulation. Save states and snapshot
features also have been implemented.
Diffstat (limited to 'emulators/fceu/patches/patch-ac')
-rw-r--r-- | emulators/fceu/patches/patch-ac | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/emulators/fceu/patches/patch-ac b/emulators/fceu/patches/patch-ac new file mode 100644 index 00000000000..293cc093bc8 --- /dev/null +++ b/emulators/fceu/patches/patch-ac @@ -0,0 +1,16 @@ +$NetBSD: patch-ac,v 1.1.1.1 2004/07/19 18:37:15 wiz Exp $ + +NetBSD's zlib.h does not define OF(). + +--- src/unzip.h.orig 2004-01-21 21:50:00.000000000 +0100 ++++ src/unzip.h +@@ -58,6 +58,9 @@ typedef unzFile__ *unzFile; + typedef voidp unzFile; + #endif + ++#ifndef OF ++#define OF(a) a ++#endif + + #define UNZ_OK (0) + #define UNZ_END_OF_LIST_OF_FILE (-100) |