--- nono/doc/changes.html 2026/04/29 17:04:37 1.1.1.2 +++ nono/doc/changes.html 2026/04/29 17:04:40 1.1.1.3 @@ -16,9 +16,11 @@ --green: rgb( 3, 175, 122); --grey: rgb(132, 145, 158); --light-grey: rgb(200, 200, 203); + + --bg-grey: rgb(220, 220, 223); } body { - background-color: var(--light-grey); + background-color: var(--bg-grey); } q { color: var(--brown); @@ -56,6 +58,34 @@ Grey colored items are experimental and
+
0.1.2 (2020/10/28) +
    +
  • build (Update): gcc5.5 以下はサポート外と明記。 +Mention explicitly that it does not support gcc5.5 or below. +
  • vm (New): メモリとデバイスのアクセスウェイトをいくつか実装中。 +Implement access wait partially on some memory and devices. +
  • vm (New): VM リセットを実装。Implement VM reset. +
  • vm (Fix): m88xx0 エミュレーションをいくつか改善。 +OpenBSD/luna88k ユーザランドが少しだけ動くように。 +Improve some m88xx0 emulations. +This makes OpenBSD/luna88k userland apps work a little. +
  • vm (Update): LUNA88K の RAM 初期値を 64MB に変更。 +Change the initial value of LUNA88K RAM to 64MB. +
  • vm (Update): LUNA88K の dipsw1 の初期値を変更。 +Change the initial value of LUNA88K dipsw1. +
  • debugger (Update): 設定の debugger-port の初期値を 0 に変更。 +Change the default value of debugger-port configuration field to 0. +
  • debugger (Update): d, m, n, s, t, help コマンドを色々改良。 +disp , reset コマンドを実装。 + Various improvements for d, m, n, s, t, and help commands. +Implement disp, reset commands. +
  • wx (Fix): メインウィンドウの最大化とリサイズを不可にする。 +Disable main window's maximize and resize. +
  • wx (Fix): ビッグエンディアン環境で wxIMAGE_QUALITY_HIGH +による縮小が化けるのを回避。 +Avoid broken resize using wxIMAGE_QUALITY_HIGH on big endian. +
+
0.1.1 (2020/10/06)
  • host(Fix): sparc などのホストでミスアラインドアクセスで死ぬのを修正。 @@ -85,8 +115,8 @@ history window. Implement branch history and exception history.
  • debugger (Fix): 逆アセンブラが 68020 の callm 命令で死んでいたのを修正。 Fix abnormal termination when disassembling 68020 CALLM instruction. -
  • vm (Fix): LUNA88K 用の luna-dipsw1 の初期値を用意。 -luna-dipsw1 uses a different initial value for LUNA88K. +
  • vm (Fix): LUNA88K 用の luna-dipsw1 の初期値を用意。 +luna-dipsw1 uses a different initial value for LUNA88K.
  • vm (Update): X68k TVRAM レンダリングを改良。 Improve performance on X68k TVRAM rendering.
  • debugger (Fix): 逆アセンブラで moveq.l が %d0 でない時にも IOCS コールと解釈していたのを修正。 @@ -104,8 +134,8 @@ at least for now).
  • GUI(Fix): サブウィンドウを表示しているとマウスモードでクリック入力が入らなかった問題を修正。 Fix problem that you can not enter any clicks in mouse mode when you display some sub windows. -
  • vm(New): m88k の疑似 STOP 状態に対応。 -Support pseudo STOP state on m88k. +
  • vm(New): m88k の疑似 STOP 状態に対応。 +Support pseudo STOP state on m88k.

@@ -117,14 +147,13 @@ when you display some sub windows. Fix abnormal termination when fetching exception vector causes bus error.

  • vm(Update): ダブルバスフォールトを通知。 Notify when double bus fault has occurred. -
  • vm(New): m88100 の改良と m88200 を実装中。 +
  • vm(New): m88100 の改良と m88200 を実装中。 OpenBSD/luna88k カーネルが起動しますが、 まだユーザランドに入るあたりまでです。 -Improve m88100 and implement m88200. +Improve m88100 and implement m88200. It can run OpenBSD/luna88k kernel and it has just entered in userland. -
  • vm(New): x68k の MFP、DMAC を適当実装したので 実は NetBSD/x68k ブートローダまでは起動します。 CRTC が不完全なのでスクロールはまだできません。 @@ -137,12 +166,11 @@ so you cannot scroll text.
    0.0.3 (2020/05/16)
    • vm(New): ROM モニタエミュレーションを実装。Support emulated ROM monitor. -
    • vm(New): 地下で m88k 実装開始。 +
    • vm(New): 地下で m88k 実装開始。 今のところ OpenBSD/luna88k のブートローダが起動できるだけです。 -Start to implement m88k in underground. +Start to implement m88k in underground. It just can run OpenBSD/luna88k's boot loader for now. -
    0.0.2 (2020/04/21)