forked from Dniel97/segatools
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.
This commit is contained in:
parent
5eef0455a2
commit
463d55cddc
@ -121,7 +121,7 @@ static uint8_t io3_features[] = {
|
|||||||
Param2 : 0 : N/A
|
Param2 : 0 : N/A
|
||||||
Param3 : 0 : N/A */
|
Param3 : 0 : N/A */
|
||||||
|
|
||||||
0x12, 3, 0, 0,
|
0x12, 20, 0, 0,
|
||||||
|
|
||||||
/* Feature : 0x00 : End of capabilities */
|
/* Feature : 0x00 : End of capabilities */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user