SAROO/doc/saroocfg.txt
tpu f7a2056026 1. 实现"加载二进制文件"功能
2. 增加了几个配置文件选项
3. GUI会显示各个固件的版本信息
4. 游戏兼容性些许提升
2023-10-05 22:46:20 +08:00

54 lines
816 B
Text

# SAROO config file
# 可用配置:
# sector_delay=xxxx
# 每读一个扇区后的延时。十进制us单位。
# exmem_1M
# 使用1M扩展卡
# exmem_4M
# 使用4M扩展卡
# M_xxxxxxxx=xxxxxxxx
# 写32位内存
# M_xxxxxxxx=xxxx
# 写16位内存
# M_xxxxxxxx=xx
# 写8位内存
#
[global]
# Final Fight Revenge
[T-1248G V1.004]
sector_delay=2000
# 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