diff options
author | Maho Nakata <maho@FreeBSD.org> | 2003-07-20 11:51:27 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2003-07-20 11:51:27 +0000 |
commit | a20e7c4696930974c482b099bdacd6ee3b9bf343 (patch) | |
tree | 3ade19dd7a3acabb0d2329c216e595a3eb720e7f /emulators/Makefile | |
parent | Update to 0.7.1 (diff) |
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 |