-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathnet.sourceforge.fuse_emulator.Fuse.metainfo.xml
More file actions
143 lines (143 loc) · 4.93 KB
/
net.sourceforge.fuse_emulator.Fuse.metainfo.xml
File metadata and controls
143 lines (143 loc) · 4.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2018 The Fuse development team -->
<component type="desktop">
<id>net.sourceforge.fuse_emulator.Fuse</id>
<provides>
<id>net.sf.fuse_emulator.desktop</id>
</provides>
<replaces>
<id>net.sf.fuse_emulator.desktop</id>
</replaces>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0+</project_license>
<name>Fuse</name>
<summary>Sinclair ZX Spectrum Emulator</summary>
<categories>
<category>Game</category>
<category>Emulator</category>
</categories>
<releases>
<release date="2026-05-14" version="1.7.0-fusex-0.1">
<description>
<ul>
<li>FuseX fork release (packaging, Win32 UI, tooling)</li>
</ul>
</description>
</release>
<release date="2026-05-11" version="1.8.0">
<description>
<ul>
<li>Added SDL 2 compatibility</li>
<li>2× display scaler is now the default for better usability on modern screens</li>
<li>GTK2 support removed</li>
<li>Improved display rendering performance</li>
<li>Fixed redraw seams in GTK3</li>
<li>Debugger: removed $-prefixed hex digit syntax</li>
<li>Debugger: fixed missing bit number in DD/FD CB disassembly</li>
<li>Various compiler warning fixes and build improvements</li>
</ul>
</description>
</release>
<release date="2026-03-24" version="1.7.0">
<description>
<ul>
<li>Added Currah μSpeech emulation</li>
<li>More accurate AM29F010B flash ROM handling</li>
<li>Improved EDSK disk image handling</li>
<li>Fixed the uPD765 FDC SCAN bug, allowing formatting on CP/M Plus and Fuzix</li>
<li>Improved TTX2000S teletext handling</li>
<li>Improved Spectranet socket interrupt behaviour</li>
<li>Added support for loading .S snapshot files</li>
<li>Better emulation accuracy and performance</li>
<li>Several UI fixes and improvements</li>
</ul>
</description>
</release>
<release date="2021-03-01" version="1.6.0">
<description>
<ul>
<li>Added TTX2000S emulation</li>
<li>New 4X scalers</li>
<li>Several UI fixes and improvements</li>
</ul>
</description>
</release>
<release date="2018-12-11" version="1.5.7">
<description>
<ul>
<li>Improved Kempston mouse handling</li>
<li>Several UI fixes and improvements</li>
</ul>
</description>
</release>
<release date="2018-08-08" version="1.5.6">
<description>
<ul>
<li>Z80 flags register is now correct after SCF and CCF</li>
<li>Accelerate Alkatraz, Search and Dinaload loaders</li>
<li>Bug fixes</li>
</ul>
</description>
</release>
<release date="2018-07-01" version="1.5.5">
<description>
<ul>
<li>Improve sound accuracy on Unix 64 bits systems</li>
<li>Bug fixes</li>
</ul>
</description>
</release>
<release date="2018-06-06" version="1.5.4">
<description>
<ul>
<li>Bug fixes</li>
</ul>
</description>
</release>
</releases>
<description>
<p>
Fuse is an emulator of the Sinclair ZX Spectrum home
computer. It supports all of the original models and some
clones, with quite faithful emulation of the display and
sound.
</p>
<p>
Fuse can load most formats of snapshots, tapes and floppy disks
and it can emulate many peripherals such as joysticks, printers,
storage devices and network interfaces, among others.
</p>
</description>
<screenshots>
<screenshot type="default">
<caption>Fuse running the 128 BASIC editor</caption>
<image>
https://fuse-emulator.sourceforge.net/screens/AppStream/fuse1.png
</image>
</screenshot>
<screenshot>
<caption>Fuse loading The Lords of Midnight</caption>
<image>
https://fuse-emulator.sourceforge.net/screens/AppStream/fuse2.png
</image>
</screenshot>
<screenshot>
<caption>Fuse running Head Over Heels</caption>
<image>
https://fuse-emulator.sourceforge.net/screens/AppStream/fuse3.png
</image>
</screenshot>
<screenshot>
<caption>The Fuse debugger window</caption>
<image>
https://fuse-emulator.sourceforge.net/screens/AppStream/fuse4.png
</image>
</screenshot>
</screenshots>
<developer id="net.sourceforge.fuse-emulator"><name>The Fuse development team</name></developer>
<update_contact>fuse-emulator-devel_AT_lists.sourceforge.net</update_contact>
<url type="homepage">https://fuse-emulator.sourceforge.net/</url>
<url type="bugtracker">https://sourceforge.net/p/fuse-emulator/bugs/</url>
<content_rating type="oars-1.1"/>
<launchable type="desktop-id">net.sourceforge.fuse_emulator.Fuse.desktop</launchable>
</component>