-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathnabud.conf
111 lines (111 loc) · 2.18 KB
/
nabud.conf
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"Sources": [
{
"Name": "Local",
"Location": "/home/nabu/channels",
},
{
"Name": "NabuRetroNet",
"Location": "https://cloud.nabu.ca",
}
],
"Channels": [
{
"Name": "NABU Network 1984 Cycle v1",
"Path": "cycle 1 raw",
"Number": 1,
"Type": "pak",
"Source": "NabuRetroNet",
},
{
"Name": "NABU Network 1984 Cycle v2",
"Path": "cycle 2 raw",
"Number": 2,
"Type": "pak",
"Source": "NabuRetroNet",
},
{
"Name": "DJs Playground Cycle",
"Path": "cycle DJ raw",
"Number": 3,
"Type": "pak",
"Source": "NabuRetroNet",
"RetroNetExtensions": true,
},
{
"Name": "HomeBrew",
"Path": "HomeBrew/titles",
"ListURL": "https://cloud.nabu.ca/HomeBrew/titles/filesv2.txt",
"Number": 9,
"Type": "nabu",
"Source": "NabuRetroNet",
"RetroNetExtensions": true,
},
{
"Name": "NABU Network 1984 Cycle v1",
"Path": "cycle1",
"Number": 11,
"Type": "pak",
"Source": "Local",
},
{
"Name": "NABU Network 1984 Cycle v2",
"Path": "cycle2",
"Number": 12,
"Type": "pak",
"Source": "Local",
},
{
"Name": "homebrew",
"Number": 19,
"Type": "nabu",
"Source": "Local",
}
],
"Connections": [
{
"Type": "serial",
"Port": "/dev/tty-uftdi-A10MHWD6-0",
"Channel": 1,
"StorageArea": "/home/nabu/storage/living-room-nabu",
},
{
"Type": "tcp",
"Port": "5001",
"Channel": 1,
},
{
"Type": "tcp",
"Port": "5002",
"Channel": 2,
},
{
"Type": "tcp",
"Port": "5003",
"Channel": 3,
"StorageArea": "/home/nabu/storage/mame-nabu",
},
{
"Type": "tcp",
"Port": "5009",
"Channel": 9,
"StorageArea": "/home/nabu/storage/mame-nabu",
},
{
"Type": "tcp",
"Port": "5011",
"Channel": 11,
},
{
"Type": "tcp",
"Port": "5012",
"Channel": 12,
},
{
"Type": "tcp",
"Port": "5019",
"Channel": 19,
"StorageArea": "/home/nabu/storage/mame-nabu",
}
]
}