This repository has been archived by the owner on Dec 24, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 92
/
ibm5150.json
94 lines (94 loc) · 1.83 KB
/
ibm5150.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
94
{
"machine": {
"id": "ibm5150"
},
"computer": {
"id": "pc-mda-64k",
"name": "IBM PC",
"resume": "1",
"state": ""
},
"ram": [
{ "id": "ramLow",
"name": "",
"addr": 0x00000,
"size": 0,
"test": true
}
],
"rom": [
{ "id": "romBASIC",
"name": "",
"addr": 0xf6000,
"size": 0x08000,
"file": "/devices/pcx86/rom/5150/basic/BASIC100.json",
"notify": ""
},
{ "id": "romBIOS",
"name": "",
"addr": 0xfe000,
"size": 0x02000,
"file": "/devices/pcx86/rom/5150/1981-04-24/PCBIOS-REV1.json",
"notify": ""
}
],
"video": [
{ "id": "videoMDA",
"name": "Monochrome Display",
"model": "",
"mode": 7,
"screenWidth": 720,
"screenHeight": 350,
"scale": true,
"charCols": 80,
"charRows": 25,
"fontROM": "/devices/pcx86/video/ibm/mda/ibm-mda.json",
"screenColor": "black",
"touchScreen": false
}
],
"cpu": {
"id": "cpu8088",
"name": "",
"model": 8088,
"clock": 0,
"multiplier": 1,
"autoStart": true,
"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": "/disks/pcx86/dos/ibm/2.00/PCDOS200-DISK1.json"
},
"B": {
"name": "PC DOS 2.00 (Disk 2)",
"path": "/disks/pcx86/dos/ibm/2.00/PCDOS200-DISK2.json"
}
}
},
"chipset": {
"id": "chipset",
"name": "",
"model": "5150",
"sw1": "01000001",
"sw2": "11110000",
"sound": true
},
"debugger": {
"id": "debugger",
"name": "",
"messages": ""
},
"xml": "/devices/pcx86/machine/5150/mda/64kb/machine.xml"
}