Skip to content

Commit 063b3e5

Browse files
committed
added BBC Micro
1 parent 3fcc21c commit 063b3e5

3 files changed

Lines changed: 25 additions & 2 deletions

File tree

docs/PLATFORMS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,8 @@ Outline:
196196
as documented in the
197197
[RetroPie documentation](https://retropie.org.uk/docs/Add-a-New-System-in-EmulationStation/).
198198

199-
There is also a an verbatim example, you may skip the next section initially and
200-
can continue with the [hands-on example](PLATFORMS.md#sample-usecase-adding-platform-satellaview).
199+
There is also a verbatim example, you may skip the next section initially and
200+
jump directly into the [hands-on example](PLATFORMS.md#sample-usecase-adding-platform-satellaview).
201201

202202
### Updating `peas_local.json` and `platforms_idmap_local.csv`
203203

peas.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
"*.cue",
5353
"*.dms",
5454
"*.hdf",
55+
"*.hdz",
5556
"*.img",
5657
"*.ipf",
5758
"*.iso",
@@ -363,6 +364,24 @@
363364
"*.dat"
364365
]
365366
},
367+
"bbcmicro": {
368+
"aliases": [
369+
"Acorn BBC Micro",
370+
"Acorn BBC Microcomputer System",
371+
"BBC Micro",
372+
"BBC Microcomputer System"
373+
],
374+
"formats": [
375+
"*.adf",
376+
"*.adl",
377+
"*.csw",
378+
"*.dsd",
379+
"*.fdi",
380+
"*.img",
381+
"*.ssd",
382+
"*.uef"
383+
]
384+
},
366385
"c128": {
367386
"aliases": [
368387
"commodore 128",
@@ -465,6 +484,7 @@
465484
"formats": [
466485
"*.asc",
467486
"*.bas",
487+
"*.bin",
468488
"*.cas",
469489
"*.ccc",
470490
"*.dmk",
@@ -513,6 +533,7 @@
513533
"formats": [
514534
"*.asc",
515535
"*.bas",
536+
"*.bin",
516537
"*.cas",
517538
"*.ccc",
518539
"*.dmk",

platforms_idmap.csv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ folder,screenscraper_id,mobygames_id,tgdb_id
1212

1313
### Begin RetroPie OOTB supported systems
1414

15+
# platform/folder,screenscraper_id,moby_id,tgdb_id
1516
3do,29,35,25
1617
ags,138,3,1
1718
amiga,64,19,4911
@@ -107,6 +108,7 @@ arduboy,263,215,-1
107108
astrocade,44,160,4968
108109
atarijaguarcd,171,-1,29
109110
atomiswave,53,-1,23
111+
bbcmicro,37,92,5013
110112
cd32,130,56,4947
111113
cdi,133,73,4917
112114
cdtv,129,83,-1

0 commit comments

Comments
 (0)