Skip to content

Commit 5d9dfdb

Browse files
author
adam
committed
fuse-emulator: updated to 1.7.0
1.7.0 Add Currah μSpeech emulation Improve emulation accuracy and performance, including faster emulated memory reads and more accurate AM29F010B flash ROM handling Improve EDSK disk image handling, fixing multiple loading and formatting issues Fix the uPD765 FDC SCAN bug, allowing formatting on CP/M Plus and Fuzix Improve TTX2000S teletext handling and Spectranet socket interrupt behaviour GTK UI: fix deleted-file binary loads, toolbar icon display, deprecated keymap API usage and a tape browser memory leak WidgetUI: rearrange AY registers and Z80 flags in the debugger Win32 UI: fix multiple monitor handling and unwanted title bar maximising Add support for loading .S snapshot files Various minor bugfixes and cleanups
1 parent 815d147 commit 5d9dfdb

3 files changed

Lines changed: 12 additions & 11 deletions

File tree

emulators/fuse-emulator/Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
# $NetBSD: Makefile,v 1.66 2026/01/27 08:39:23 wiz Exp $
1+
# $NetBSD: Makefile,v 1.67 2026/03/26 13:34:39 adam Exp $
22

3-
DISTNAME= fuse-1.6.0
3+
DISTNAME= fuse-1.7.0
44
PKGNAME= ${DISTNAME:S/fuse/fuse-emulator/}
5-
PKGREVISION= 30
65
CATEGORIES= emulators
76
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fuse-emulator/}
87

emulators/fuse-emulator/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
$NetBSD: distinfo,v 1.17 2021/10/26 10:23:50 nia Exp $
1+
$NetBSD: distinfo,v 1.18 2026/03/26 13:34:39 adam Exp $
22

3-
BLAKE2s (fuse-1.6.0.tar.gz) = dbdf938f3a46891d1d8de724ec7530174530cd70c4d4984fb24ebeed77457cfc
4-
SHA512 (fuse-1.6.0.tar.gz) = 5096b24b5b3d812942a7ad401b886b6a99f5493686912cb4aff18ede65404ae97a9bcafa6337aaed4378382f2a170918797d7d4570bb809476be5aa9fc625b8b
5-
Size (fuse-1.6.0.tar.gz) = 1686171 bytes
3+
BLAKE2s (fuse-1.7.0.tar.gz) = d2643c1c3d1d4ca057c96b6fa276fccc5c7276713d5d86fb9bf82145589899a3
4+
SHA512 (fuse-1.7.0.tar.gz) = 9903773fd9ced1e36f4b0720201f721f9a3b7876a4d11ada95ffa328ec5bd166dc37c09818e7d96de3c45e5f26d074f4b072a1db6dd0786470dc9fbbb3483084
5+
Size (fuse-1.7.0.tar.gz) = 1742469 bytes
66
SHA1 (patch-sound_coreaudiosound.c) = e293cd00d9466af4e49a7c0a1cb9b535aebf6f4d
77
SHA1 (patch-sound_osssound.c) = e83d80c984592b4e52faccbea35cdc9b54b71933

emulators/fuse-emulator/options.mk

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
# $NetBSD: options.mk,v 1.3 2017/12/10 15:51:04 adam Exp $
1+
# $NetBSD: options.mk,v 1.4 2026/03/26 13:34:39 adam Exp $
22

3-
PKG_OPTIONS_VAR= PKG_OPTIONS.fuse
4-
PKG_SUPPORTED_OPTIONS= gtk sdl
5-
PKG_SUGGESTED_OPTIONS= gtk
3+
PKG_OPTIONS_VAR= PKG_OPTIONS.fuse
4+
PKG_SUPPORTED_OPTIONS= # empty
5+
PKG_OPTIONS_OPTIONAL_GROUPS= gui
6+
PKG_OPTIONS_GROUP.gui= gtk sdl
7+
PKG_SUGGESTED_OPTIONS= gtk
68

79
.include "../../mk/bsd.options.mk"
810

0 commit comments

Comments
 (0)