-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathorg.openmsx.openMSX.metainfo.xml
79 lines (79 loc) · 3.05 KB
/
org.openmsx.openMSX.metainfo.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2001-2020 openMSX team -->
<component type="desktop">
<id>org.openmsx.openMSX</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0</project_license>
<name>openMSX</name>
<summary>Emulate all aspects of the MSX with high accuracy</summary>
<launchable type="desktop-id">org.openmsx.openMSX.desktop</launchable>
<releases>
<release version="20.0" date="2024-09-22"/>
<release version="19.1" date="2023-08-30"/>
<release version="19.0" date="2023-07-25"/>
<release version="18.0" date="2022-06-13"/>
<release version="17.0" date="2021-05-18"/>
<release version="16.0" date="2020-08-26"/>
</releases>
<description>
<p>
openMSX is an emulator for the MSX home computer system. MSX was a standard
for Z80-based home computers, and was a (largely) Japanese attempt to
establish a single standard in home computing similar to VHS in video.
</p>
<p>
The MSX standard was designed by ASCII Corporation in Japan, in cooperation
with Microsoft Japan. The later of which provided the extended BASIC for
the machine.
</p>
<p>
In addition to emulating MSX, MSX2, MSX2+, MSX Turbo R and many of it's
peripherals, openMSX also supports emulating the ColecoVision and
Sega SG-1000 game consoles and the SpectraVideo SVI-318 and SVI-328
home computer systems.
</p>
<p>
Note: by default the openMSX emulator only ships with the C-BIOS open-source
BIOS implementation. This BIOS is restricted to cartridge based MSX games. For
a full MSX or SVI emulation it is necessary to provide your own MSX and/or SVI
BIOS ROMs, which must be placed in the ~/.openMSX/share/systemroms directory.
</p>
</description>
<url type="homepage">https://openmsx.org</url>
<url type="bugtracker">https://github.com/openMSX/openMSX/issues</url>
<url type="help">https://openmsx.org/manual/user.html</url>
<screenshots>
<screenshot type="default">
<image>https://openmsx.org/images/screenshots/space_mambow.png</image>
<caption>Konami Space Manbow</caption>
</screenshot>
<screenshot>
<image>https://openmsx.org/images/screenshots/badlands.png</image>
<caption>Konami Badlands - LaserDisc</caption>
</screenshot>
<screenshot>
<image>https://openmsx.org/images/screenshots/cheatfinder.png</image>
<caption>Konami Metal Gear - Cheat finder</caption>
</screenshot>
<screenshot>
<image>https://openmsx.org/images/screenshots/mlimit3.png</image>
<caption>IOD - Metal Limit demo</caption>
</screenshot>
<screenshot>
<image>https://openmsx.org/images/screenshots/ide.png</image>
<caption>HDD emulation</caption>
</screenshot>
<screenshot>
<image>https://openmsx.org/images/screenshots/tb-underwater.png</image>
<caption>Team Bomba - Underwater demo</caption>
</screenshot>
</screenshots>
<developer_name>openMSX team</developer_name>
<content_rating type="oars-1.1"/>
<update_contact>noreply@openmsx.org</update_contact>
<recommends>
<control>keyboard</control>
<control>pointing</control>
<control>gamepad</control>
</recommends>
</component>