pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/hatari Version 2.0.0 (2016-11-04)



details:   https://anonhg.NetBSD.org/pkgsrc/rev/456117b8031f
branches:  trunk
changeset: 354668:456117b8031f
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Nov 06 15:39:28 2016 +0000

description:
Version 2.0.0 (2016-11-04)
---------------------------
Emulation:
- Machine:
  - Support for MegaST & MegaSTE machines added
    (this also replaces the Real Time Clock / RTC option, since this chip
    is only available on the Mega machines)
  - The general purpose registers of the TT SCU are now correctly emulated
    (this fixes the problem with AHDI not finding any partitions during boot)
- HD:
  - Fix: Disable GEMDOS opcodes after GEMDOS drive is disabled
  - Fix: GEMDOS HD can now be initialized multiple times,
    e.g. when running EmuTOS RAM image from a normal TOS
  - Fix: WORD access to IDE data register at 0xf00002
  - Fix: '*.*' pattern with GEMDOS HD should match also files
    without extension
- Video:
  - Full rewrite of the GLUE state machine, including support for the
    4 wakeup states in STF mode, as well as more accurate video timings
    (hbl, timer b, top/bottom and left/right removal, mixing 50/60/71 Hz
    lines)
  - Correctly shows the last 8 pixels for STE 224 byte overscan
  - Fix: reading video counter $FF8205/07/09 after modifying it
    while display is ON
  - Fix: location of the video counter's restart when screen runs at 60 Hz
  - TT: sync ST & TT color registers immediately on write, handle
    palette bank setting correctly, fix duochrome colors
  - Falcon: handle byte access special case for ST color registers
  - Falcon: border color support also in HiColor
  - better hbl/timer b interrupts when CPU runs at 16/32 MHz
- Sound:
  - Special cases for STE DMA sound when start address = end address
  - Increase STE DMA volume when compared to the YM2149 volume
  - Greatly improve Falcon DMA sound
