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/fceu/files/patch-Makefile.base | |
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>
Notes
Notes:
svn path=/head/; revision=85227
Diffstat (limited to 'emulators/fceu/files/patch-Makefile.base')
-rw-r--r-- | emulators/fceu/files/patch-Makefile.base | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/emulators/fceu/files/patch-Makefile.base b/emulators/fceu/files/patch-Makefile.base new file mode 100644 index 000000000000..1a83dee26f69 --- /dev/null +++ b/emulators/fceu/files/patch-Makefile.base @@ -0,0 +1,8 @@ +--- Makefile.base.orig Sun Nov 10 02:13:55 2002 ++++ Makefile.base Sun Nov 10 02:14:00 2002 +@@ -1,4 +1,4 @@ +-CFLAGS = -Wall -Winline ${TFLAGS} ++CFLAGS += -Wall -Winline ${TFLAGS} + OBJECTS = fce.o x6502.o video.o general.o endian.o svga.o sound.o nsf.o fds.o netplay.o ines.o state.o unif.o input.o file.o cart.o crc32.o memory.o cheat.o debug.o + + fceu: fceu2 |