Skip to content

Commit 0d1e9b0

Browse files
authored
Merge pull request #1866 from jfroco/master
Update atari800, blueMSX and FUSE cores info files
2 parents 7d1e82f + 636d169 commit 0d1e9b0

File tree

3 files changed

+18
-12
lines changed

3 files changed

+18
-12
lines changed

dist/info/atari800_libretro.info

+14-8
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ display_version = "3.1.0"
1515

1616
# Libretro Features
1717
database = "Atari - 5200|Atari - 8-bit"
18-
supports_no_game = "false"
18+
supports_no_game = "true"
1919
savestate = "true"
2020
savestate_features = "null"
2121
cheats = "false"
@@ -32,22 +32,28 @@ is_experimental = "false"
3232
needs_kbd_mouse_focus = "true"
3333

3434
# BIOS/Firmware
35-
firmware_count = 5
35+
firmware_count = 7
3636
firmware0_desc = "5200.rom (Atari 5200 BIOS)"
3737
firmware0_path = "5200.rom"
38-
firmware0_opt = "false"
38+
firmware0_opt = "true"
3939
firmware1_desc = "ATARIBAS.ROM (Atari BASIC)"
4040
firmware1_path = "ATARIBAS.ROM"
41-
firmware1_opt = "false"
41+
firmware1_opt = "true"
4242
firmware2_desc = "ATARIOSA.ROM (Atari 400/800 OS A)"
4343
firmware2_path = "ATARIOSA.ROM"
44-
firmware2_opt = "false"
44+
firmware2_opt = "true"
4545
firmware3_desc = "ATARIOSB.ROM (Atari 400/800 OS B)"
4646
firmware3_path = "ATARIOSB.ROM"
47-
firmware3_opt = "false"
47+
firmware3_opt = "true"
4848
firmware4_desc = "ATARIXL.ROM (Atari XL/XE OS)"
4949
firmware4_path = "ATARIXL.ROM"
50-
firmware4_opt = "false"
51-
notes = "(!) 5200.rom (md5): 281f20ea4320404ec820fb7ec0693b38|(!) ATARIBAS.ROM (md5): 0bac0c6a50104045d902df4503a4c30b|(!) ATARIOSA.ROM (md5): eb1f32f5d9f382db1bbfb8d7f9cb343a|(!) ATARIOSB.ROM (md5): 4177f386a3bac989a981d3fe3388cb6c|(!) ATARIXL.ROM (md5): 06daac977823773a3eea3422fd26a703"
50+
firmware4_opt = "true"
51+
firmware5_desc = "BB01R4_OS.ROM (Atari XL/XE/XEGS OS v4)"
52+
firmware5_path = "BB01R4_OS.ROM"
53+
firmware5_opt = "true"
54+
firmware6_desc = "XEGAME.ROM (Atari XEGS Missile Command)"
55+
firmware6_path = "XEGAME.ROM"
56+
firmware6_opt = "true"
57+
notes = "(!) 5200.rom (md5): 281f20ea4320404ec820fb7ec0693b38|(!) ATARIBAS.ROM (md5): 0bac0c6a50104045d902df4503a4c30b|(!) ATARIOSA.ROM (md5): eb1f32f5d9f382db1bbfb8d7f9cb343a|(!) ATARIOSB.ROM (md5): a3e8d617c95d08031fe1b20d541434b2|(!) ATARIXL.ROM (md5): 06daac977823773a3eea3422fd26a703|(!) BB01R4_OS.ROM (md5): b7a2a04677d34f069eeb643d5238bf86|(!) XEGAME.ROM (md5): d7eb37aec6960cba36bc500e0e5d00bc"
5258

5359
description = "A port of the free and portable Atari800 emulator to libretro. This core supports games and programs written for the Atari 8-bit computers (400, 800, 600 XL, 800XL, 130XE) and 5200 console. When loaded, the core should boot to the Atari Computer - Memo Pad screen and will generate a .atari800.cfg config file in the frontend's home directory and will add the required BIOS files it detects in the frontend's system directory to the config file. Once that is done, users may manually select which Atari system to emulate through the Atari System core option. These and other options can also be modified through the core's own menu, accessible through the retrokeyboard's F1 key."

dist/info/bluemsx_libretro.info

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Software Information
22
display_name = "MSX/SVI/ColecoVision/SG-1000 (blueMSX)"
33
authors = "Daniel Vik"
4-
supported_extensions = "rom|ri|mx1|mx2|col|dsk|cas|sg|sc|sf|m3u"
4+
supported_extensions = "rom|ri|mx1|mx2|dsk|col|sg|sc|sf|cas|m3u"
55
corename = "blueMSX"
66
categories = "Emulator"
77
license = "GPLv2"
@@ -15,7 +15,7 @@ systemid = "msx"
1515

1616
# Libretro Features
1717
database = "Microsoft - MSX|Microsoft - MSX2|Coleco - ColecoVision|Sega - SG-1000|Spectravideo - SVI-318 - SVI-328"
18-
supports_no_game = "false"
18+
supports_no_game = "true"
1919
savestate = "true"
2020
savestate_features = "serialized"
2121
cheats = "false"

dist/info/fuse_libretro.info

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Software Information
22
display_name = "Sinclair - ZX Spectrum (Fuse)"
33
authors = "Team Fuse"
4-
supported_extensions = "tzx|tap|z80|rzx|scl|trd|dsk|zip"
4+
supported_extensions = "tzx|tap|z80|rzx|scl|trd|dsk|dck|sna|szx|zip"
55
corename = "Fuse"
66
categories = "Emulator"
77
license = "GPLv3"
@@ -14,7 +14,7 @@ systemname = "ZX Spectrum (various)"
1414
systemid = "zx_spectrum"
1515

1616
# Libretro Features
17-
supports_no_game = "false"
17+
supports_no_game = "true"
1818
database = "Sinclair - ZX Spectrum +3|Sinclair - ZX Spectrum"
1919

2020
# BIOS / Firmware

0 commit comments

Comments
 (0)