- CPU:
  - use WinUAE CPU for STF/STE mode too, not just Falcon (old CPU core
    is considered deprecated)
  - improved IACK and simultaneous interrupts
  - access IO regs on 2 cycle boundaries when possible
  - More accurate 68060 mode (instructions from previous CPU versions
    removed in 68060 aren't accepted/emulated anymore)
  - Misc bus error / IO mem register handling fixes for TT & Falcon
    (e.g. add TT DIP switch register handler)
- Blitter:
  - Better bus arbitration when blitter is started
  - Don't cause bus error when accessing regions causing CPU bus error
- Fixes to DSP addressing
- Floppy:
  - Fix the value of the WPT bit when inserting/ejecting a write protected
    floppy

diffstat:

 emulators/hatari/Makefile         |   7 ++++---
 emulators/hatari/PLIST            |   3 ++-
 emulators/hatari/distinfo         |  12 ++++++------
 emulators/hatari/patches/patch-aa |   6 +++---
 4 files changed, 15 insertions(+), 13 deletions(-)

diffs (82 lines):

diff -r 624b08b2b711 -r 456117b8031f emulators/hatari/Makefile
--- a/emulators/hatari/Makefile Sun Nov 06 15:05:30 2016 +0000
+++ b/emulators/hatari/Makefile Sun Nov 06 15:39:28 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.44 2016/07/09 13:03:46 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2016/11/06 15:39:28 adam Exp $
 
-DISTNAME=      hatari-1.9.0
+DISTNAME=      hatari-2.0.0
 CATEGORIES=    emulators
 MASTER_SITES=  http://download.tuxfamily.org/hatari/${PKGVERSION_NOREV}/
 EXTRACT_SUFX=  .tar.bz2
@@ -15,6 +15,7 @@
 CMAKE_ARGS+=           -DENABLE_OSX_BUNDLE:BOOL=0
 
 PYTHON_VERSIONS_INCOMPATIBLE=  34 35 # not yet ported as of 1.7.0
+
 REPLACE_PYTHON+=       python-ui/config.py
 REPLACE_PYTHON+=       python-ui/debugui.py
 REPLACE_PYTHON+=       python-ui/dialogs.py
@@ -34,7 +35,7 @@
 INSTALLATION_DIRS+=    share/doc/hatari
 
 .include "../../audio/portaudio-devel/buildlink3.mk"
-.include "../../devel/SDL/buildlink3.mk"
+.include "../../devel/SDL2/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
diff -r 624b08b2b711 -r 456117b8031f emulators/hatari/PLIST
--- a/emulators/hatari/PLIST    Sun Nov 06 15:05:30 2016 +0000
+++ b/emulators/hatari/PLIST    Sun Nov 06 15:39:28 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2015/11/23 19:40:39 adam Exp $
+@comment $NetBSD: PLIST,v 1.18 2016/11/06 15:39:28 adam Exp $
 bin/atari-convert-dir
 bin/atari-hd-image
 bin/gst2ascii
@@ -23,6 +23,7 @@
 share/doc/hatari/emutos.txt
 share/doc/hatari/images/callgraph.png
 share/doc/hatari/images/callgraph.svg
+share/doc/hatari/images/cpu.png
 share/doc/hatari/images/devices.png
 share/doc/hatari/images/fileselector.png
 share/doc/hatari/images/floppydisks.png
diff -r 624b08b2b711 -r 456117b8031f emulators/hatari/distinfo
--- a/emulators/hatari/distinfo Sun Nov 06 15:05:30 2016 +0000
+++ b/emulators/hatari/distinfo Sun Nov 06 15:39:28 2016 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.21 2016/04/21 11:31:22 jperkin Exp $
+$NetBSD: distinfo,v 1.22 2016/11/06 15:39:28 adam Exp $
 
-SHA1 (hatari-1.9.0.tar.bz2) = a4d4613704573ea4c9f6efc7b10ce0304cc0d514
-RMD160 (hatari-1.9.0.tar.bz2) = 0bc9bd21a81211ebf293911d9aaa5e9cb84c0400
-SHA512 (hatari-1.9.0.tar.bz2) = 916138aecbb105729def2f4338415f248f556293e948ac91b2806f743f186d008684299f73ff49a71330ca7a170d5172b0e4c821b55d9d915054529df34d206e
-Size (hatari-1.9.0.tar.bz2) = 2379016 bytes
-SHA1 (patch-aa) = 870a2855a0fc74e22d6222c4df74fcaf21692c75
+SHA1 (hatari-2.0.0.tar.bz2) = 9764f4a4c568908f614a474459691ddf6c450fd8
+RMD160 (hatari-2.0.0.tar.bz2) = 5277b0b9ffc65b7e604669498408f68e5da5ce77
+SHA512 (hatari-2.0.0.tar.bz2) = 61dea83599182d3064772bfdf13a4dbe4b5e641f7aeba2ef1891296b275b1e861ca0ef70c875ea6fe07b45d5c959c60e5f791b9ff0ba7371a56a1502543486f2
+Size (hatari-2.0.0.tar.bz2) = 3899087 bytes
+SHA1 (patch-aa) = 4a8b8e9938752fb9f041c5bd81b5bcaa549521e0
 SHA1 (patch-ab) = c030a27ce9dcf69190adec80923f23ec8d8ee874
diff -r 624b08b2b711 -r 456117b8031f emulators/hatari/patches/patch-aa
--- a/emulators/hatari/patches/patch-aa Sun Nov 06 15:05:30 2016 +0000
+++ b/emulators/hatari/patches/patch-aa Sun Nov 06 15:39:28 2016 +0000
@@ -1,11 +1,11 @@
-$NetBSD: patch-aa,v 1.3 2016/04/21 11:31:22 jperkin Exp $
+$NetBSD: patch-aa,v 1.4 2016/11/06 15:39:28 adam Exp $
 
 Add OF() compat macro.
 
---- src/includes/unzip.h.orig  2003-03-30 14:39:27.000000000 +0100
+--- src/includes/unzip.h.orig  2016-11-03 21:25:43.000000000 +0000
 +++ src/includes/unzip.h
 @@ -49,6 +49,14 @@
- #ifndef _unz_H
+ #if !defined(_unz_H) && defined(HAVE_ZLIB_H)
  #define _unz_H
  
 +#ifndef OF /* function prototypes */



Home | Main Index | Thread Index | Old Index