--- nono/doc/changes.php 2026/04/29 17:05:34 1.1.1.19 +++ nono/doc/changes.php 2026/04/29 17:05:43 1.1.1.21 @@ -18,6 +18,96 @@
+
1.4.0 (2025/03/30) +
    +
  • vm(New): HD647180 ASCI (非同期シリアル) を実装。 + Implement HD647180 ASCI (Asynchronous Serial Communication Interface). +
  • vm(Fix): X68030 キーボード LED の変更がソフトウェアキーボードに +反映されないことがあったのを修正。 + Fix an issue that keyboard LED changes may not be reflected in the + software keyboard window on X68030. +
  • host(New): ネットワークとシリアルのホストドライバの実行時切り替えを実装。 + Implement run-time switching of the network and serial host driver. +
  • app(Update): hostcom-driver=cons を +hostcom-driver=console に変更。(cons も引き続き使用可能) + Change hostcom-driver=cons to hostcom-driver=console + (cons is still available). +
  • GUI(Fix): マウスモードを抜けてもタイトルが戻らない場合があったのを修正。 + Fix an issue that the title might not change after leaving mouse mode. +
  • GUI(Fix): ステータスパネルの幅によっては不正終了していたのを修正。 + Fix abnormal terminations caused by status panel width. +
  • GUI(Fix): ログモニタ表示中にフォントサイズ変更すると不正終了する場合が +あったのを修正。 + Fix an issue that changing the font size while the log monitor is + displayed might cause an abnormal termination. +
  • GUI(Fix): ログモニタ、LCD モニタがフォントサイズ変更でレイアウトが +崩れる場合があったのを修正。 + Fix an issue that changing the font size might break layout + on the log monitor and LCD monitor. +
  • GUI(Fix): ウィンドウの描画で不正終了する可能性があったのを修正。 + Fix several issues that drawing window might cause abnormal termination. +
  • GUI(Fix): メモリモニタのボタンサイズを調整。 + Adjust button size on the memory monitor. +
  • GUI(Update): メイン画面縮小時のレイアウトを調整。 + Adjust main window layout when the window is shrunk. +
  • GUI(Update): メモリモニタ、ビットマップモニタの初期サイズを調整。 + Adjust initial size of memory monitorand bitmap monitor. +
  • GUI(Update): メモリモニタ、ログモニタ、履歴モニタ、ベクタモニタの +ウィンドウの伸縮を1行単位に変更。 + Adjust window stretch of memory monitor, log monitor, history monitor +and vector monitor. +

+ +

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) をサポート。 @@ -1000,7 +1090,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.