Update to 1.6.1
Changelog: Version 1.6.1 (2012-01-13): --------------------------- This version is mainly a bugfix for 1.6.0, where monochrome mode gave a black screen and was not usable. Emulation: - Fixes to bootup issues in monocrome mode - Better left border removal timings - DSP external memory access cycles taken into account Other changes: - Fix to allow build with Xcode 3.1.3/OS X 10.5.8 PPC - Several fixes & updates needed to Hatari UI & hconsole for them to work correctly with Hatari v1.6.x - Test programs added for testing TOS booting with different HW configurations and for finding out values needed in Hatari keymaps - Remove a potential segfault in the debugger Fixed Demos : Vodka Demo - Kill The Beast 2 (left border removal)
This commit is contained in:
parent
51a954367d
commit
8bce76bcf2
3 changed files with 10 additions and 8 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.31 2012/01/09 19:39:52 ryoon Exp $
|
||||
# $NetBSD: Makefile,v 1.32 2012/02/21 11:20:47 ryoon Exp $
|
||||
|
||||
DISTNAME= hatari-1.6.0
|
||||
DISTNAME= hatari-1.6.1
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= http://download.tuxfamily.org/hatari/1.6.0/
|
||||
MASTER_SITES= http://download.tuxfamily.org/hatari/1.6.1/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
@ -27,6 +27,7 @@ SUBST_STAGE.fix-python= pre-configure
|
|||
SUBST_MESSAGE.fix-python= Fixing python
|
||||
SUBST_FILES.fix-python+= tools/hconsole/example.py
|
||||
SUBST_FILES.fix-python+= tools/hconsole/hconsole.py
|
||||
SUBST_FILES.fix-python+= python-ui/gentypes.py
|
||||
SUBST_SED.fix-python+= -e 's,/usr/bin/env python,${PYTHONBIN},'
|
||||
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.13 2012/01/09 19:39:52 ryoon Exp $
|
||||
@comment $NetBSD: PLIST,v 1.14 2012/02/21 11:20:47 ryoon Exp $
|
||||
bin/atari-hd-image
|
||||
bin/hatari
|
||||
bin/hatariui
|
||||
|
@ -38,6 +38,7 @@ share/hatari/hatari-icon.bmp
|
|||
share/hatari/hatariui/README
|
||||
share/hatari/hatariui/TODO
|
||||
share/hatari/hatariui/config.py
|
||||
share/hatari/hatariui/conftypes.py
|
||||
share/hatari/hatariui/debugui.py
|
||||
share/hatari/hatariui/dialogs.py
|
||||
share/hatari/hatariui/hatari-icon.png
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.14 2012/01/09 19:39:52 ryoon Exp $
|
||||
$NetBSD: distinfo,v 1.15 2012/02/21 11:20:47 ryoon Exp $
|
||||
|
||||
SHA1 (hatari-1.6.0.tar.bz2) = d74a62e72ec9af0efc49fd65a5a01c7ecba67951
|
||||
RMD160 (hatari-1.6.0.tar.bz2) = 18da8318b12f1883306b1d2e497b15e76c6dd9bd
|
||||
Size (hatari-1.6.0.tar.bz2) = 1766501 bytes
|
||||
SHA1 (hatari-1.6.1.tar.bz2) = c67051d0a837332ddc10794e4240e7216da0b138
|
||||
RMD160 (hatari-1.6.1.tar.bz2) = 51903a2181f8244955efc03b2cb456977a044f98
|
||||
Size (hatari-1.6.1.tar.bz2) = 1777736 bytes
|
||||
SHA1 (patch-aa) = 1ebe2f92ee176cf5d5b1e4a7c5e2143b1d766ea8
|
||||
SHA1 (patch-ab) = fc2b8a9cbaff50e845e6c716cab893facf2c527d
|
||||
|
|
Loading…
Reference in a new issue