sdvxio-kfca: use cconfig instead of envvar

This commit is contained in:
Will Xyen
2019-12-01 15:01:44 -05:00
parent d177f23476
commit 82ac30e49f
5 changed files with 109 additions and 10 deletions

View File

@@ -3,12 +3,14 @@ Thus, it allows you to use a KFCA device board with *any* version of SDVX that i
# Setup
* Rename sdvxio-kfca.dll to sdvxio.dll.
* Ensure that your gamestart.bat actually injects the appropriate sdvxhook dll,
* Ensure that your gamestart.bat actually injects the appropriate sdvxhook dll
for example:
```
launcher -K iidxhook2.dll soundvoltex.dll ...*
launcher -K sdvxhook2.dll soundvoltex.dll ...*
```
or that the application otherwise uses sdvxio.dll
* sdvxio-kfca expects a KFCA device on COM3 by default
* You can change the port by settings the SDVXIO_KFCA_PORT envvar
* You can change the port and baudrate by editing the sdvxio-kfca.conf that should be created by default
* If there is also an ICCA device on the same ACIO bus, it cannot be used with eamio-icca at this time
* Please connect any additional acio devices to their own port (ex: SDVX5 expects an ICCA by itself on COM2)