New Nintendo Gameboy(TM) emulmulator.

This commit is contained in:
Yukihiro Nakai 2001-04-16 13:11:50 +00:00
parent 680a234ce5
commit 31c44476a8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41461
8 changed files with 49 additions and 0 deletions

View File

@ -14,6 +14,7 @@
SUBDIR += fmsx
SUBDIR += freesci
SUBDIR += frodo
SUBDIR += gbe
SUBDIR += gnuboy
SUBDIR += gsnes9x
SUBDIR += hfs

24
emulators/gbe/Makefile Normal file
View File

@ -0,0 +1,24 @@
# New ports collection makefile for: gbe
# Date created: 16 April 2001
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gbe
PORTVERSION= 0.0.22
CATEGORIES= emulators
MASTER_SITES= http://www.zophar.net/unix/Files/
MAINTAINER= nakai@FreeBSD.org
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_X_PREFIX= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gbe ${PREFIX}/bin
.include <bsd.port.mk>

1
emulators/gbe/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (gbe-0.0.22.tar.gz) = eb78d06c95b6e43210dd8232a3215577

View File

@ -0,0 +1,10 @@
--- Makefile.orig Mon Apr 16 21:07:21 2001
+++ Makefile Mon Apr 16 21:13:21 2001
@@ -1,5 +1,5 @@
-LFLAGS = -L/usr/X11R6/lib -lX11 -g3 -lreadline -lncurses -lvga
-CFLAGS = -O6 -DBUILD_SVGA -DBUILD_X11 -DBUILD_JLIB -DCPU_DEBUG -g3 -ffast-math -fomit-frame-pointer -finline-functions #-DNOT_LINEBASED #-DCPU_DEBUG_EXTENDED
+LFLAGS = -L/usr/X11R6/lib -lX11 -g3 -lgnugetopt -L/usr/local/lib
+CFLAGS = -I/usr/X11R6/include -I/usr/local/include -O6 -DBUILD_X11 -g3 -ffast-math -fomit-frame-pointer -finline-functions #-DNOT_LINEBASED #-DCPU_DEBUG_EXTENDED
OBJS = main.o rom.o mem.o cpu.o vram.o debug.o joypad.o jlib.o x11.o svga.o
BIN = gbe

View File

@ -0,0 +1,10 @@
--- vram.c.orig Mon Apr 16 22:12:03 2001
+++ vram.c Mon Apr 16 22:12:08 2001
@@ -31,7 +31,6 @@
#include "cpu.h"
#include "data.h"
#include "x11.h"
-#include "svga.h"
#include "win32.h"
#include "joypad.h"

View File

@ -0,0 +1 @@
Nintendo GameBoy(tm) emulator with GNU source code

1
emulators/gbe/pkg-descr Normal file
View File

@ -0,0 +1 @@
Nintendo GameBoy(tm) emulator with GNU source code

1
emulators/gbe/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/gbe