-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
gateware.json
34 lines (34 loc) · 942 Bytes
/
gateware.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "bankpanic",
"displayName": "bankpanic",
"description": "Bank Panic/Combat Hawk Compatible Gateware IP Core for FPGA",
"author": "boogermann",
"version": "0.1.0",
"license": "GPL-2.0-or-later",
"repository": "https://github.com/opengateware/arcade-bankp",
"keywords": [
"ecosystem:gateman"
],
"scripts": {
"build:all": "gateman build all",
"verilator": "echo \"Error: no simulation specified\" && exit 1"
},
"hardware": {
"id": "bankpanic",
"name": "Bank Panic",
"year": 1984,
"manufacturer": "Sanritsu/Sega"
},
"platforms": {
"pocket": "1.1.1"
},
"modules": {
"cpu-tv80": "1.0.0",
"general-sync_fifo": "0.1.0",
"pocket-dataloader": "1.0.0",
"pocket-i2s": "1.0.0",
"pocket-joypad": "1.0.0",
"pocket-video": "1.0.0",
"sound-sn76489": "0.1.0"
}
}