forked from Hay1tsme/segatools
chusan, cm, mai2, mu3: Added dipSw support and highBaudrate AiMe
This commit is contained in:
12
dist/chusan/segatools.ini
vendored
12
dist/chusan/segatools.ini
vendored
@ -36,6 +36,18 @@ enable=1
|
||||
; that subnet must start with 192.168.
|
||||
subnet=192.168.100.0
|
||||
|
||||
[gpio]
|
||||
; ALLS DIP switches.
|
||||
enable=1
|
||||
|
||||
; LAN Install: If multiple machines are present on the same LAN then set
|
||||
; this to 1 on exactly one machine and set this to 0 on all others.
|
||||
dipsw1=1
|
||||
; Monitor type: 0 = 120FPS, 1 = 60FPS
|
||||
dipsw2=1
|
||||
; Aime reader hardware type: 0 = SP, 1 = CVT
|
||||
dipsw3=1
|
||||
|
||||
[gfx]
|
||||
; Force the game to run windowed.
|
||||
windowed=1
|
||||
|
4
dist/chusan/start.bat
vendored
4
dist/chusan/start.bat
vendored
@ -2,8 +2,8 @@
|
||||
|
||||
pushd %~dp0
|
||||
|
||||
start /min inject_x64.exe -d -k chusanhook_x64.dll amdaemon.exe -f -c config_common.json config_server.json config_sp.json
|
||||
inject_x86.exe -d -k chusanhook_x86.dll chusanApp.exe
|
||||
start /min inject_x64 -d -k chusanhook_x64.dll amdaemon.exe -f -c config_common.json config_server.json config_client.json config_cvt.json config_sp.json
|
||||
inject_x86 -d -k chusanhook_x86.dll chusanApp.exe
|
||||
taskkill /f /im amdaemon.exe > nul 2>&1
|
||||
|
||||
echo.
|
||||
|
Reference in New Issue
Block a user