Skip to content

Commit dc9cddf

Browse files
v1.0.0
0 parents  commit dc9cddf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+7856
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Example: Interact
2+
This example demonstrates the Interact menu. The position of the square can be changed with the D-pad, or by adjusting the sliders inside the menu.
3+
* Interact options changing core registers
4+
* Video generation
5+
* User input displayed in Controls menu
6+
7+
8+
9+
## Legal
10+
Analogue’s Development program was created to further video game hardware preservation with FPGA technology. Analogue does not support or endorse the use of infringing content.
11+
12+
Analogue Developers have access to Analogue Pocket I/O’s so Developers can utilize cartridge adapters or interface with other pieces of original or bespoke hardware to support legacy media.

audio.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"audio": {
3+
"magic": "APF_VER_1"
4+
}
5+
}

core.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"core": {
3+
"magic": "APF_VER_1",
4+
"metadata": {
5+
"platform_ids": ["ex_platform"],
6+
"shortname": "Interact",
7+
"description": "APF core example. Core Settings menu",
8+
"author": "Example Author",
9+
"url": "https://github.com/open-fpga/",
10+
"version": "1.0.0",
11+
"date_release": "2022-08-23"
12+
},
13+
"framework": {
14+
"target_product": "Analogue Pocket",
15+
"version_required": "1.1",
16+
"sleep_supported": false,
17+
"dock": {
18+
"supported": true,
19+
"analog_output": false
20+
},
21+
"hardware": {
22+
"link_port": false,
23+
"cartridge_adapter": -1
24+
}
25+
},
26+
"cores": [
27+
{
28+
"name": "default",
29+
"id": 0,
30+
"filename": "bitstream.rbf_r"
31+
}
32+
]
33+
}
34+
}

data.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"data": {
3+
"magic": "APF_VER_1",
4+
"data_slots": []
5+
}
6+
}

dist/.gitkeep

Whitespace-only changes.

dist/assets/.keep

Whitespace-only changes.

dist/icon.bin

2.53 KB
Binary file not shown.
168 KB
Binary file not shown.

dist/platforms/ex_platform.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"platform": {
3+
"category": "Example Cores",
4+
"name": "Example Platform",
5+
"year": 2022,
6+
"manufacturer": "Example Manufacturer"
7+
}
8+
}

info.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Example Core - Interact
2+
3+
This example demonstrates the Interact menu. The position of the square can be changed with the D-pad, or by adjusting the sliders inside the menu.
4+
5+
* Interact options changing core registers
6+
* Video generation
7+
* User input displayed in Controls menu

0 commit comments

Comments
 (0)