summaryrefslogtreecommitdiff
path: root/emulators/libspectrum
diff options
context:
space:
mode:
authoradam <adam>2008-12-04 07:40:00 +0000
committeradam <adam>2008-12-04 07:40:00 +0000
commit5a68821729c2db429d8bc2e3ee536e810fe52d40 (patch)
tree25b55db7349f78214f239393b838104855c7082f /emulators/libspectrum
parent05afe5c16002f7ad042aabfff0eaf9d5f4907e87 (diff)
downloadpkgsrc-5a68821729c2db429d8bc2e3ee536e810fe52d40.tar.gz
Changes 0.5.0:
* Memory management change: memory allocation functions now abort on failure. Leads to simpler code both internally and for users of the library. * Support for tape acceleration. * IDE improvements to allow DivIDE to support FATware. * New API to deal with flagging automatic snapshots in RZX files. * New function to get length (time) of a tape block. * 128K SNA files are now treated as being for the Pentagon 128 rather than the Spectrum 128. * SNA files now written out correctly. * Handle MDR write protection flag correctly. * Allow MDR images with bad checksums to load (the error will be handled by the If1 ROM). * Support saving custom ROMs in SZX snapshots. * Support for DivIDE, Kempston mouse and the simple IDE interface in SZX snapshots. * Allow building without libgcrypt. * Amiga and MorphOS compilation fixes. * Don't produce empty libraries to fix build process on OpenSolaris. * Remove deprecated functions. * Tweak timings for TS2068.
Diffstat (limited to 'emulators/libspectrum')
-rw-r--r--emulators/libspectrum/Makefile4
-rw-r--r--emulators/libspectrum/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/emulators/libspectrum/Makefile b/emulators/libspectrum/Makefile
index 0ce8ce0ee96..fe50e95bc30 100644
--- a/emulators/libspectrum/Makefile
+++ b/emulators/libspectrum/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2008/01/24 18:32:15 adam Exp $
+# $NetBSD: Makefile,v 1.21 2008/12/04 07:40:00 adam Exp $
-DISTNAME= libspectrum-0.4.0
+DISTNAME= libspectrum-0.5.0
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fuse-emulator/}
diff --git a/emulators/libspectrum/distinfo b/emulators/libspectrum/distinfo
index bb82e69ea1e..330a8bcba59 100644
--- a/emulators/libspectrum/distinfo
+++ b/emulators/libspectrum/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2008/01/24 18:32:15 adam Exp $
+$NetBSD: distinfo,v 1.9 2008/12/04 07:40:00 adam Exp $
-SHA1 (libspectrum-0.4.0.tar.gz) = 6fa35526be4350fe6821cc4c5c99aa516e8c122d
-RMD160 (libspectrum-0.4.0.tar.gz) = a1b70686512cdb6f198f5f3b022d075af2d1ce42
-Size (libspectrum-0.4.0.tar.gz) = 470513 bytes
+SHA1 (libspectrum-0.5.0.tar.gz) = 6ce5dfd5ecd7a331a4f62afe9e985f1ff475fdd1
+RMD160 (libspectrum-0.5.0.tar.gz) = 331247f2fd92ef76ded10367b770ed19d2886223
+Size (libspectrum-0.5.0.tar.gz) = 490762 bytes