Skip to content

Commit

Permalink
2.19: chlib roll to support more controllers
Browse files Browse the repository at this point in the history
  • Loading branch information
toyoshim committed Dec 17, 2023
1 parent be6aafa commit 64d2cc8
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
4 changes: 3 additions & 1 deletion docs/firmware.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ async function flash() {
'firmwares/us_v2_16.bin', // Ver 2.16
'firmwares/us_v2_17.bin', // Ver 2.17
'firmwares/us_v2_18.bin', // Ver 2.18
'firmwares/us_v2_19.bin', // Ver 2.19
];
const progressWrite = document.getElementById('progress_write');
const progressVerify = document.getElementById('progress_verify');
Expand Down Expand Up @@ -258,7 +259,8 @@ async function flash() {
<option>Ver 2.15</option>
<option>Ver 2.16</option>
<option>Ver 2.17</option>
<option selected>Ver 2.18</option>
<option>Ver 2.18</option>
<option selected>Ver 2.19</option>
</select>
<button onclick="flash();">書き込み</button>

Expand Down
7 changes: 5 additions & 2 deletions docs/firmware_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,8 @@ Also, the internal format to hold the user settings is changed at firmware Ver 1
|Brook Universal Fighting Board|1.47|Work with the default PS4 mode|
|Brook PS4+ Fighting Board|1.47|Work with the default PS4 mode|
|(Keyboard supporting boot mode)|1.20|Supported by NAOMI Mahjong mode|
|REAL ARCADE PRO V3.SA|1.47||
|REAL ARCADE PRO V3.SA|1.47|Later model (v1.2PCB) works only on 2.19+|
|REAL ARCADE PRO.H HAYABUSA|2.19||
|Guncon3|2.01||
|DUALSHOCK 3|2.17|Need to press PS button after the connection|
|Horipad FPS plus for PlayStation 4|1.00|PS3 mode also works|
Expand Down Expand Up @@ -210,6 +211,7 @@ async function flash() {
'firmwares/us_v2_16.bin', // Ver 2.16
'firmwares/us_v2_17.bin', // Ver 2.17
'firmwares/us_v2_18.bin', // Ver 2.18
'firmwares/us_v2_19.bin', // Ver 2.19
];
const progressWrite = document.getElementById('progress_write');
const progressVerify = document.getElementById('progress_verify');
Expand Down Expand Up @@ -259,7 +261,8 @@ async function flash() {
<option>Ver 2.15</option>
<option>Ver 2.16</option>
<option>Ver 2.17</option>
<option selected>Ver 2.18</option>
<option>Ver 2.18</option>
<option selected>Ver 2.19</option>
</select>
<button onclick="flash();">Flash</button>

Expand Down
Binary file added docs/firmwares/us_v2_19.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion us/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
// #define _DBG_ANALOG
// #define _DBG_DIGITAL

#define VER "2.18"
#define VER "2.19"

static const char sega_id[] =
"SEGA ENTERPRISES,LTD.compat;MP07-IONA-US;ver" VER;
Expand Down

0 comments on commit 64d2cc8

Please sign in to comment.