--- nono/doc/changes.html 2026/04/29 17:04:51 1.1.1.7 +++ nono/doc/changes.html 2026/04/29 17:04:54 1.1.1.8 @@ -15,6 +15,7 @@ --brown: rgb(128, 64, 0); --green: rgb( 3, 175, 122); --grey: rgb(132, 145, 158); + --light-pink: rgb(255, 202, 191); --light-grey: rgb(200, 200, 203); --bg-grey: rgb(220, 220, 223); @@ -61,6 +62,46 @@ Grey colored items are experimental and
+
0.2.0 (2021/06/20) +
    +
  • vm(New): LUNA88K の NVRAM をサポート。 + Support LUNA88K's NVRAM. +
  • vm(New): LUNA88K の内蔵 ROM コンソールに nvram コマンドを実装。 + Support nvram command on LUNA88K's emulated ROM console. +
  • vm(Fix): ホストが受信したパケットの処理をいろいろ改善。 + Various fixes for network packets received at the host. +
  • vm(New): LUNA-I/LUNA88K のシステムクロックに実時間同期モードをサポート + (実験中)。 + Support real-time synchronization mode on LUNA-I/LUNA88K's system clock + (experimental). +
  • m88k(New): 疑似 STOP 状態をサポート。 + Support pseudo stop status for m88k. +
  • host(Update): ネットワークドライバあたりをいろいろ改善。 +ホストがサポートしているものから実行時に選択する方式に変更。 +そのため設定ファイル項目も変更。 + Various changes on the host network drivers. +
  • host(New): ホストネットワークドライバ AF_PACKET をサポート。 + Add AF_PACKET as host network driver. +
  • GUI(Update): ステータスパネルの表記を改善、LAN インジケータを追加、 +HD にライトプロテクト状態を表示など。 + Improve the status panel, including adding a LAN indicator, + displaying write-protect icon on HD. +
  • GUI(Update): メモリダンプモニタを4枚に増加。 + Increase the number of memory dump windows to four. +
  • GUI(Fix): サブウィンドウが正しいサイズで表示されない場合があったのを修正。 + Fix window size problem under certain environment(?). +
  • GUI(Fix): モニタとサブウィンドウあたりをいろいろ改善。 + Fix/Improve various monitors and subwindows behaviors. +
  • app(Update): -L, -M オプションをいろいろ改善。 + Fix/Improve about -L and -M options. +
  • debugger(Fix): m68k で TT のみが有効だとアドレスが表示できない場合があったのを修正。 +
  • vm(New): -A オプションで ELF オブジェクトファイルのロードをサポート。 + Support loading ELF object file on -A option. +
  • vm(New): X68k キーボードのキーリピートを実装。 + Implement key repeat feature on X68k keyboard. +
+
+
0.1.6 (2021/04/18)
  • vm (Update): スケジューラをいろいろ改善。