diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-22 11:33:07 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-22 11:33:07 +0000 |
commit | f6b020d79f4544e6413546e8809da66ef5a43279 (patch) | |
tree | 05f3a63c23b006f02ebcefb8c898ef31a300045d /emulators/Makefile | |
parent | 2ba2a241ff06ba9b3dcc7edfde3a8ab91e0f7e88 (diff) |
[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>
Notes
Notes:
svn path=/head/; revision=149037
Diffstat (limited to 'emulators/Makefile')
-rw-r--r-- | emulators/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 18f1ffd0035a..9de02af8aaa7 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -31,6 +31,7 @@ SUBDIR += generator-cbiere SUBDIR += gens SUBDIR += gngb + SUBDIR += gngeo SUBDIR += gnuboy SUBDIR += grustibus SUBDIR += gsnes9x |