Features: - open source - dynamic recompilation from 6502 opcodes -> x86 native opcodes - mappers: 0, 1, 2, 3, 4, 7, 9, 11, 32, 66, 99 - experimental mappers: 15, 22, 23, and 71 - gzip and zip file support - game saving - built-in disassembler - joystick support (2- & 4-button) - experimental sound support - capture screenshots in X pixmap (xpm) or portable pixmap (ppm) format - Game Genie code support - trainer support - alternate palette support
13 lines
435 B
Text
13 lines
435 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2004/07/19 20:29:37 wiz Exp $
|
|
|
|
--- Makefile.in.orig 2004-07-19 22:03:46.000000000 +0200
|
|
+++ Makefile.in
|
|
@@ -99,7 +99,7 @@ tuxnes_OBJECTS = x86.o d6502.o dynrec.o
|
|
mapper.o sound.o ggi.o x11.o w.o renderer.o ntsc_pal.o unzip.o \
|
|
ziploader.o
|
|
tuxnes_DEPENDENCIES = table.o
|
|
-tuxnes_LDFLAGS =
|
|
+tuxnes_LDFLAGS = ${LIBOSSAUDIO}
|
|
comptbl_OBJECTS = comptbl.o
|
|
comptbl_LDADD = $(LDADD)
|
|
comptbl_DEPENDENCIES =
|