From 463d55cddc826845715c945a39ff98bf813f2d9c Mon Sep 17 00:00:00 2001 From: Tau Date: Fri, 8 Mar 2019 10:05:56 -0500 Subject: [PATCH] board/io3.c: Use IO-4 GPIO output count Supposedly the IO-4's JVS interface presents the exact same capabilities as the IO-3 except that it purports to have a massive number of GPIO outputs (20 ports, each port having 8 bits). So we'll just make our emulated IO-3 look like an IO-4 then. --- board/io3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/io3.c b/board/io3.c index 31d7c4e..34a1781 100644 --- a/board/io3.c +++ b/board/io3.c @@ -121,7 +121,7 @@ static uint8_t io3_features[] = { Param2 : 0 : N/A Param3 : 0 : N/A */ - 0x12, 3, 0, 0, + 0x12, 20, 0, 0, /* Feature : 0x00 : End of capabilities */