summaryrefslogtreecommitdiff
path: root/emulators/hatari/patches
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2004-11-19 10:09:48 +0000
committeradam <adam@pkgsrc.org>2004-11-19 10:09:48 +0000
commitc8ae0310ca9abeb98c1c0444238bd0b1a199e219 (patch)
tree0b8ea62b920fb7cf4d86d8024362ea979b593e22 /emulators/hatari/patches
parent4c06d1f4e4cc2d7188093a0a4c3c16c22df1bc63 (diff)
downloadpkgsrc-c8ae0310ca9abeb98c1c0444238bd0b1a199e219.tar.gz
Changes 0.50:
- A lot of internal code cleanup and bug fixes. - Added a dialog for creating new blank floppy disk images. - The source code has been optimized for better emulation speed. - Added RS232 emulation (still very experimental and not very well tested! It seems not to work reliable yet. Help for debugging is very appreciated!). - Some bugs in the 68000 emulation have been fixed. - The emulator now checks for double bus errors and stops the emulation if necessary (instead of crashing the emulator). - Timer-D is now patched correctly again. - The old font has been replaced by two new fonts so that the GUI now looks better in high resolutions. - The fonts are now linked into the executable. - Added support for DIM floppy disk images.
Diffstat (limited to 'emulators/hatari/patches')
-rw-r--r--emulators/hatari/patches/patch-aa6
-rw-r--r--emulators/hatari/patches/patch-ab12
2 files changed, 15 insertions, 3 deletions
diff --git a/emulators/hatari/patches/patch-aa b/emulators/hatari/patches/patch-aa
index 77848afd888..e05603a66b1 100644
--- a/emulators/hatari/patches/patch-aa
+++ b/emulators/hatari/patches/patch-aa
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.1 2004/01/01 03:34:49 cjep Exp $
+$NetBSD: patch-aa,v 1.2 2004/11/19 10:09:48 adam Exp $
---- includes/unzip.h.orig 2003-03-30 14:39:27.000000000 +0100
-+++ includes/unzip.h
+--- src/includes/unzip.h.orig 2003-03-30 14:39:27.000000000 +0100
++++ src/includes/unzip.h
@@ -49,6 +49,14 @@
#ifndef _unz_H
#define _unz_H
diff --git a/emulators/hatari/patches/patch-ab b/emulators/hatari/patches/patch-ab
new file mode 100644
index 00000000000..f1e7018e225
--- /dev/null
+++ b/emulators/hatari/patches/patch-ab
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1 2004/11/19 10:10:08 adam Exp $
+
+--- configure.orig 2004-11-19 10:59:03.000000000 +0000
++++ configure
+@@ -2158,7 +2158,6 @@ test -z "$INSTALL_DATA" && INSTALL_DATA=
+
+ # Use the following lines for a release versions:
+ if test x"${GCC}" = xyes; then
+- CFLAGS="-O3 -fomit-frame-pointer"
+ fi
+
+ # extra command line options