The FreeBSD Ports Archive
FreeBSD emulators : fceu4>
A portable NES/Famicom emulator based on Bero's original FCE
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. The VS Unisystem is emulated
as well. FCE Ultra supports iNES format ROM images, UNIF format ROM
images, headerless and FWNES style FDS disk images, and NSF files.
FCE Ultra currently supports the following iNES mappers(many partially):
http://fceultra.sourceforge.net/
|
fceu history
v. 1.21
date: 2007/05/19 20:04:27; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.20
date: 2006/09/20 11:20:42; author: stas; state: Exp; lines: +1 -0
- Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
structure (i.e. include/SDL for includes and sdl-config for configuration
binary)
- Update graphics/sdl_ttf to version 2.0.8
- Update graphics/sdl_image to version 1.2.5
- Update audio/sdl_mixer to version 1.2.7
- Update net/sdl_net to version 1.2.6
- Update Mk/bsd.sdl.mk accordingly
- Fix dependent ports to fit the new directory structure and avoid several
API breakages
- Bump up portrevisions for all dependent ports to allow them to be upgraded
by portupgrade/portmaster etc tools
Approved by: kris (portmgr), sem (mentor)
v. 1.19
date: 2006/09/17 20:00:48; author: kris; state: Exp; lines: +0 -4
Now builds on sparc64
v. 1.18
date: 2006/05/07 10:55:40; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from all categories starting with E
v. 1.17
date: 2005/02/28 17:32:40; author: pav; state: Exp; lines: +0 -4
- Unbreak on amd64
PR: ports/78094
Submitted by: Greg J. (maintainer)
v. 1.16
date: 2005/02/27 16:00:51; author: pav; state: Exp; lines: +29 -57
- Update to 0.98.13
PR: ports/78094
Submitted by: Greg J. (maintainer)
v. 1.15
date: 2005/01/12 06:05:49; author: edwin; state: Exp; lines: +1 -1
The sourceforge website is empty, grab copy from ftp.au.freebsd.org
and place it in the adopted directory on my website.
v. 1.14
date: 2004/11/28 10:11:57; author: krion; state: Exp; lines: +4 -1
Mark BROKEN on sparc64 - doesn't compile.
PR: ports/74325
Submitted by: maintainer
v. 1.13
date: 2004/09/01 07:59:06; author: krion; state: Exp; lines: +3 -13
Update to 0.98.12
PR: ports/71197
Submitted by: maintainer
v. 1.12
date: 2004/08/15 23:02:05; author: pav; state: Exp; lines: +2 -3
- Update to 0.98.11
PR: ports/70454
Submitted by: Greg J. (maintainer)
v. 1.11
date: 2004/05/19 08:18:03; author: krion; state: Exp; lines: +4 -2
- Update to version 0.98.10
PR: ports/66847
Submitted by: maintainer
v. 1.10
date: 2004/05/18 08:12:30; author: pav; state: Exp; lines: +1 -1
- Transfer maintainership to the submitter of last update
PR: ports/66033
Offered by: HIYAMA Takeshi (old maintainer)
Accepted by: "Greg J." (new maintainer)
v. 1.9
date: 2004/05/17 20:28:41; author: pav; state: Exp; lines: +12 -22
- Update to 0.98.8
PR: ports/66033
Submitted by: Greg J.
Approved by: maintainer
v. 1.8
date: 2004/03/16 04:23:35; author: edwin; state: Exp; lines: +1 -1
Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5
v. 1.7
date: 2004/03/08 01:01:25; author: edwin; state: Exp; lines: +1 -1
Properly use SDL everywhere:
USE_SDL=yes -> USE_SDL=sdl (good examles everywhere)
WANT_SDL/HAVE_SDL instead of exists(localbase/lib/lib...)
See
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-sdl.html
for more information on how to use USE_SDL, WANT_SDL and HAVE_SDL.
PR: follow-ups of ports/55494, ports/61877
Submitted by: Edwin Groothuis
v. 1.6
date: 2004/02/04 05:20:05; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
v. 1.5
date: 2003/12/27 23:56:01; author: krion; state: Exp; lines: +13 -13
- Update to version 0.97.5
PR: 60629
Submitted by: maintainer
v. 1.4
date: 2003/08/31 14:41:53; author: krion; state: Exp; lines: +9 -1
- Add new man page
- Use DOCSDIR macro
PR: 56236
Submitted by: maintainer
v. 1.3
date: 2003/07/23 17:37:16; author: maho; state: Exp; lines: +16 -12
1. delete pkg-message: this file slipped in by mistake.
2. fix pkg-plist for version 0.96
3. move message for WITH_OPTIMIZED_FLAGS to correct place
4. delete -mcpu=i686 -march=i686:
Not all i386 is i686.
cpu dependent optimize is done by CPUTYPE.
5. change fix for non-i386 arch
PR: 54686
Submitted by: HIYAMA Takeshi (maintainer)
v. 1.2
date: 2003/07/21 00:48:09; author: maho; state: Exp; lines: +3 -3
Clean up of the port.
1. ECHO -> ECHO_CMD
2. .if !defined(WITH_OPTIMIZED_FLAGS) should be inside
of pre-everything:: since shell command in question
isn't under any target, and it is not a valid syntax.
Reviewed by: will
Pointy hat to: myself
v. 1.1
date: 2003/07/20 11:51:26; author: maho; state: Exp;
FCE Ultra is an NTSC and PAL Famicom/NES emulator for various
platforms, distributed under GPL. It is based upon Bero's original
FCE source code. Current features include good PPU, CPU, pAPU,
expansion chip, and joystick emulation.
PR: 45166
Submitted by: HIYAMA Takeshi
=============================================================================
v. 1.21
date: 2007/05/19 20:04:27; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.20
date: 2006/09/20 11:20:42; author: stas; state: Exp; lines: +1 -0
- Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
structure (i.e. include/SDL for includes and sdl-config for configuration
binary)
- Update graphics/sdl_ttf to version 2.0.8
- Update graphics/sdl_image to version 1.2.5
- Update audio/sdl_mixer to version 1.2.7
- Update net/sdl_net to version 1.2.6
- Update Mk/bsd.sdl.mk accordingly
- Fix dependent ports to fit the new directory structure and avoid several
API breakages
- Bump up portrevisions for all dependent ports to allow them to be upgraded
by portupgrade/portmaster etc tools
Approved by: kris (portmgr), sem (mentor)
v. 1.19
date: 2006/09/17 20:00:48; author: kris; state: Exp; lines: +0 -4
Now builds on sparc64
v. 1.18
date: 2006/05/07 10:55:40; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from all categories starting with E
v. 1.17
date: 2005/02/28 17:32:40; author: pav; state: Exp; lines: +0 -4
- Unbreak on amd64
PR: ports/78094
Submitted by: Greg J. (maintainer)
v. 1.16
date: 2005/02/27 16:00:51; author: pav; state: Exp; lines: +29 -57
- Update to 0.98.13
PR: ports/78094
Submitted by: Greg J. (maintainer)
v. 1.15
date: 2005/01/12 06:05:49; author: edwin; state: Exp; lines: +1 -1
The sourceforge website is empty, grab copy from ftp.au.freebsd.org
and place it in the adopted directory on my website.
v. 1.14
date: 2004/11/28 10:11:57; author: krion; state: Exp; lines: +4 -1
Mark BROKEN on sparc64 - doesn't compile.
PR: ports/74325
Submitted by: maintainer
v. 1.13
date: 2004/09/01 07:59:06; author: krion; state: Exp; lines: +3 -13
Update to 0.98.12
PR: ports/71197
Submitted by: maintainer
v. 1.12
date: 2004/08/15 23:02:05; author: pav; state: Exp; lines: +2 -3
- Update to 0.98.11
PR: ports/70454
Submitted by: Greg J. (maintainer)
v. 1.11
date: 2004/05/19 08:18:03; author: krion; state: Exp; lines: +4 -2
- Update to version 0.98.10
PR: ports/66847
Submitted by: maintainer
v. 1.10
date: 2004/05/18 08:12:30; author: pav; state: Exp; lines: +1 -1
- Transfer maintainership to the submitter of last update
PR: ports/66033
Offered by: HIYAMA Takeshi (old maintainer)
Accepted by: "Greg J." (new maintainer)
v. 1.9
date: 2004/05/17 20:28:41; author: pav; state: Exp; lines: +12 -22
- Update to 0.98.8
PR: ports/66033
Submitted by: Greg J.
Approved by: maintainer
v. 1.8
date: 2004/03/16 04:23:35; author: edwin; state: Exp; lines: +1 -1
Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5
v. 1.7
date: 2004/03/08 01:01:25; author: edwin; state: Exp; lines: +1 -1
Properly use SDL everywhere:
USE_SDL=yes -> USE_SDL=sdl (good examles everywhere)
WANT_SDL/HAVE_SDL instead of exists(localbase/lib/lib...)
See
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-sdl.html
for more information on how to use USE_SDL, WANT_SDL and HAVE_SDL.
PR: follow-ups of ports/55494, ports/61877
Submitted by: Edwin Groothuis
v. 1.6
date: 2004/02/04 05:20:05; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
v. 1.5
date: 2003/12/27 23:56:01; author: krion; state: Exp; lines: +13 -13
- Update to version 0.97.5
PR: 60629
Submitted by: maintainer
v. 1.4
date: 2003/08/31 14:41:53; author: krion; state: Exp; lines: +9 -1
- Add new man page
- Use DOCSDIR macro
PR: 56236
Submitted by: maintainer
v. 1.3
date: 2003/07/23 17:37:16; author: maho; state: Exp; lines: +16 -12
1. delete pkg-message: this file slipped in by mistake.
2. fix pkg-plist for version 0.96
3. move message for WITH_OPTIMIZED_FLAGS to correct place
4. delete -mcpu=i686 -march=i686:
Not all i386 is i686.
cpu dependent optimize is done by CPUTYPE.
5. change fix for non-i386 arch
PR: 54686
Submitted by: HIYAMA Takeshi (maintainer)
v. 1.2
date: 2003/07/21 00:48:09; author: maho; state: Exp; lines: +3 -3
Clean up of the port.
1. ECHO -> ECHO_CMD
2. .if !defined(WITH_OPTIMIZED_FLAGS) should be inside
of pre-everything:: since shell command in question
isn't under any target, and it is not a valid syntax.
Reviewed by: will
Pointy hat to: myself
v. 1.1
date: 2003/07/20 11:51:26; author: maho; state: Exp;
FCE Ultra is an NTSC and PAL Famicom/NES emulator for various
platforms, distributed under GPL. It is based upon Bero's original
FCE source code. Current features include good PPU, CPU, pAPU,
expansion chip, and joystick emulation.
PR: 45166
Submitted by: HIYAMA Takeshi
=============================================================================
v. 1.21
date: 2007/05/19 20:04:27; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.20
date: 2006/09/20 11:20:42; author: stas; state: Exp; lines: +1 -0
- Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
structure (i.e. include/SDL for includes and sdl-config for configuration
binary)
- Update graphics/sdl_ttf to version 2.0.8
- Update graphics/sdl_image to version 1.2.5
- Update audio/sdl_mixer to version 1.2.7
- Update net/sdl_net to version 1.2.6
- Update Mk/bsd.sdl.mk accordingly
- Fix dependent ports to fit the new directory structure and avoid several
API breakages
- Bump up portrevisions for all dependent ports to allow them to be upgraded
by portupgrade/portmaster etc tools
Approved by: kris (portmgr), sem (mentor)
v. 1.19
date: 2006/09/17 20:00:48; author: kris; state: Exp; lines: +0 -4
Now builds on sparc64
v. 1.18
date: 2006/05/07 10:55:40; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from all categories starting with E
v. 1.17
date: 2005/02/28 17:32:40; author: pav; state: Exp; lines: +0 -4
- Unbreak on amd64
PR: ports/78094
Submitted by: Greg J. (maintainer)
v. 1.16
date: 2005/02/27 16:00:51; author: pav; state: Exp; lines: +29 -57
- Update to 0.98.13
PR: ports/78094
Submitted by: Greg J. (maintainer)
v. 1.15
date: 2005/01/12 06:05:49; author: edwin; state: Exp; lines: +1 -1
The sourceforge website is empty, grab copy from ftp.au.freebsd.org
and place it in the adopted directory on my website.
v. 1.14
date: 2004/11/28 10:11:57; author: krion; state: Exp; lines: +4 -1
Mark BROKEN on sparc64 - doesn't compile.
PR: ports/74325
Submitted by: maintainer
v. 1.13
date: 2004/09/01 07:59:06; author: krion; state: Exp; lines: +3 -13
Update to 0.98.12
PR: ports/71197
Submitted by: maintainer
v. 1.12
date: 2004/08/15 23:02:05; author: pav; state: Exp; lines: +2 -3
- Update to 0.98.11
PR: ports/70454
Submitted by: Greg J. (maintainer)
v. 1.11
date: 2004/05/19 08:18:03; author: krion; state: Exp; lines: +4 -2
- Update to version 0.98.10
PR: ports/66847
Submitted by: maintainer
v. 1.10
date: 2004/05/18 08:12:30; author: pav; state: Exp; lines: +1 -1
- Transfer maintainership to the submitter of last update
PR: ports/66033
Offered by: HIYAMA Takeshi (old maintainer)
Accepted by: "Greg J." (new maintainer)
v. 1.9
date: 2004/05/17 20:28:41; author: pav; state: Exp; lines: +12 -22
- Update to 0.98.8
PR: ports/66033
Submitted by: Greg J.
Approved by: maintainer
v. 1.8
date: 2004/03/16 04:23:35; author: edwin; state: Exp; lines: +1 -1
Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5
v. 1.7
date: 2004/03/08 01:01:25; author: edwin; state: Exp; lines: +1 -1
Properly use SDL everywhere:
USE_SDL=yes -> USE_SDL=sdl (good examles everywhere)
WANT_SDL/HAVE_SDL instead of exists(localbase/lib/lib...)
See
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-sdl.html
for more information on how to use USE_SDL, WANT_SDL and HAVE_SDL.
PR: follow-ups of ports/55494, ports/61877
Submitted by: Edwin Groothuis
v. 1.6
date: 2004/02/04 05:20:05; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
v. 1.5
date: 2003/12/27 23:56:01; author: krion; state: Exp; lines: +13 -13
- Update to version 0.97.5
PR: 60629
Submitted by: maintainer
v. 1.4
date: 2003/08/31 14:41:53; author: krion; state: Exp; lines: +9 -1
- Add new man page
- Use DOCSDIR macro
PR: 56236
Submitted by: maintainer
v. 1.3
date: 2003/07/23 17:37:16; author: maho; state: Exp; lines: +16 -12
1. delete pkg-message: this file slipped in by mistake.
2. fix pkg-plist for version 0.96
3. move message for WITH_OPTIMIZED_FLAGS to correct place
4. delete -mcpu=i686 -march=i686:
Not all i386 is i686.
cpu dependent optimize is done by CPUTYPE.
5. change fix for non-i386 arch
PR: 54686
Submitted by: HIYAMA Takeshi (maintainer)
v. 1.2
date: 2003/07/21 00:48:09; author: maho; state: Exp; lines: +3 -3
Clean up of the port.
1. ECHO -> ECHO_CMD
2. .if !defined(WITH_OPTIMIZED_FLAGS) should be inside
of pre-everything:: since shell command in question
isn't under any target, and it is not a valid syntax.
Reviewed by: will
Pointy hat to: myself
v. 1.1
date: 2003/07/20 11:51:26; author: maho; state: Exp;
FCE Ultra is an NTSC and PAL Famicom/NES emulator for various
platforms, distributed under GPL. It is based upon Bero's original
FCE source code. Current features include good PPU, CPU, pAPU,
expansion chip, and joystick emulation.
PR: 45166
Submitted by: HIYAMA Takeshi
=============================================================================
|
| |

|