pkgsrc/emulators/tuxnes/patches/patch-ad
wiz 71d65d4458 Initial import of tuxnes, a NES emulator.
Features:
- open source
- dynamic recompilation from 6502 opcodes -> x86 native opcodes
- mappers: 0, 1, 2, 3, 4, 7, 9, 11, 32, 66, 99
- experimental mappers: 15, 22, 23, and 71
- gzip and zip file support
- game saving
- built-in disassembler
- joystick support (2- & 4-button)
- experimental sound support
- capture screenshots in X pixmap (xpm) or portable pixmap (ppm) format
- Game Genie code support
- trainer support
- alternate palette support
2004-07-19 20:29:37 +00:00

15 lines
386 B
Text

$NetBSD: patch-ad,v 1.1.1.1 2004/07/19 20:29:37 wiz Exp $
--- unzip.h.orig 2001-04-11 22:23:10.000000000 +0200
+++ unzip.h
@@ -49,6 +49,10 @@ extern "C" {
#include "zlib.h"
#endif
+#ifndef OF
+#define OF(a) a
+#endif
+
#if defined(STRICTUNZIP) || defined(STRICTZIPUNZIP)
/* like the STRICT of WIN32, we define a pointer that cannot be converted
from (void*) without cast */