Skip to content

Commit 0bfef13

Browse files
committed
CLK for BBC
Update batocera-systems
1 parent b3549fe commit 0bfef13

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

package/batocera/core/batocera-scripts/scripts/batocera-systems

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,10 @@ systems = {
518518
{ "md5": "c196c145b3de630f85f625ca762e5504", "zippedFile": "bitstik2.rom", "file": "bios/bbc_bitstik2.zip"},
519519
{ "md5": "", "file": "bios/mame/samples/bbc.zip" },
520520
{ "md5": "", "zippedFile": "motoroff.wav", "file": "bios/mame/samples/bbc.zip"},
521-
{ "md5": "", "zippedFile": "motoron.wav", "file": "bios/mame/samples/bbc.zip"} ] },
521+
{ "md5": "", "zippedFile": "motoron.wav", "file": "bios/mame/samples/bbc.zip"},
522+
{ "md5": "2cc67be4624df4dc66617742571a8e3d", "file": "bios/Acorn/basic2.rom"},
523+
{ "md5": "0a59a5ba15fe8557b5f7fee32bbd393a", "file": "bios/BBCMicro/os12.rom"},
524+
{ "md5": "f083f49d6fe66344c650d7e74249cb96", "file": "bios/BBCMicro/dfs-2.26.rom"} ] },
522525

523526
# ---------- APF M-1000 ---------- #
524527
"apfm1000": { "name": "APF M-1000", "biosFiles": [ { "md5": "", "file": "bios/apfm1000.zip" },

package/batocera/emulationstation/batocera-es-system/es_systems.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3454,9 +3454,12 @@ bbc:
34543454
mame: { requireAnyOf: [BR2_PACKAGE_LIBRETRO_MAME] }
34553455
mame:
34563456
mame: { requireAnyOf: [BR2_PACKAGE_MAME] }
3457+
clk:
3458+
clk: { requireAnyOf: [BR2_PACKAGE_CLK] }
34573459
comment_en: |
3458-
Requires MAME BIOS files bbcb.zip, bbc_acorn8271.zip, & saa5050.zip
3460+
MAME requires MAME BIOS files bbcb.zip, bbc_acorn8271.zip, & saa5050.zip
34593461
Also sample pack bbc.zip in bios/mame/samples
3462+
CLK requires Acorn/{basic.rom or basic2.rom} (usual crc32: 79434781); BBCMicro/os12.rom (usual crc32: 3c14fc70) and BBCMicro/dfs-2.26.rom (usual crc32: 5ae33e94)
34603463
comment_br: |
34613464
Requer os arquivo de BIOS MAME bbcb.zip, bbc_acorn8271.zip, & saa5050.zip
34623465
Também pacote de samples bbc.zip em bios/mame/samples

0 commit comments

Comments
 (0)