diff --git a/Module.mk b/Module.mk index 95016a8..5275039 100644 --- a/Module.mk +++ b/Module.mk @@ -452,6 +452,7 @@ $(zipdir)/jb-hwio.zip: \ build/bin/indep-32/jbio-magicbox.dll \ build/bin/indep-32/jbio-p4io.dll \ dist/jb/jbio-h44b.conf \ + dist/jb/eamio-icc.conf \ | $(zipdir)/ $(V)echo ... $@ $(V)zip -j $@ $^ diff --git a/dist/jb/eamio-icc.conf b/dist/jb/eamio-icc.conf new file mode 100644 index 0000000..eef3268 --- /dev/null +++ b/dist/jb/eamio-icc.conf @@ -0,0 +1,5 @@ +# ICCA serial port +icc.port=COM2 + +# ICCA bus baudrate (real devices expect 57600) +icc.baud=57600 diff --git a/doc/jbhook/jbio-p4io.md b/doc/jbhook/jbio-p4io.md index a6343bc..8b4ba23 100644 --- a/doc/jbhook/jbio-p4io.md +++ b/doc/jbhook/jbio-p4io.md @@ -4,6 +4,7 @@ Thus, it allows you to use a modern jubeat cab with *any* version of jubeat that # Setup * Rename `jbio-p4io.dll` to `jbio.dll`. * Make sure `jbio.dll` is in the same folder as both `jbhook.dll`, `aciomgr.dll` and `jubeat.dll` +* If you want IC card support via eamio-icca, ensure you also rename `eamio-icca.dll` to `eamio.dll` * Ensure that your `gamestart.bat` actually injects the appropriate jbhook dll for example: ``` @@ -13,3 +14,5 @@ or that the application otherwise uses `jbio.dll` * If you have P4IO but no H44B, lights will be disabled * You can change the port and baudrate of the H44B node by editing the `jbio-h44b.conf` that should be created by default +* If you are using IC card support, you can edit `eamio-icc.conf` to change the port and baudrate +* If you are playing on a real cab, the port and baud of H44B and ICCA should be identical