Skip to content

Commit 6e44f74

Browse files
author
Vegz78
committed
Recalbox 8 support&fixes
-Added 2 installation scripts for Recalbox 8; one for default analog/jack audio and one with fixes for HDMI auido for MakeCode Arcade games -Added systemlist.xml, theme and support files for MCA on Recalbox 8 -Small bugfixes in Recalbox 7.1.1 installation script Not tested yet, appreciate your testing and feedback!
1 parent 22ec726 commit 6e44f74

24 files changed

+5592
-4
lines changed

McAirpos/MakeCode/sd/arcade.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SCAN_CODES=/dev/input/event7
1+
SCAN_CODES=/dev/input/event0
22
BTN_LEFT=30
33
BTN_RIGHT=32
44
BTN_UP=17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
options vc4 index=0
2+
options snd_bcm2835 index=1
3+
options snd-usb-audio index=-2
4+
options snd slots=vc4,snd_bcm2835
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<system uuid="7f9da90c-5a4b-475d-a9c2-efdbfc0d9d78" name="MakeCode" fullname="MakeCode Arcade" platforms="MakeCode">
2+
<descriptor command="/usr/bin/launCharc %ROM%" path="%ROOT%/makecode" theme="makecode" extensions=".elf .ELF" icon="$F251"/>
3+
<scraper screenscraper="76"/>
4+
<properties type="computer" pad="mandatory" keyboard="optional" mouse="no" lightgun="no" releasedate="2020-01" retroachievements="0"/>
5+
<emulatorList>
6+
<emulator name="launCharc">
7+
<core name="launCharc" priority="1" extensions=".elf .ELF" netplay="0" compatibility="high" speed="high"/>
8+
</emulator>
9+
</emulatorList>
10+
</system>
11+
</systemList>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
<theme>
2+
<formatVersion>4</formatVersion>
3+
4+
<view name="system">
5+
<text name="info1" extra="true">
6+
<text>Developer : Microsoft</text>
7+
</text>
8+
<text name="info2" extra="true">
9+
<text>Initial release : January 6, 2020</text>
10+
</text>
11+
<text name="info3" extra="true">
12+
<text>Website : http://arcade.makecode.com</text>
13+
</text>
14+
<text name="info4" extra="true">
15+
<text>Written in : STS/C++</text>
16+
</text>
17+
<text name="info5" extra="true">
18+
<text>"Microsoft MakeCode Arcade is a web-based beginner-friendly</text>
19+
</text>
20+
<text name="info6" extra="true">
21+
<text>the hardware of arcade game systems in software</text>
22+
<text>code editor to create retro arcade games ...</text>
23+
</text>
24+
<text name="info7" extra="true">
25+
<text>... with MakeCode, you can either use blocks[, Python]</text>
26+
</text>
27+
<text name="info8" extra="true">
28+
<text>or JavaScript to build your program ..."</text>
29+
</text>
30+
<text name="info9" extra="true">
31+
<text>Video : "... 160x120 screen showing 16 colors ..."</text>
32+
</text>
33+
<text name="info10" extra="true">
34+
<text>Sound : "... 4-channel retro-appropriate sound system ..."</text>
35+
</text>
36+
37+
</view>
38+
39+
<view name="system, basic, detailed">
40+
<image name="band1" extra="true">
41+
<color>FF69B4</color>
42+
</image>
43+
<image name="band2" extra="true">
44+
<color>36D787</color>
45+
</image>
46+
<image name="band3" extra="true">
47+
<color>4B77BE</color>
48+
</image>
49+
<image name="band4" extra="true">
50+
<color>BE90D4</color>
51+
</image>
52+
</view>
53+
</theme>

McAirpos/Recalbox8.0/themes/recalbox-next/makecode/data/console.svg

+1,740
Loading

McAirpos/Recalbox8.0/themes/recalbox-next/makecode/data/consolegame.svg

+1,740
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)