-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
24 changed files
with
263 additions
and
45,776 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"audio": { | ||
"magic": "APF_VER_1", | ||
"dummy": 0 | ||
} | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"core": { | ||
"magic": "APF_VER_1", | ||
"metadata": { | ||
"platform_ids": ["pdp1"], | ||
"shortname": "PDP1", | ||
"description": "Spacewar! v3.1 1962", | ||
"author": "Spacemen3", | ||
"url": "https://github.com/spacemen3/PDP-1", | ||
"version": "v3.1 - Sep. 24, 1962", | ||
"date_release": "2022-07-23" | ||
}, | ||
"framework": { | ||
"target_product": "Analogue Pocket", | ||
"version_required": "1.1", | ||
"sleep_supported": true, | ||
"dock": { | ||
"supported": true, | ||
"analog_output": false | ||
}, | ||
"hardware": { | ||
"link_port": false, | ||
"cartridge_adapter": -1 | ||
} | ||
}, | ||
"cores": [ | ||
{ | ||
"name": "default", | ||
"id": 0, | ||
"filename": "bitstream.rbf_r" | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{ | ||
"data": { | ||
"magic": "APF_VER_1", | ||
"data_slots": [ | ||
{ | ||
"name": "RIM", | ||
"id": 101, | ||
"required": true, | ||
"parameters": 3, | ||
"filename": "spacewar3.1.bin", | ||
"size_exact": 0, | ||
"size_maximum": 131072, | ||
"address": "0x00000000" | ||
}, | ||
{ | ||
"name": "CLUT", | ||
"id": 102, | ||
"required": true, | ||
"parameters": 3, | ||
"filename": "Colour_LUT.clut", | ||
"size_exact": 0, | ||
"size_maximum": 131072, | ||
"address": "0x10000000" | ||
}, | ||
{ | ||
"name": "Config", | ||
"id": 103, | ||
"required": true, | ||
"parameters": 3, | ||
"filename": "config.cfg", | ||
"size_exact": 0, | ||
"size_maximum": 131072, | ||
"address": "0x40000000" | ||
} | ||
] | ||
} | ||
} |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
{ | ||
"input": { | ||
"magic": "APF_VER_1", | ||
"controllers": [ | ||
{ | ||
"type": "default", | ||
"map_analog_to_dpad": true, | ||
"mappings": [ | ||
{ | ||
"D-Pad Up": "pad1_d_up" | ||
}, | ||
{ | ||
"D-Pad Down": "pad1_d_down" | ||
}, | ||
{ | ||
"D-Pad Left": "pad1_d_left" | ||
}, | ||
{ | ||
"D-Pad Right": "pad1_d_right" | ||
}, | ||
{ | ||
"A": "pad1_btn_b" | ||
}, | ||
{ | ||
"B": "pad1_btn_a" | ||
}, | ||
{ | ||
"Start": "pad1_btn_start" | ||
}, | ||
{ | ||
"Select": "pad1_btn_back" | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "default", | ||
"map_analog_to_dpad": true, | ||
"mappings": [ | ||
{ | ||
"D-Pad Up": "key1_scan_E048" | ||
}, | ||
{ | ||
"D-Pad Down": "key1_scan_E050" | ||
}, | ||
{ | ||
"D-Pad Left": "key1_scan_E04B" | ||
}, | ||
{ | ||
"D-Pad Right": "key1_scan_E04D" | ||
}, | ||
{ | ||
"A": "key1_scan_002D" | ||
}, | ||
{ | ||
"B": "key1_scan_002C" | ||
}, | ||
{ | ||
"Start": "key1_scan_001F" | ||
}, | ||
{ | ||
"Select": "key1_scan_001E" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
{ | ||
"interact": { | ||
"magic": "APF_VER_1", | ||
"variables": [ | ||
{ | ||
"name": "Demo 32bit", | ||
"id": 0, | ||
"type": "number_u32", | ||
"editable": true, | ||
"address": "0x40000004", | ||
"graphical": { | ||
"default": 0, | ||
"min": 0, | ||
"max": 7, | ||
"adjust_small": 1, | ||
"adjust_large": 1, | ||
"style": "bar" | ||
} | ||
}, | ||
{ | ||
"name": "Magnify Ships", | ||
"id": 0, | ||
"type": "radio", | ||
"group": 100, | ||
"editable": true, | ||
"address": "0x40000000", | ||
"value": 1 | ||
} | ||
}, | ||
{ | ||
"name": "Blur On", | ||
"id": 0, | ||
"type": "radio", | ||
"group": 100, | ||
"editable": true, | ||
"address": "0x40000008", | ||
"value": 1 | ||
} | ||
}, | ||
{ | ||
"name": "Radio test2", | ||
"id": 3, | ||
"type": "radio", | ||
"group": 100, | ||
"editable": true, | ||
"address": "0x00F0000A", | ||
"value": 92 | ||
}, | ||
{ | ||
"name": "Checkbox test", | ||
"id": 4, | ||
"type": "check", | ||
"editable": true, | ||
"address": "0x00F00010", | ||
"value": 64, | ||
"value_unchecked": 128 | ||
|
||
}, | ||
{ | ||
"name": "Button test", | ||
"id": 5, | ||
"type": "button", | ||
"editable": true, | ||
"address": "0x00F00014", | ||
"value": 64 | ||
} | ||
], | ||
"messages": [ | ||
{ | ||
"id": 0, | ||
"text": "Unknown error. Please reset core" | ||
}, | ||
{ | ||
"id": 1, | ||
"text": "Corrupt header. Will not pass BIOS check to boot." | ||
}, | ||
{ | ||
"id": 2, | ||
"text": "Unsupported mapper or MBC type." | ||
}, | ||
{ | ||
"id": 3, | ||
"text": "Generic unhelpful error message." | ||
} | ||
] | ||
} | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"variants": { | ||
"magic": "APF_VER_1", | ||
"variant_list": [] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"video": { | ||
"magic": "APF_VER_1", | ||
"scaler_modes": [ | ||
{ | ||
"width": 768, | ||
"height": 720, | ||
"aspect_w": 16, | ||
"aspect_h": 15, | ||
"rotation": 0, | ||
"mirror": 0 | ||
} | ||
] | ||
} | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"platform": { | ||
"name": "PDP-1: Spacewar!", | ||
"manufacturer": "Digital Equipment Corporation", | ||
"year": 1959 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.