forked from Dniel97/segatools
chusan: ledport changed to COM5, fixes VFD
This commit is contained in:
parent
ad154a83e5
commit
ed042176d7
@ -57,7 +57,7 @@ void chuni_io_config_load(
|
||||
filename);
|
||||
}
|
||||
|
||||
GetPrivateProfileStringW(L"slider", L"ledport", L"COM2", port_input, 6, filename);
|
||||
GetPrivateProfileStringW(L"slider", L"ledport", L"COM5", port_input, 6, filename);
|
||||
wcsncpy(cfg->led_com, L"\\\\.\\", 4);
|
||||
wcsncat_s(cfg->led_com, 11, port_input, 6);
|
||||
}
|
||||
|
4
dist/chuni/segatools.ini
vendored
4
dist/chuni/segatools.ini
vendored
@ -82,3 +82,7 @@ coin=0x33
|
||||
;cell31=0x53
|
||||
;cell30=0x53
|
||||
; ... etc ...
|
||||
|
||||
; Enable slider LED serial output. This follows OpeNITHM Serial LED Protocol.
|
||||
; eg. COM5
|
||||
;ledport=
|
||||
|
Loading…
Reference in New Issue
Block a user