-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpce-5160.sh
63 lines (63 loc) · 891 Bytes
/
pce-5160.sh
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
# pce-5160.cfg
path=" DUMMY $(: '"
# ')";(sleep 10;cat galax56k.bin|nc 127.0.0.1 5232;echo COM1 XFER DONE) & : '
# ' ; pce-ibmpc -v -c "$0" -g cga -r ; exit $? ; #
path="."
path="rom"
system {
model="5160"
boot=0
rtc=0
memtest=0
floppy_disk_drives=0
patch_bios_init=1
patch_bios_int19=1
}
cpu {
model="8088"
speed=1
}
ram {
address=0
size=640K
}
load {
format="binary"
address=0xfe000
file="ibm-xt-1982-11-08.rom"
}
load {
format="binary"
address=0xf6000
file="ibm-basic-1.10.rom"
}
rom {
address=0xf6000
size=40K
}
terminal {
driver="x11"
scale=1
mouse_mul_x=1
mouse_div_x=1
mouse_mul_y=1
mouse_div_y=1
}
video {
device="cga"
font=0
blink=30
}
speaker {
volume=250
lowpass=8000
sample_rate=44100
driver="null"
}
serial {
uart="8250"
address=0x3f8
irq=4
multichar=1
driver="tcp:port=5232"
}