-
Notifications
You must be signed in to change notification settings - Fork 0
/
saroocfg.txt
547 lines (421 loc) · 11 KB
/
saroocfg.txt
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
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
### SAROO config file ###
## Check more games configurations at: https://github.com/williamdsw/saroo_configurations ##
## Available configurations: ##
## Select menu language:
## 0 = 中文: Chinese
## 1 = EN: English
## 2 = PTBR: Português do Brasil
## 3 = JA: 日本語
## 4 = FR: Français (v0.4+)
## 5 = RU: Русский (v0.4+)
## 6 = 繁中: Traditional Chinese (v0.4+)
## 7 = DE: Deutsch (v0.4+)
## 8 = ES: Español (v0.5+)
## 9 = IT: Italiano (v0.6+)
## 10 = PL: Polski (v0.7+)
## 11 = SWE: Svensk (v0.7+)
## 12 = ελληνικά (v0.7+)
## 13 = Română (v0.7+)
# lang_id=x
# [Game ID + Game Version]
# example: [T-14411G V1.001]
## Various debugging options ##
# debug=xxxxxxxx
## MCU automatically upgrades firmware ##
# auto_update:
## Delay before PLAY starts. Decimal US units. eg 2000 ##
# play_delay=xxxx
## Delay after each sector is read. Decimal US units. eg 4000 ##
# sector_delay=xxxx
## (v0.5+) Delay before PLAY ends. Decimal us units. eg 4000 ##
# pend_delay=xxxx
## Use 1M expansion card ##
# exmem_1M
## Use 4M expansion card ##
# exmem_4M
## Write 32-bit memory ##
# M_xxxxxxxx=xxxxxxxx
## Write 16-bit memory ##
# M_xxxxxxxx=xxxx
## Write 8-bit memory ##
# M_xxxxxxxx=xx
## (v0.4+) Specify the directory format for multi disc games eg "Disc " or "CD". (v0.4+ only)
# multi_disc="XXX"
## (v0.5+) Custom game categories (up to 12 subfolders). eg "Shmup", "Fighting", "Adventure", "Sports", etc.
# category="XXX"
## (v0.5+) Alphabetical sorting (only games, not categories)
## 0 = no sort
## 1 = sort ASC
## 2 = sort DESC
# sort_mode=x
[global]
lang_id = 1
sort_mode = 1
# Fixed on 20231111 firmware. Uncomment if your firmware is older than 20231111
# Final Fight Revenge
# [T-1248G V1.004]
# sector_delay=2000
# Fixed on 20231111 firmware. Uncomment if your firmware is older than 20231111
# BOMBERMAN WARS
# [T-14320G V1.000]
# sector_delay=23000
# Fixed on 20231111 firmware. Uncomment if your firmware is older than 20231111
# GO GO GOAL (Japan)
# [T-3602G V1.004]
# sector_delay=4000
# Fixed on 20231111 firmware. Uncomment if your firmware is older than 20231111
# GROOVE ON FIGHT (Japan)
# [T-14411G V1.001]
# sector_delay=2000
# Asuka120pct BurningFest. Limited
[T-16708G V1.003]
sector_delay=4000
# NINPEN MANMARU
[T-35502G V1.001]
sector_delay=4000
# PUYO PUYO SUN
[T-6603G V2.000]
sector_delay=4000
# PUZZLE BOBBLE 3
[T-1109G V1.002]
sector_delay=4000
# D-XHIRD
[T-10307G V1.002]
sector_delay=1000
# TAROMARU
[T-4804G V1.004]
sector_delay=1000
# SALAMANDER-DP
[T-9520G V1.010]
sector_delay=2000
# Princess Crown
[T-14418G V1.004]
sector_delay=6000
# ROUKA NI ITIDANTOA-RU
[GS-9043 V1.002]
sector_delay=4000
# The Emblem of Justice (Japan)
[T-21001G V1.003]
sector_delay=1000
# Nobunaga's Ambition
[T-7643G V1.001]
sector_delay=2000
# Time Bokan Series - Bokan to Ippatsu! Doronbow Kanpekiban (Japan)
[T-20607G V1.003]
play_delay = 4000
# Gotha - Ismailia SenEki (Japan)
[GS-9009 V1.000]
play_delay = 16000
sector_delay = 5000
# Last Bronx
[GS-9152 V1.113]
play_delay = 50000
# Digital Dance Mix Vol. 1 - Namie Amuro (Japan) (Rev A) (10M, 12M)
[GS-9133 V1.003]
play_delay = 16000
sector_delay = 5000
# Falcom Classics II
[T-31505G V1.004]
play_delay = 50000
# Batman Forever - The Arcade Game (Japan)
[T-8118G V1.000]
play_delay = 100000
sector_delay = 4200
# Batman Forever - The Arcade Game (USA)
[T-8140H V1.000]
play_delay=65000
sector_delay=8000
# SATURN BOMBERMAN FIGHT
[T-14321G V1.000]
sector_delay=23000
# Nonomura Byouin no Hitobito
[T-28001G V1.000]
sector_delay=8000
# STREET FIGHTER ZERO3 (Japan)
[T-1246G V1.002]
sector_delay=1000
# BUG (Europe)
[MK-81004 V1.019]
sector_delay=2000
# BUG (USA)
[GM-81004 V1.017]
sector_delay=2000
# Bug! - Jump Shite, Fundzukechatte, Pecchanko (Japan)
[GS-9063 V1.017]
sector_delay=2000
# BURNING RANGERS (USA)
[MK-81803 V1.001]
play_delay=2000
# DAYTONA USA (Europe)
[MK_8120050V1.000]
sector_delay=500
# DAYTONA USA (USA)
[MK-81200 V1.000]
sector_delay=500
# DAYTONA USA (Japan)
[GS-9013 V1.000]
sector_delay=500
# ZERO DIVIDE THE FINAL CONFLICT (Japan)
[T-31601G V1.003]
play_delay=2000
# UNO DX (Japan)
[T-26414G V1.001]
sector_delay=4000
# The Incredible Hulk - The Pantheon Saga
[T-7905H V1.003]
sector_delay=1000
# LAST GLADIATORS
[T-4804H V1.000]
sector_delay=1000
# Heartbeat Scramble (Japan)
[T-15014G V1.000]
sector_delay=1000
# The Horde (USA) : Fix glitches
[T-15909H50V1.000]
sector_delay=1000
# K-1 Grand Prix - Fighting Illusion Shou (Japan)
[T-26102G V1.003]
play_delay=1000
# Kaitou Saint Tail (Japan)
[T-28201G V1.010]
play_delay=1000
# Kidou Senkan Nadesico - The Blank of 3 Years (Japan)
[GS-9195 V1.003]
sector_delay=1000
# Kidou Senshi Gundam - Gihren no Yabou (Japan)
[T-13327G V1.003]
sector_delay=1000
play_delay=1000
# Kidou Senshi Z Gundam - Zenpen Zeta no Kodou (Japan)
[T-13315G V1.002]
sector_delay=5000
play_delay=5000
# Kekkon - Marriage (Japan)
[T-10501G V1.200]
sector_delay=1000
# Keriotosse! (Japan)
[T-30306G V1.003]
sector_delay=1000
# Last Gladiators (Japan) (Ver. 9.7)
# Fixes black screen
[T-18903G V1.003]
sector_delay=2000
# Riglord Saga 2
[GS-9084 V1.100]
play_delay = 50000
sector_delay = 5000
# Hop Step Idol
[T-20507G V1.002]
play_delay = 5000
pend_delay = 5000
# Thunderhawk II
[T-6006G V1.001]
sector_delay = 8000
# Thunderhawk 2 Firestorm
[T-11501H00V1.000]
sector_delay = 8000
# Thunderstrike 2
[T-7902H V3.000]
sector_delay = 8000
# Battle Monsters (USA)
[T-8137H V1.000]
sector_delay=5000
play_delay=50000
# Parodius (Europe)
[T-9501H-50V2.000]
play_delay=65000
sector_delay=8000
# Gokujou Parodius Da! Deluxe Pack (Japan)
[T-9501G V1.001]
play_delay=65000
sector_delay=8000
# Gokujou Parodius Da! Deluxe Pack (Japan) (Rev A)
[T-9501G V1.002]
play_delay=65000
sector_delay=8000
# Virtua Fighter (USA)
[MK-81005 V1.000]
sector_delay=1000
# Virtua Fighter (Europe)
[MK_8100550V1.000]
sector_delay=1000
# Virtual Fighter (Japan)
[GS-9001 V1.000]
sector_delay=1000
# Virtua Fighter CG Portrait Series Vol. 1 - Sarah Bryant (Japan) (1M)
[GS-9062 V1.000]
sector_delay=1000
# Virtua Fighter CG Portrait Series Vol. 2 - Jacky Bryant (Japan)
[GS-9064 V1.000]
sector_delay=1000
# Virtuacall S (Japan) (Disc 1) (Game Honpen)
[T-19718G V1.003]
sector_delay=4000
play_delay=4000
# Magical Drop III - Toretate Zoukan-gou! (Japan) (2M)
[T-1313G V1.005]
play_delay=8000
# Optional. Uncomment if shows a black screen in-game.
# Fantastep (Japan)
# [T-5710G V1.002]
# play_delay=1000
# Optional. Uncomment if the loading screen flicks
# Frank Thomas Big Hurt Baseball (USA)
# [T-8138H V1.000]
# sector_delay=1000
# Be aware that 610616699 is a generic product number and can conflict with others homebrews/protos/demos!
# Flash Sega Saturn: Ochikadzuki-hen (Japan)
# [610616699 V1.001]
# sector_delay=8000
# Flash SegaSaturn Vol. 1 (Japan) (2M)
# [610616601 V1.000]
play_delay=30000
sector_delay=08000
# Be aware that SG0000000 is a generic product number and can conflict with others homebrews/protos/demos!
# Flash SegaSaturn Vol. 1 (Japan) (2M) - Myrient redump
# [SG0000000 V1.000]
# play_delay=30000
# sector_delay=08000
<pre># Flash SegaSaturn Vol. 2 (Japan) (2M)
[610616602 V1.000]
play_delay=30000
sector_delay=08000</pre>
# Be aware that SG0000000 is a generic product number and can conflict with others homebrews/protos/demos!
# Flash SegaSaturn Vol. 2 (Japan) (2M)
[SG0000000 V1.000]
play_delay=30000
sector_delay=08000
# Flash SegaSaturn Vol. 5 (Japan)
[610616605 V1.003]
play_delay=30000
sector_delay=08000
# Waku Waku Monster (Japan)
[T-16608G V1.001]
play_delay=1000
# Winter Heat (USA)
[MK-81129 V1.001]
sector_delay=4000
play_delay=4000
# Wizardry Llylgamyn Saga (Japan)
[T-38601G V1.002]
sector_delay=1000
# Golden Axe - The Duel (USA)
[MK-81045 V1.000]
sector_delay=1000
# Cross Romance - Koi to Mahjong to Hanafuda to (Japan)
[T-7103G V1.002]
play_delay=1000
# Crows - The Battle Action for SegaSaturn (Japan)
[T-16806G V1.001]
sector_delay=1000
# Contra - Legacy of War (USA)
[T-9507H V1.000]
play_delay=2000
# Cyberbots - Fullmetal Madness (Japan) (1M)
[T-1217G V1.002]
sector_delay=1000
# Code R (Japan)
[T-23502G V1.001]
play_delay=5000
# (Optional) Croc: Legend Of Gobbos (USA)
# [T-5029H-50V1.000]
# M_25C7FFFE=FFFF
# Ninkuu - Tsuyokina Yatsura no Daigekitotsu! (Japan)
[GS-9036 V1.000]
play_delay=30000
sector_delay=08000
# NBA Action (USA)
[MK-81103 V1.026]
play_delay=1000
# Nobunaga no Yabou Tenshouki (Japan)
[T-7605G V1.002]
sector_delay=1000
# Neon Genesis - Evangelion - Koutetsu no Girlfriend (Japan) (Disc 1)
[GS-9194 V1.005]
sector_delay=1000
# Gakkou no Kaidan (Japan)
[GS-9026 V1.000]
sector_delay=4000
# Gotha - Ismailia SenEki (Japan)
[GS-9009 V1.000]
play_delay=16000
sector_delay=5000
# Gussun Oyoyo S (Japan)
[T-26101G V1.002]
sector_delay=1000
play_delay=1000
# Goiken Muyou - Anarchy in the Nippon (Japan)
[T-28902G V1.001]
sector_delay=1000
# Game-Ware (Japan)
[T-17002G V1.02]
play_delay=30000
sector_delay=08000
# Game-Ware Vol. 2 (Japan)
[T-17003G V1.02]
play_delay=30000
sector_delay=08000
# Game-Ware Vol. 3 (Japan)
[T-17004G-T V1.00]
play_delay=30000
sector_delay=08000
# Dark Savior (USA)
[MK-81304 V1.000]
sector_delay=1000
# Double Switch (USA) (Disc 1)
[T-16207H V1.000]
sector_delay=1000
# Develo Magazine Appendix CD-ROM for SegaSaturn (Japan)
[610645801 V1.000]
sector_delay=1000
# Dino Island (Japan)
[T-4503G V1.000]
play_delay=4000
# Dino Island - Yokoku-hen (Japan)
[T-4505G V1.001]
play_delay=4000
# Digital Ange - Dennou Tenshi SS (Japan)
[T-33003G V1.003]
sector_delay=4000
play_delay=4000
# Daisuki (Japan) (Disc 1)
[T-18510G V1.002]
sector_delay=8000
# Daikoukai Jidai Gaiden (Japan)
[T-7657G V1.000]
sector_delay=1000
# Pia Carrot e Youkoso!! We've Been Waiting for You (Japan)
[T-19708G V1.002]
sector_delay=1000
# Primal Rage (USA)
[T-4802H V1.000]
play_delay=1000
# Pia Carrot e Youkoso!! 2 (Japan) (Disc 1) (Game Disc) (2M)
[T-20114G V1.002]
sector_delay=1000
play_delay=1000
# PhantasM (Japan) (Disc 1)
[T-36001G V1.001]
sector_delay=1000
# Titan Wars (Europe)
[T-15911H50V1.000]
sector_delay=1000
# Tokuso Kidoutai J-SWAT (Japan)
[T-20602G V1.003]
play_delay=2000
# True Pinball (USA)
[T-16406H V1.000]
play_delay=1000
# Tactics Formula (Japan)
[T-34101G V1.006]
sector_delay=4000
play_delay=4000
# Magical Drop III - Toretate Zoukan-gou! (Japan) (2M)
[T-1313G V1.005]
play_delay=8000
# Mahjong Hyper Reaction R (Japan)
[T-2402G V1.000]
sector_delay=4000
# Monster Slider (Japan)
[T-27302G V1.002]
play_delay=10000