--- nono/doc/changes.html 2026/04/29 17:05:34 1.1.1.19
+++ nono/doc/changes.html 2026/04/29 17:05:39 1.1.1.20
@@ -83,6 +83,56 @@ dt.dt-indent {
+- 1.3.0 (2025/02/26)
+
+- vm(New): VirtIO SCSI を実装。
+
Implement VirtIO SCSI.
+ - vm(New): X68030 MFP のタイマー割り込みを実時間同期モードに対応。
+
X68030 MFP timer interrupts now support real-time synchronization.
+ - vm(New): NWS-1750 のシステムタイマー割り込みを実時間同期モードに対応。
+
NWS-1750 system timer interrupt now supports real-time synchronization.
+ - vm(Update): X68030 MFP のフリーランタイマーはイベントを使わないように変更。
+
X68030 MFP free-run timer now doesn't use scheduler events.
+ - vm(Fix): (virt-m68k で) メモリ 2GB 以上の指定がエラーになっていたのを修正。
+
Fix an issue that specifying 2GB or more of memory would cause an error
+ (on virt-m68k).
+ - vm(Fix): X68030 の JP キーボードモードで SHIFT
+キー押下で高速モードが解除されなかった問題を修正。
+
Fix an issue that full speed mode could not be relased by pressing
+ SHIFT key in X68030 JP keyboard mode.
+ - vm(Fix): SCSI デバイスが RST をアサートしたらバスフリーフェーズに移行するよう修正。
+
Fix to transition to bus free phase when a SCSI device asserts RST.
+ - vm(Fix): SCSI デバイスモニタで 10GB 以上の容量が正しく表示できていなかったのを修正。
+
Fix an issue that the disk size over 10GB was not displayed correctly
+ on SCSI device monitor.
+ - m68k(Update): 68040 のテーブルサーチ処理をいろいろ改善。
+
Make various improvements to 68040 table search processing.
+ - m68k(Update): 68040 の命令サイクル数をなんとなく近づける。
+
Improve almost 68040 instruction cycles somewhat closer.
+ - m68k(Fix): 68030 の命令サイクル数をいろいろ修正、あるいは実装。
+
Improve or implement some 68030 instruction cycles.
+ - m68k(Fix): MPU が 68040 だと例外履歴で IOCS コールを認識できていなかったのを修正。
+
Fix an issue that the exception history could not detect the IOCS call on 68040.
+ - m68k(Update): 例外履歴を Human68k の DOS コールに対応。
+
The exception history now supports Human68k DOS calls.
+ - m88k(Fix): ver 0.7.2 以降、メインメモリ以外へのアクセスが失敗するケースがあったのを修正。
+
Fix an issue that access to devices other than main memory may fail
+ since ver 0.7.2.
+ - host(Fix): ユーザモードネットワークで
+ルータのリンクローカルアドレスへの ICMPv6 Echo Request
+パケットをドロップしていたのを修正。
+
Fix an issue dropping ICMPv6 Echo Request packet to router's link local
+ address on the usermode network.
+ - app(New): (X68030 に) --fd0, --fd1 オプションを実装。
+
Support --fd0, --fd1 options for X68030.
+ - GUI(Fix): NWS-1750、virt-m68k のメニューからソフトウェアキーボードウィンドウを削除。
+
Remove incorrect software keyboard window from the menu
+ on NWS-1750 and virt-m68k.
+ - vm(Update): virt-m68k のパフォーマンス測定ギミックを
+VirtIONet から GFTTY に変更。
+
Change performance measurement gimic on virt-m68k from VirtIONet to GFTTY.
+
+
- 1.2.0 (2025/01/26)
- host(New): ホストネットワークドライバに usermode (SLIRP) をサポート。
@@ -1065,7 +1115,7 @@ UniOS-Mach の a.out ファイルをロ
Various fixes for network packets received at the host.
- vm(New): LUNA-I/LUNA-88K のシステムクロックに実時間同期モードをサポート
(実験中)。
-
Support real-time synchronization mode on LUNA-I/LUNA-88K's system clock
+ Support real-time synchronization on LUNA-I/LUNA-88K's system clock
(experimental).
- m88k(New): 疑似 STOP 状態をサポート。
Support pseudo stop status for m88k.