diff options
author | maho <maho@FreeBSD.org> | 2003-07-20 19:51:27 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2003-07-20 19:51:27 +0800 |
commit | 928816b94990f3d50cc44e1020951b1a42c39b23 (patch) | |
tree | 7f65cc3067ddbca63baa42e3329d3c0e8b16b576 /emulators/Makefile | |
parent | 6bafd75376f1d7d13f057d756e0759473f25ac7e (diff) | |
download | freebsd-ports-gnome-928816b94990f3d50cc44e1020951b1a42c39b23.tar.gz freebsd-ports-gnome-928816b94990f3d50cc44e1020951b1a42c39b23.tar.zst freebsd-ports-gnome-928816b94990f3d50cc44e1020951b1a42c39b23.zip |
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 <cbc06942@pop06.odn.ne.jp>
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 de5c5b6b4fa8..7760cc43d773 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -16,6 +16,7 @@ SUBDIR += dgen-sdl SUBDIR += dlx SUBDIR += dosbox + SUBDIR += fceu SUBDIR += fmsx SUBDIR += freesci SUBDIR += frodo |