apply to src.zip @ https://github.com/spice2x/spice2x.github.io/releases/download/23-09-29/spice2x-23-09-29.zip

code credit @ https://github.com/djhackersdev/bemanitools/pull/262

pre-built binary for the lazy: https://pixeldrain.com/u/rwjGQLbU

diff --git a/games/iidx/bi2a.cpp b/games/iidx/bi2a.cpp
index 75f14ef..30b750a 100644
--- a/games/iidx/bi2a.cpp
+++ b/games/iidx/bi2a.cpp
@@ -32,7 +32,8 @@ bool games::iidx::IIDXFMSerialHandle::FMSerialDevice::parse_msg(
             delete msg;
             break;
         }
-        case 0x0152: { // STATUS
+        case 0x0152:   // STATUS
+        case 0x0153: { // STATUS_WD

             // check input data length
             if (msg_in->cmd.data_size == 0x30) {
diff --git a/games/iidx/bi2x.cpp b/games/iidx/bi2x.cpp
index 21b85cb..f269134 100644
--- a/games/iidx/bi2x.cpp
+++ b/games/iidx/bi2x.cpp
@@ -32,7 +32,8 @@ bool games::iidx::BI2XSerialHandle::BI2XDevice::parse_msg(
             delete msg;
             break;
         }
-        case 0x0152: { // STATUS
+        case 0x0152:   // STATUS
+        case 0x0153: { // STATUS_WD

             // check input data length
             if (msg_in->cmd.data_size == 0x30) {
Edit

Pub: 20 Oct 2023 17:40 UTC

Views: 213