-
Notifications
You must be signed in to change notification settings - Fork 133
/
test386.json
93 lines (93 loc) · 1.73 KB
/
test386.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
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
{
"machine": {
"id": "test386",
"type": "pcx86"
},
"computer": {
"id": "computer",
"name": "80386 Test Machine",
"resume": 0,
"state": "",
"busWidth": 32
},
"ram": [
{ "id": "ramLow",
"name": "",
"addr": 0,
"size": 655360,
"test": false
}
],
"rom": [
{ "id": "test386",
"name": "",
"addr": 983296,
"size": 65276,
"alias": 4294902016,
"file": "/software/pcx86/test/cpu/bin/test386.json",
"notify": ""
}
],
"video": [
{ "id": "videoMDA",
"name": "Monochrome Display",
"model": "",
"mode": 7,
"screenWidth": 720,
"screenHeight": 350,
"scale": true,
"charCols": 80,
"charRows": 25,
"fontROM": "/machines/pcx86/ibm/video/mda/IBM-MDA.json5",
"screenColor": "black",
"touchScreen": false
}
],
"cpu": {
"id": "cpu",
"name": "",
"model": 80386,
"clock": 0,
"multiplier": 1,
"autoStart": false,
"csStart": -1,
"csInterval": -1,
"csStop": -1
},
"keyboard": {
"id": "keyboard",
"name": "",
"model": ""
},
"fdc": {
"id": "fdcNEC",
"name": "",
"autoMount": {
"A": {
"name": "PC DOS 2.00 (Disk 1)",
"path": "/diskettes/pcx86/sys/dos/ibm/2.00/PCDOS200-DISK1.json"
},
"B": {
"name": "PC DOS 2.00 (Disk 2)",
"path": "/diskettes/pcx86/sys/dos/ibm/2.00/PCDOS200-DISK1.json"
}
}
},
"chipset": {
"id": "chipset",
"name": "",
"model": "deskpro386",
"sound": false
},
"serial": {
"id": "com2",
"adapter": 2,
"binding": "console"
},
"debugger": {
"id": "debugger",
"name": "",
"commands": "",
"messages": ""
}
}