1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/emulators/gngeo/files/patch-src-streams.c
Edwin Groothuis f6b020d79f [NEW PORT] games/gngeo - NeoGeo emulator
Note: this port sets RESTRICTED because the Neo-Geo BIOS
	must be downloaded manually and can not be redistributed.
	So ports/LEGAL should be updated. These are the file names:
	"neo-geo.rom", "ng-lo.rom", "ng-sfix.rom", and "ng-sm1.rom".
	These files are also listed in the "NGBIOS" variable in the
	Makefile of the port.

	GnGeo is a NeoGeo emulator for Linux (and maybe some other
	UNIX). It use the following cpu core:

	* The 68k core from the generator project by James Ponder.
	* Starscream 680x0 emulation library by Neill Corlett
	* Raze Z80 emulator by Richard Mitton.
	* Z80 Mame core from the Mame project.
	* YM2610 Mame core by Tatsuyuki Satoh.

	WWW: http://m.peponas.free.fr/gngeo/

PR:		ports/85327
Submitted by:	Alejandro Pulver <alejandro@varnet.biz>
2005-11-22 11:33:07 +00:00

12 lines
239 B
C

--- src/streams.c.orig Sat Feb 28 12:50:41 2004
+++ src/streams.c Wed Aug 17 16:32:02 2005
@@ -10,7 +10,7 @@
#endif
#include <string.h>
-#include <malloc.h>
+#include <stdlib.h>
#include <stdio.h>
#include "emu.h"
#include <math.h>