pkgsrc/emulators/gcube/patches/patch-ab
jmmv 4ae1f6576b Update to 0.4:
0.4   - better interrupt handling and dsp emulation
        - input should work in more games now
        - improved gx emulation (with new engine at its early stage)
        - savestates can be created without the debugger
        - simple thp video player included (thpview)

  0.3   - should now work on mac os x (thanks to Adam Green)
        - basic hle system
        - function mapper
        - fixed a few problems with pad emulation
        - further debugger improvements
        - killed some ugly cpu bugs
        - fixes here and there

This project is currently dead, so we might consider removing this package
in the future.
2006-01-10 14:33:26 +00:00

33 lines
722 B
Text

$NetBSD: patch-ab,v 1.2 2006/01/10 14:33:26 jmmv Exp $
--- Makefile.orig 2005-01-12 03:11:22.000000000 +0100
+++ Makefile
@@ -1,8 +1,8 @@
# use assembler optimizations
-ASM_X86=0
+#ASM_X86=0
# use debugger: 1 - by default, 2 - compile in but don't use by default
-GDEBUG=0
+#GDEBUG=0
# by default, no window will open until fb address is set
# or video mode is specified. some programs might not reach that stage.
@@ -18,7 +18,7 @@ DEFAULT_BUFFER_SIZE=512
MEMHACK=0
# specify the cpu used (for -march, check gcc manual)
-CPU=i686
+#CPU=i686
#CPU=athlon-xp
# add here optimization flags
@@ -28,7 +28,7 @@ CPU=i686
OPENGL=GL
# compilator
-CC=gcc
+#CC=gcc
# if byteswap.h is present
USE_BYTESWAP_H=0