-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathquasi88.rc
170 lines (118 loc) · 3.71 KB
/
quasi88.rc
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
#----------------------------------------------------------------------
# quasi88.rc
#
# This a configuration file for the UNIX version of Quasi88.
# This file shold be copied into ~/.quasi88/quasi88.rc.
# One line is maximum 255 characters.
# # indicates a line comment.
#----------------------------------------------------------------------
#########################################
# PC-8801 Startup Env. #
#########################################
######## BASIC MODE ( -n/-v1s/-v1h/-v2. Unset will detect automatically.)
#-v2
-v1s
# V1 "slow" mode is the default for PC8801 and is what is used for Hachinoid.
# V2 is used for The Librarian.
######## CPU Clock ( -4mhz/-8mhz. Default is 4mhz. )
#-8mhz
-4mhz
# Only the later PC-88 machines used 8mhz, and not very many games utilized it.
######## Dipswitches ( Settings are the same as a new unit. Undefined is 0x391a )
-dipsw 0x391a
# examples:
#12 = 25 row mode
#1c = n80 basic,40col,20r
#1e = 40 col,n88,20r
#1a = n88, 80col,20r
#18 = terminal
######## Soundboard Select ( -sd/-sd2. Default is -sd )
#-sd2
-sd
# Soundboard II contains OPNA, Soundboard I (standard built-in for many units) is OPN.
######## Joystick Settings ( -nomouse/-mouse/-joymouse/-joystick )
-nomouse
#########################################
# Emulation Settings #
#########################################
######## Sub CPU A-Switch Timing ( Selected from 0-2, default 0 )
# Set to -cpu 1 should allow most applications to run.
-cpu 2
# CPU 2 is more accurate.
######## FDC Wait Enable ( Default is disabled )
# Without -fdc_wait some games won't run.
-fdc_wait
######## Actual unit speed ( 5~5000 [%], default is 100% )
#-speed 100
######## Memory Wait
# Enables the memory sync timing to CPU. Should be on for accuracy.
-mem_wait
#################################
# Graphics Settings #
#################################
######## Frame display rate ( Default is 1. )
#-frameskip 1
######## Auto frameskip ( -autoskip/-noautoskip )
#-autoskip
######## Screen size ( -half/-full. Default is -full )
#-half
######## Window Size ( Default is the same as screen size )
#-width 680
#-height 440
######## Interlace settings ( -noskipline/-skipkine/-interlace )
-noskipline
######## Monitor settings (-15k/-24k to select KHz model)
#-15k
-24k
#########################################################
# Sound Settings (Only when sound is enabled) #
#########################################################
######## Sound output enable ( -sound/-nosound. Default is -sound )
-sound
######## fmgen enable ( -fmgen/-nofmgen. Default is -nofmgen)
-nofmgen
######## Output[db] ( -32~0 )
#-volume -3
######## Sound output level[%] ( 0~100 )
#-fmvol 100
-psgvol 50
-beepvol 60
#-rhythvol 100
#-adpcmvol 70
#################################
# Other settings #
#################################
######## Load key settings from file
#-keyboard 0
######## Change key binding
#-tenkey
-cursor
#-kanjikey
######## The author has made these function key assignments:
#-f6 IMAGE-NEXT1
#-f7 IMAGE-NEXT2
#-f8 NOWAIT
#-f9 ROMAJI
#-f10 NUMLOCK
#################################
# Other/misc #
#################################
######## ROM Directory Path
-romdir "/home/pi/Downloads/quasi88-0.6.4/rom/"
######## DISK Directory Path
-diskdir "/home/pi/Projects/pc88-c"
######## TAPE Directory Path
#-tapedir "/path/of/tape/image"
######## P88SR.EXE Rom EXE Path ( Unset means unused )
#-compatrom /file/name/of/rom/image
######## Verbose mode ( Default is 0 )
-verbose 1
######## Grab mouse (Lock to window)
#-grab_mouse
######## Don't show mouse
#-hide_mouse
#################################
# Debugger #
#################################
####### Enable Monitor ( Default is off )
-debug