Skip to content

Commit

Permalink
publish 2.22
Browse files Browse the repository at this point in the history
  • Loading branch information
toyoshim committed Dec 23, 2023
1 parent a92f9ae commit 6989ee2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docs/firmware.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ JVS I/Oとして利用する前、特にジャンパーピンを実装した人
- Ver 2.19 Real Arcade Pro.N HAYABUSAと後期V3.SAをサポート、バスリセット再調整
- Ver 2.20 GT Force Proをサポート、シフトギアエミュレーションの試験実装
- Ver 2.21 JVS Dashモード時に連射がまともに機能していなかったのを修正
- Ver 2.22 アナログ入力の値を反転する設定機能を追加

## ファームウェアの互換性
V3系基板は、v1.48とv2.11以降のファームウェアのみ動作します。v1/v2系基板は全てのファームウェアが動作します。
Expand Down Expand Up @@ -223,6 +224,7 @@ async function flash() {
'firmwares/us_v2_19.bin', // Ver 2.19
'firmwares/us_v2_20.bin', // Ver 2.20
'firmwares/us_v2_21.bin', // Ver 2.21
'firmwares/us_v2_22.bin', // Ver 2.22
];
const progressWrite = document.getElementById('progress_write');
const progressVerify = document.getElementById('progress_verify');
Expand Down Expand Up @@ -275,7 +277,8 @@ async function flash() {
<option>Ver 2.18</option>
<option>Ver 2.19</option>
<option>Ver 2.20</option>
<option selected>Ver 2.21</option>
<option>Ver 2.21</option>
<option selected>Ver 2.22</option>
</select>
<button onclick="flash();">書き込み</button>

Expand Down
5 changes: 4 additions & 1 deletion docs/firmware_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ It may be ok if it does not long, but it may damage the device to connect over J
- Ver 2.19 Support Real Arcade Pro.N HAYABUSA, V3.SA later model, and adjust bus RESET again.
- Ver 2.20 Support GT Force Pro, and introduce experimental shift gear emulation.
- Ver 2.21 Bug fix to run rapid-fires at correct speed even in JVS Dash mode.
- Ver 2.22 Support analog polarity in the settings.

## Firmware Compatibility
For v3 based PCBs, only v1.48 and v2.11+ work. For v1/v2 based PCBs, all firmwares work.
Expand Down Expand Up @@ -229,6 +230,7 @@ async function flash() {
'firmwares/us_v2_19.bin', // Ver 2.19
'firmwares/us_v2_20.bin', // Ver 2.20
'firmwares/us_v2_21.bin', // Ver 2.21
'firmwares/us_v2_22.bin', // Ver 2.22
];
const progressWrite = document.getElementById('progress_write');
const progressVerify = document.getElementById('progress_verify');
Expand Down Expand Up @@ -281,7 +283,8 @@ async function flash() {
<option>Ver 2.18</option>
<option>Ver 2.19</option>
<option>Ver 2.20</option>
<option selected>Ver 2.21</option>
<option>Ver 2.21</option>
<option selected>Ver 2.22</option>
</select>
<button onclick="flash();">Flash</button>

Expand Down
Binary file added docs/firmwares/us_v2_22.bin
Binary file not shown.

0 comments on commit 6989ee2

Please sign in to comment.