summaryrefslogtreecommitdiff
path: root/emulators/hatari/patches
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2010-08-27 08:24:27 +0000
committeradam <adam@pkgsrc.org>2010-08-27 08:24:27 +0000
commit4a794471acfcb93e879cd9ff4ec7072176f16e49 (patch)
tree1801936af7f9191ea13365a6ddb32d2ecea97a50 /emulators/hatari/patches
parent741a484848c5f6e2f8834984fbd99575818fc60c (diff)
downloadpkgsrc-4a794471acfcb93e879cd9ff4ec7072176f16e49.tar.gz
Changes 1.4.0:
Emulation: - IDE improvements: - Support for second drive (IDE slave) - WIN_FORMAT command (allows HD Driver to format IDE drives) - GEMDOS HDD emulation: - Minor fixes to Fseek(), Fopen(), Fdatime() (e.g. Pure debugger works) - On TOS v4 Fread() size arg is unsigned, on earlier TOS its signed (bad code can use -1L to read whole file instead getting fail on TOS4) - Prevent DTA and read/write functions accessing invalid memory areas - Programs can now change read-only files to be writable - Falcon sound emulation: - Microphone (jack) emulation in Falcon mode (requires portaudio library) - SSI direct sound entrance ("Audio Fun Machine" and winrec are working) - DMA sound recording - Crossbar handshake mode transfers - Max VDI rez increased to TT-hi size (1280x960) - 68020+FPU changed to 68EC030+FPU (no MMU 030) for Falcon and TT modes (Some Falcon programs didn't work with 020) - Video emulation on STF/STE: - correctly shift the screen 4 pixels to the left when left border is removed - add support for STE's 224 bytes overscan line without stabilizer - when reading $ff8205/07/09 on STE, take into account the value of horizontal scrolling/prefetch and linewidth - when writing to $ff8205/07/09 on STE, correctly handle the case where the write is made while display in ON - LMC1992 emulation / STE sound filtering
Diffstat (limited to 'emulators/hatari/patches')
-rw-r--r--emulators/hatari/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/emulators/hatari/patches/patch-ab b/emulators/hatari/patches/patch-ab
new file mode 100644
index 00000000000..8cab2ab490b
--- /dev/null
+++ b/emulators/hatari/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.3 2010/08/27 08:24:27 adam Exp $
+
+--- CMakeLists.txt.orig 2010-07-22 18:25:40.000000000 +0000
++++ CMakeLists.txt
+@@ -177,7 +177,7 @@ if(NOT BIN2DATADIR)
+ endif()
+
+ if(NOT MANDIR)
+- set(MANDIR share/man/man1)
++ set(MANDIR man/man1)
+ endif()
+
+ if(NOT DOCDIR)