diff options
author | adam <adam> | 2005-07-01 09:35:38 +0000 |
---|---|---|
committer | adam <adam> | 2005-07-01 09:35:38 +0000 |
commit | e2202b2001be68d5b30d3dc30d69b58260c1c910 (patch) | |
tree | 976b0b2684e515f4c837496ae5cd6797095d0fa0 | |
parent | fcb96d71dfb7f4d6e533d0cc7251fdc4fcf14593 (diff) | |
download | pkgsrc-e2202b2001be68d5b30d3dc30d69b58260c1c910.tar.gz |
Changes 0.70:
- As always: Code cleanup and bug fixes.
- No more crashes when a program tries to access illegal sector numbers.
- Improved built-in ROM cartridge.
- Rewrote the IO memory emulation code -> Better compatibility.
- Support for TOS 1.06 and TOS 1.62
- Emulated CPU can now also be run at 16 MHz or 32 MHz.
- File selection dialog scrollable with mouse wheel or cursor keys, too.
- Hatari now works on 64-bit host CPUs, too.
- Floppy disk images can now be set writable/write-protected in the GUI.
- Hatari can now also load a global configuration file (e.g. /etc/hatari.cfg).
- Configurable logging functions.
-rw-r--r-- | emulators/hatari/Makefile | 7 | ||||
-rw-r--r-- | emulators/hatari/PLIST | 4 | ||||
-rw-r--r-- | emulators/hatari/distinfo | 8 |
3 files changed, 9 insertions, 10 deletions
diff --git a/emulators/hatari/Makefile b/emulators/hatari/Makefile index 7acd088c26f..885972ab786 100644 --- a/emulators/hatari/Makefile +++ b/emulators/hatari/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2005/06/01 18:02:47 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2005/07/01 09:35:38 adam Exp $ -DISTNAME= hatari-0.60 -PKGREVISION= 1 +DISTNAME= hatari-0.70 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hatari/} @@ -10,7 +9,7 @@ HOMEPAGE= http://hatari.sourceforge.net/ COMMENT= Atari ST emulator USE_TOOLS+= gmake -GNU_CONFIGURE= YES +GNU_CONFIGURE= yes post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/hatari diff --git a/emulators/hatari/PLIST b/emulators/hatari/PLIST index 75044fa0960..5c89d0aea57 100644 --- a/emulators/hatari/PLIST +++ b/emulators/hatari/PLIST @@ -1,6 +1,5 @@ -@comment $NetBSD: PLIST,v 1.4 2004/11/19 10:09:48 adam Exp $ +@comment $NetBSD: PLIST,v 1.5 2005/07/01 09:35:38 adam Exp $ bin/hatari -share/hatari/tos.img share/doc/hatari/authors.txt share/doc/hatari/changelog.txt share/doc/hatari/gpl.txt @@ -8,5 +7,6 @@ share/doc/hatari/keymap-sample.txt share/doc/hatari/manual.html share/doc/hatari/readme.txt share/doc/hatari/release-notes.txt +share/hatari/tos.img @dirrm share/hatari @dirrm share/doc/hatari diff --git a/emulators/hatari/distinfo b/emulators/hatari/distinfo index a2c2e253256..c1a6a88ffad 100644 --- a/emulators/hatari/distinfo +++ b/emulators/hatari/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2005/02/23 18:49:18 agc Exp $ +$NetBSD: distinfo,v 1.7 2005/07/01 09:35:38 adam Exp $ -SHA1 (hatari-0.60.tar.gz) = 19fda46f69b8eb7bfbfb1ba674834216050e94e9 -RMD160 (hatari-0.60.tar.gz) = 0c795c86423b7d66801ed0ec7e0ab56697424519 -Size (hatari-0.60.tar.gz) = 500054 bytes +SHA1 (hatari-0.70.tar.gz) = 25c97d75f5a87b89105654f10db2957582bed790 +RMD160 (hatari-0.70.tar.gz) = d5db118d9d1ffe2d211b48259622556cd37ad5cc +Size (hatari-0.70.tar.gz) = 521778 bytes SHA1 (patch-aa) = 1ebe2f92ee176cf5d5b1e4a7c5e2143b1d766ea8 |