|
|
1.1 root 1: <!--
2: nono
3: Copyright (C) 2020 nono project
4: Licensed under nono-license.txt
5: -->
6: <?php require_once "common.php"; ?>
1.1.1.17 root 7: <html>
8: <head>
9: <?php print_head_common(); ?>
10: <title>nono changes</title>
11: </head>
1.1 root 12: <body>
13: <h3>nono: changes</h3>
14:
1.1.1.16 root 15: 灰色のは実験用か開発用のメモです。
16: <q>Grey colored items are experimental or just a log for us developers.</q>
1.1 root 17: <hr>
1.1.1.14 root 18: <div class="main1">
1.1 root 19: <dl>
1.1.1.2 root 20:
1.1.1.21! root 21: <dt>1.4.0 (2025/03/30)
! 22: <dd><ul>
! 23: <li>vm(New): HD647180 ASCI (非同期シリアル) を実装。
! 24: <q>Implement HD647180 ASCI (Asynchronous Serial Communication Interface).</q>
! 25: <li>vm(Fix): X68030 キーボード LED の変更がソフトウェアキーボードに
! 26: 反映されないことがあったのを修正。
! 27: <q>Fix an issue that keyboard LED changes may not be reflected in the
! 28: software keyboard window on X68030.</q>
! 29: <li>host(New): ネットワークとシリアルのホストドライバの実行時切り替えを実装。
! 30: <q>Implement run-time switching of the network and serial host driver.</q>
! 31: <li>app(Update): <tt>hostcom-driver=cons</tt> を
! 32: <tt>hostcom-driver=console</tt> に変更。(<tt>cons</tt> も引き続き使用可能)
! 33: <q>Change <tt>hostcom-driver=cons</tt> to <tt>hostcom-driver=console</tt>
! 34: (<tt>cons</tt> is still available).</q>
! 35: <li>GUI(Fix): マウスモードを抜けてもタイトルが戻らない場合があったのを修正。
! 36: <q>Fix an issue that the title might not change after leaving mouse mode.</q>
! 37: <li>GUI(Fix): ステータスパネルの幅によっては不正終了していたのを修正。
! 38: <q>Fix abnormal terminations caused by status panel width.</q>
! 39: <li>GUI(Fix): ログモニタ表示中にフォントサイズ変更すると不正終了する場合が
! 40: あったのを修正。
! 41: <q>Fix an issue that changing the font size while the log monitor is
! 42: displayed might cause an abnormal termination.</q>
! 43: <li>GUI(Fix): ログモニタ、LCD モニタがフォントサイズ変更でレイアウトが
! 44: 崩れる場合があったのを修正。
! 45: <q>Fix an issue that changing the font size might break layout
! 46: on the log monitor and LCD monitor.</q>
! 47: <li>GUI(Fix): ウィンドウの描画で不正終了する可能性があったのを修正。
! 48: <q>Fix several issues that drawing window might cause abnormal termination.</q>
! 49: <li>GUI(Fix): メモリモニタのボタンサイズを調整。
! 50: <q>Adjust button size on the memory monitor.</q>
! 51: <li>GUI(Update): メイン画面縮小時のレイアウトを調整。
! 52: <q>Adjust main window layout when the window is shrunk.</q>
! 53: <li>GUI(Update): メモリモニタ、ビットマップモニタの初期サイズを調整。
! 54: <q>Adjust initial size of memory monitorand bitmap monitor.</q>
! 55: <li>GUI(Update): メモリモニタ、ログモニタ、履歴モニタ、ベクタモニタの
! 56: ウィンドウの伸縮を1行単位に変更。
! 57: <q>Adjust window stretch of memory monitor, log monitor, history monitor
! 58: and vector monitor.</q>
! 59: </ul><p>
! 60:
1.1.1.20 root 61: <dt>1.3.0 (2025/02/26)
62: <dd><ul>
63: <li>vm(New): VirtIO SCSI を実装。
64: <q>Implement VirtIO SCSI.</q>
65: <li>vm(New): X68030 MFP のタイマー割り込みを実時間同期モードに対応。
66: <q>X68030 MFP timer interrupts now support real-time synchronization.</q>
67: <li>vm(New): NWS-1750 のシステムタイマー割り込みを実時間同期モードに対応。
68: <q>NWS-1750 system timer interrupt now supports real-time synchronization.</q>
69: <li>vm(Update): X68030 MFP のフリーランタイマーはイベントを使わないように変更。
70: <q>X68030 MFP free-run timer now doesn't use scheduler events.</q>
71: <li>vm(Fix): (virt-m68k で) メモリ 2GB 以上の指定がエラーになっていたのを修正。
72: <q>Fix an issue that specifying 2GB or more of memory would cause an error
73: (on virt-m68k).</q>
74: <li>vm(Fix): X68030 の JP キーボードモードで SHIFT
75: キー押下で高速モードが解除されなかった問題を修正。
76: <q>Fix an issue that full speed mode could not be relased by pressing
77: SHIFT key in X68030 JP keyboard mode.</q>
78: <li>vm(Fix): SCSI デバイスが RST をアサートしたらバスフリーフェーズに移行するよう修正。
79: <q>Fix to transition to bus free phase when a SCSI device asserts RST.</q>
80: <li>vm(Fix): SCSI デバイスモニタで 10GB 以上の容量が正しく表示できていなかったのを修正。
81: <q>Fix an issue that the disk size over 10GB was not displayed correctly
82: on SCSI device monitor.</q>
83: <li>m68k(Update): 68040 のテーブルサーチ処理をいろいろ改善。
84: <q>Make various improvements to 68040 table search processing.</q>
85: <li>m68k(Update): 68040 の命令サイクル数をなんとなく近づける。
86: <q>Improve almost 68040 instruction cycles somewhat closer.</q>
87: <li>m68k(Fix): 68030 の命令サイクル数をいろいろ修正、あるいは実装。
88: <q>Improve or implement some 68030 instruction cycles.</q>
89: <li>m68k(Fix): MPU が 68040 だと例外履歴で IOCS コールを認識できていなかったのを修正。
90: <q>Fix an issue that the exception history could not detect the IOCS call on 68040.</q>
91: <li>m68k(Update): 例外履歴を Human68k の DOS コールに対応。
92: <q>The exception history now supports Human68k DOS calls.</q>
93: <li>m88k(Fix): ver 0.7.2 以降、メインメモリ以外へのアクセスが失敗するケースがあったのを修正。
94: <q>Fix an issue that access to devices other than main memory may fail
95: since ver 0.7.2.</q>
96: <li>host(Fix): ユーザモードネットワークで
97: ルータのリンクローカルアドレスへの ICMPv6 Echo Request
98: パケットをドロップしていたのを修正。
99: <q>Fix an issue dropping ICMPv6 Echo Request packet to router's link local
100: address on the usermode network.</q>
101: <li>app(New): (X68030 に) --fd0, --fd1 オプションを実装。
102: <q>Support --fd0, --fd1 options for X68030.</q>
103: <li>GUI(Fix): NWS-1750、virt-m68k のメニューからソフトウェアキーボードウィンドウを削除。
104: <q>Remove incorrect software keyboard window from the menu
105: on NWS-1750 and virt-m68k.</q>
106: <li><span class="strike">vm(Update): virt-m68k のパフォーマンス測定ギミックを
107: VirtIONet から GFTTY に変更。
108: <q>Change performance measurement gimic on virt-m68k from VirtIONet to GFTTY.</q></span>
109: </ul></p>
110:
1.1.1.19 root 111: <dt>1.2.0 (2025/01/26)
112: <dd><ul>
113: <li>host(New): ホストネットワークドライバに usermode (SLIRP) をサポート。
114: <q>Add a usermode (SLIRP) to host network driver.</q>
115: <li>host(Update): <tt>hostnet-driver</tt> の値 <tt>auto</tt> の動作を変更。
116: <q>Change the behavior when <tt>hostnet-driver</tt> value is <tt>auto</tt>.</q>
117: <li>vm(Update): 高速モード動作中に CPU が STOP 状態になっても
118: X68030 の DMAC が動作中は高速モードを維持する。
119: <q>Even if the CPU goes into STOP state during full speed mode,
120: keep it if DMAC is active on X68030.</q>
121: <li>vm(Fix): X68030 の FDC がドライブセレクト信号の変化でポーリングを再開するよう修正。
122: <q>Fix problem that polling didn't resume when the drive select signal
123: changed.</q>
124: <li>vm(Fix): virtio_net がマルチキャストパケットを受信していなかったのを修正。
125: <q>Fix virtio_net not receiving multicast packets.</q>
126: <li>vm(Fix): Lance(AM7990) のマルチキャスト受信ハッシュを修正。
127: <q>Fix multicast hash on Lance(AM7990).</q>
128: <li>vm(Fix): RTL8019AS のマルチキャストハッシュを含む受信制御を修正。
129: <q>Fix RTL8019AS whole receiving algorithm including multicast hash.
130: <li>vm(New): RTL8019AS の RSR.PHY ビットを実装。
131: <q>Implement RSR.PHY bit on RTL8019AS.</q>
132: </ul></p>
133:
134: <dt>1.1.2 (2025/01/12)
135: <dd><ul>
136: <li>m68k(Fix): FMOVEM.X -(An),<fplist>、
137: FMOVEM.X <fplist>,(An)+ は挙動が観測できなくなったので不当命令に戻しました。
138: <q>Revert FMOVEM.X -(An),<fplist> and
139: FMOVEM.X <fplist>,(An)+ to the illegal instruction
140: because the behavior can no longer be observed.</q>
141: <li>m68k(Fix): FMOVE.X FPn,<ea> 付近の不当命令でフラグが変化していたのを修正。
142: <q>Fix that illegal instructions around FMOVE.X FPn,<ea> might
143: change FPSR.</q>
144: <li>m68k(Fix): ver 0.7.2 以降、68030 ATC で Modified ビットの処理が動作していなかったのを修正。
145: <q>Fix problem that 68030 ATC incorrectly operated Modified bit since ver 0.7.2.</q>
146: <li>m68k(Fix): ver 1.1.0 以降、CMP.[WL] An,Dn が逆アセンブルできなくなっていたのを修正。
147: <q>Fix disassemble of CMP.[WL] An,Dn since ver 1.1.0.</q>
148: <li>vm/human68k(Update): タイマー用のワークエリアを実装。
149: <q>Implement timer work area.</q>
150: <li>util/runx(Fix): バグ修正。
151: <q>Fix several problems.</q>
152: <li><span class="strike">m68k(Experimental): 68LC040 に対応。</span>
153: </ul><p>
154:
155: <dt>1.1.1 (2024/12/31)
156: <dd><ul>
157: <li>m68k(Fix): FABS、FNEG、FMOVE.D <ea>,FPn、FMOVE.X <ea>,FPn、
158: FMOVE.X FPn,<ea> 命令のフラグ変化を修正。
159: <q>Fix flags on FABS, FNEG, FMOVE.D <ea>,FPn, FMOVE.X <ea>,FPn
160: and FMOVE.X FPn,<ea>.</q>
161: <li><s>m68k(Update): 不当命令のはずの FMOVEM.X -(An),<fplist> の挙動を実装。
162: <q>Implement behaviors of FMOVEM.X -(An),<fplist>
163: that should be an illegal instruction.</q></s>
164: <li><s>m68k(Update): 不当命令のはずの FMOVEM.X <fplist>,(An)+ の挙動を一部実装。
165: <q>Implement a part of behaviros of FMOVEM.X <fplist>,(An)+
166: that should be an illegal instruction.</q></s>
167: <li>vm(Fix): ver 0.7.0 以降、X68030 でフロッピー2枚指定した状態で起動すると
168: IPLROM 画面でハングアップしていたバグを修正。
169: <q>Fix hangup problem when you insert two floppies on startup on X68030
170: since ver 0.7.0.</q>
171: <li>vm(Update): Human68k モードで IOCS _B_INTVCS に一部対応。
172: <q>Implement a part of IOCS _B_INTVCS on Human68k mode.</q>
173: <li>util(Update): runx で IOCS _B_INTVCS に一部対応。
174: <q>Implement a part of IOCS _B_INTVCS on runx.</q>
175: </ul>
176: <p>
177:
1.1.1.18 root 178: <dt>1.1.0 (2024/12/25)
179: <dd><ul>
180: <li>m68k(New): 68040 に対応開始。新設命令の一部と MMU/FPU くらい。
181: <q>Start implementing 68040. Currently, it supports some new instructions,
182: MMU and FPU.</q>
183: <li>m68k(New): (68030 の) cpSAVE、cpRESTORE の挙動を実装。
184: <q>Implement cpSAVE, cpRESTORE behavior on 68030.</q>
185: <li>m68k(Fix): FSAVE 命令のメモリへの書き出し順を修正。
186: <q>Fix the order that FSAVE writes to the memory.</q>
1.1.1.19 root 187: <li>m68k(Fix): FBcc、FDBcc、FScc、FTRAPcc のフラグ動作を修正。
188: <q>Fix flags on FBcc, FDBcc, FScc and FTRAPcc.</q>
1.1.1.18 root 189: <li>m68k(Fix): FDBcc の分岐アドレスの計算を修正。
190: <q>Fix branch address calculation on FDBcc.</q>
191: <li>m68k(Fix): FMOVE.X FPn,<ea> 命令の OVFL, UNFL フラグ変化を修正。
192: <q>Fix OVFL, UNFL flags on FMOVE.X FPn,<ea>.</q>
193: <li>m68k(Fix): FMOVE.[BW] FPn,<ea> 命令で FPn が範囲外の場合の結果を改善。
194: <q>Improve result of FMOVE.[BW] FPn,<ea> when FPn is out of range.</q>
195: <li>m68k(Fix): F ライン中の不当命令パターンで F ライン例外が起きないケースが
196: あったのを修正。
197: <q>Fix a problem that there were cases where F-line exception was not occurred
198: even if the F-line instruction pattern was illegal.</q>
199: <li>m68k(Fix): FPU リセット時のレジスタの初期化を実装。
200: <q>Implement that initialize FPU registers on the FPU reset.</q>
201: <li>m68k(Fix): RTE 命令と FRESTORE 命令がフォーマットエラー例外を起こすケースを実装。
202: <q>Implement a format error exception on RTE and FRESTORE.</q>
203: <li>m68k(Update): レジスタモニタに FPn の10進表記を実装。
204: <q>Implement the decimal representation of the FPn on the register monitor.</q>
205: <li>m68k(Update): 不当な EA を持つ命令は逆アセンブラで不当命令として表示する。
206: <q>If an instruction has an illegal EA, the debugger now shows it as
207: an illegal instruction.</q>
208: <li>m68k(Update): デバッガで FBcc、FDBcc、FScc、FTRAPcc の分岐情報表示に対応。
209: <q>The debugger now shows branch condition even on FBcc, FDBcc, FScc
210: and FTRAPcc.</q>
211: <li>hd64180(Fix): CPIR, CPDR, INIR, INDR, OTIR, OTDR 命令の動作を修正。
212: <q>Fix CPIR, CPDR, INIR, INDR, OTIR, OTDR instructions.</q>
213: <li>hd64180(Fix): 未定義命令トラップでスタックに積む内容が
214: 正しくないケースがあったのを修正。
215: <q>Fix contents that is pushed into the stack when the undefined opcode trap.</q>
216: <li>hd64180(Update): Z80 の未定義命令 SLL、LD IXr,n の逆アセンブルに対応。
217: <q>Supports disassemble of Z80's undefined opcode as SLL or LD IXr,n.</q>
218: <li>hd64180(New): 設定項目 <tt>xp-clock</tt> を追加。
219: <q>Add <tt>xp-clock</tt> configuration.</q>
220: <li>vm(New): virt-m68k (と NEWS) のシリアルコンソールの端末エミュレーションを実装。
221: <q>Implement a terminal emulation of serial console on virt-m68k (and NEWS).</q>
222: <li>vm(New): virt-m68k の BootInfo BI_COMMANDLINE を実装。
223: NetBSD/virt68k にルートデバイスを指定できるようになります。
224: <q>Implement BI_COMMANDLINE on BootInfo.
225: Now you can specify the root device to NetBSD/virt68k.</q>
226: <li>vm(Fix): SPC リセット時にキューをクリアする。
227: IPLROM 1.6 でリセット時に SASI 機と誤認されるケースがあったのが直ります。
228: <q>Clear the SPC's internal queue on the reset.</q>
229: <li>vm(Fix): virtio-net のリセット処理を実装。
230: <q>Implement a reset on virtio-net.</q>
231: <li>vm(Fix): Goldfish Timer のリセット以降タイマーが動作しない場合があったのを修正。
232: <q>Fix a problem that Goldfish Timer might not work after the reset.</q>
233: <li>vm(Fix): Goldfish PIC もリセット時にカウンタをクリアする。
234: <q>Clear the Goldfish PIC's monitor counter on the reset.</q>
235: <li>GUI(Fix): SPC モニタの X68030 のアドレスを修正。
236: <q>Fix SPC address label on X68030 SPC monitor.</q>
237: <li>GUI(Fix): ベクタテーブルモニタを virt-m68k に対応。
238: <q>Support virt-m68k on the vector table monitor.</q>
239: <li>GUI(Fix): 文字入力モードでカーソルキーが入力できないケースがあったのを修正。
240: <q>Fix a proiblem where cursor key input was sometimes not possible.</q>
241: </ul>
242: <p>
243:
1.1.1.17 root 244: <dt>1.0.0 (2024/10/31)
245: <dd><ul>
246: <li>m68k(New): データキャッシュを実装。
247: <q>Implement data cache.</q>
248: <li>vm(Update): バス構造を全面書き直し。
249: <q>Rewrite whole bus structure.</q>
250: <li>m68k(Update): FTRAPcc 命令を実装。
251: <q>Implement FTRAPcc instructions.</q>
252: <li>m68k(Fix): MOVE.W ea,CCR 命令が特権命令になっていなかったのを修正。
253: <q>Fix problem that MOVE.W ea,CCR instruction was not privileged.</q>
254: <li>m68k(Fix): キャッシュエントリクリア動作を修正。
255: <q>Fix cache entry clear operation.</q>
256: <li>m68k(Fix): 同じレジスタの (An)+ か -(An) が2回現れる命令で
257: バスエラーが起きた場合に RTE で回復できない可能性があるのを修正。
258: <q>Fix problem that RTE instruction may not be able to recover from a bus error
259: if it occurred on an instruction which
260: accesses the same register's (An)+ or -(An) twice.</q>
261: <li>m68k(Fix): リセット例外以外の例外ベクタをデータ空間から取得するよう修正。
262: <q>Fix problem that some exception vector was fetched from wrong
263: address space.</q>
264: <li>m68k(Fix): FPU なしの時にもモニタに FPU レジスタが表示されていたのを修正。
265: <q>Fix problem that 68030 register monitor displays FPU registers
266: even though no FPU.</q>
267: <li>vm(Update): LUNA-88K で Lance の未定義ポートへのアクセスを修正。
268: <q>Fix accessing to Lance's undefined port on LUNA-88K.</q>
269: <li>vm(Update): X68030 CRTC の未定義ポートへのアクセスを修正。
270: <q>Fix accessing to CRTC's undefined port on X68030.</q>
271: <li>vm(Update): Human68k モードに DOS コールをいくつか追加。
272: fputest.x (0.17.* 以降) が動作するようになりました。
273: <q>Implement several DOS calls on Human68k mode.
274: Now you can run fputest.x (0.17.* and later) on it.</q>
275: <li>vm(Fix): VirtIO Network のデバイスリセットを修正。
276: <q>Fix a device reset on VirtIO Network device.</q>
277: <li>vm(Fix): X68030 DMAC の一部のレジスタのワードアクセスを修正。
278: <q>Fix a word access to some DMAC registers on X68030.</q>
279: <li>vm(Fix): 設定項目 <tt>mpu-clock</tt>
280: の小数点以下3桁目が正しく指定できない場合がある問題を修正。
281: <q>Fix problem that the third decimal place of configuration item
282: <tt>mpu-clock</tt> may not be able to specified correctly.</q>
283: <li>vm(Fix): X68030 の CTRL+OPT.1+DEL 入力で不正終了する可能性があるのを修正。
284: <q>Fix possibility of an abnormal termination on CTRL+OPT.1+DEL input
285: on X68030.</q>
286: <li>vm(Fix): X68030 フロッピーのモーター回転中の再アクセスが出来ない問題を修正。
287: <q>Fix problem that you could not access the floppy again while
288: the motor is on on X68030.</q>
289: <li>app(Update): <tt>-H</tt> オプション指定時は <tt>-c</tt> を省略可能にする。
290: <q>Make <tt>-c</tt> optional when <tt>-H</tt> is specified.</q>
291: <li>GUI(Fix): パフォーマンスカウンタを 100倍速以上の表示に対応。
292: <q>Support display of 100x speed or more on performance counter.</q>
293: <li>util(New): runx を実装。
294: instructiontest.x と fputest.x (0.16.* 以前および 0.17.* 以降) が実行できます。
295: <q>Implement runx.
296: It can run instructiontest.x and fputest.x (before 0.16.* and after 0.17.*).</q>
297: </ul>
298: <p>
299:
300: <dt>0.7.3 (2024/07/03)
301: <dd><ul>
302: <li>vm(Fix): LUNA-88K のリセットでスケジューラが停止する場合がある問題を修正。
303: <q>Fix problem that resetting on LUNA-88K sometimes stops the scheduler.</q>
304: <li>vm(Fix): MSX-DOS モードが ver 0.7.0 以降即終了していた問題を修正。
305: <q>Fix problem that MSX-DOS mode immediately exits since er 0.7.0.</q>
306: <li>vm(Fix): LUNA-I の実機 PROM から SPC へのアクセスが ver 0.7.0
307: 以降正しく行えていなかったのを修正。
308: <q>Fix problem that the real PROM image could not access SPC correctly on
309: LUNA-I since ver 0.7.0.</q>
310: <li>vm(Fix): 起動時に windrv-path で指定したディレクトリがない場合はエラーにする。
311: <q>Make an error if the directory specified by windrv-path does not exist
312: on startup.</q>
313: <li>vm(Fix): レンダラが過剰に動作していたのを修正。
314: <q>Fix problem that the renderer runs excessively.</q>
315: <li>vm(New): X68030 のコントラスト処理を aarch64 の NEON に対応。
316: <q>X68030 Contrast rendering now can use NEON on aarch64.</q>
317: <li>vm(New): SSG (YM2149) をレジスタアクセスだけ実装 (まだ何も動きません)。
318: <q>Implement SSG (YM2149) registers only (It doesn't work yet).</q>
319: <li>vm(Update): メイン画面の拡大縮小をレンダラスレッドで行うように変更。
320: <q>Mainview scaling is now done by the renderer thread.</q>
321: <li>vm(Update): SPC モニタにレジスタのアドレスを表示。
322: <q>Display register addresses on the SPC monitor.</q>
323: <li>vm(Update): SCSI の内部構造を変更。外部動作は変更ないはず。
324: <q>Change several SCSI internal structures.
325: No functional changes intended.</q>
326: <li>vm(Update): その他動作に影響ないはずの変更や修正をいろいろ。
327: <q>Various internal improvements. No functional changes intended.</q>
328: <li>m68k(Update): ATC のライン数を 22 本に戻す。パフォーマンスは約2%改善。
329: <q>Put back the number of ATC lines to 22. It improves the performance
330: about 2%.</q>
331: <li>GUI(New): アクセス状況モニタをグラフィカルに。
332: <q>Make the access status monitor graphical.</q>
333: <li>GUI(Update): ビットマップ全般の内部構造を変更。外部動作は変更ないはず。
334: <q>Change whole bitmap internal structures. No functional changes intended.</q>
335: <li>GUI(Update): プリセット倍率での拡大縮小処理を 3-5 倍高速化。
336: <q>Improve scaling performance at preset magnification by 3-5 times.</q>
337: <li><span class=strike>vm(New): CPU アフィニティの設定を可能にする(デバッグ評価用)
338: <q>Allow CPU affinity configuration for debugging and evaluation.</q></span>
339: </ul>
340: <p>
341:
342: <dt>0.7.2 (2024/05/11)
343: <dd><ul>
344: <li>m68k(Update): ATC および TT サーチのパフォーマンスを約10%改善。
345: <q>Improve ATC and TT search performance about 10%.</q>
346: <li>vm(Update): LUNA、virt-m68k でバースト転送をサポートし、
347: パフォーマンスを m68k で約6-10%程度、m88k で約3%改善。
348: (X68030 は本体回路がバースト転送をサポートしていません)
349: <q>Implement a burst transfer on LUNA and virt-m68k.
350: It improves the performance of m68k by about 6-10% and m88k by about 3%.
351: (X68030 hardware doesn't support the burst transfer)</q>
352: <li>vm(Update): virt-m68k 全体と virtio-block のパフォーマンスもわずかに改善。
353: <q>Improve performance of whole virt-m68k and virtio-block slightly.</q>
354: <li>vm(Update): スケジューラモニタと 88100 レジスタモニタを調整。
355: <q>Minor adjustment for scheduler monitor and 88100 register monitor.</q>
356: <li>vm(Update): X68030 のアクセス状況モニタを他機種と統一するため
357: 2MB/char に変更。
358: <q>Change unit to 2MB/char on X68030 access stat monitor
359: to be consistent with other VMs.</q>
360: <li><span class="strike">vm(New): virt-m68k のパフォーマンス測定ギミックを実装。
361: <q>Implement performance measurement gimic on virt-m68k.</q></span>
362: <li><span class="strike">m68k(Fix): ver 0.6.3 以降「VM 再実行」で終了するケースがあったのを修正。
363: <q>Fix problem that "Restart VM" sometimes causes app termination
364: since ver 0.6.3.</q></span>
365: </ul>
366: <p>
367:
368: <dt>0.7.1 (2024/03/28)
369: <dd><ul>
370: <li>m88k(Update): m88100、m88200 に適切なマスクバージョンを設定。
371: OpenBSD/luna88k が1〜2割高速になります。
372: <q>Set good m88100, m88200 mask version.
373: It makes OpenBSD/luna88k faster 10~20%.</q>
374: <li>vm(Update): virt68k の機種名を virt-m68k に変更
375: (従来の vmtype=virt68k も使えます)。
376: <q>Change canonical machine name from virt68k to virt-m68k.
377: (vmtype=virt68k can also be used.)</q>
378: <li>vm(Update): VirtIO の間接ディスクリプタを実装。
379: <q>Support VirtIO's indirect descriptor.</q>
380: <li>vm(Update): VirtIO Network のキューサイズを調整。
381: <q>Adjust VirtIO Network's queue size.</q>
382: <li>vm(New): VirtIO Entropy デバイスを実装。
383: <q>Implement VirtIO Entropy device.</q>
384: <li>vm(Fix): Goldfish Timer で過去の時刻が指定された場合に即割り込みを
385: 上げるよう修正。
386: <q>Fix Goldfish timer to raise an interrupt immediately
387: if the specified time is in the past.</q>
388: <li>vm(Fix): X68030 CRTC アクセスが ver 0.7.0 以降壊れていたのを修正。
389: <q>Fix CRTC accesses on X68030 broken since ver 0.7.0.</q>
390: </ul>
391: <p>
392:
393: <dt>0.7.0 (2024/02/21)
1.1.1.16 root 394: <dd><ul>
395: <li>vm(New): virt68k をサポート開始。
396: <q>Start to support virt68k.</q>
397: <li>vm(Fix): Nereid イーサネットボード2枚モードで
398: 割り込みアクノリッジが正しく処理されないのを修正。
399: <q>Fix problem that the interrupt acknowledge didn't handle correctly
400: when two Nereid boards are installed simultaneously.</q>
401: <li>vm(Fix): リセット時にいくつかのデバイスでスプリアス割り込みが起きる場合があったのを修正。
402: <q>Fix several spurious interrupts on resetting on various devices.</q>
403: <li>vm(Fix): X68030 SCC の MIE を実装。
404: <q>Implement MIE on X68030 SCC.</q>
405: <li>vm(Fix): X68030 MFP でタイマー開始時に TxDR を更新しないよう修正。
406: <q>Fix not to update TxDR on starting the timer on X68030 MFP.</q>
407: <li>vm(Fix): X68030 CRTC のアクセスを色々改善。
408: <q>Fix several accesses to CRTC on X68030.</q>
409: <li>vm(Update): バスアクセス全体を色々整理中。
410: デバイスのウェイトが意図的に、あるいは意図せず変わっているかも知れません。
411: <q>Fix and rearrange whole bus access.
412: Some device wait may be changed intentionally or unintentionally.</q>
413: <li>vm(Update): 全機種の電源デバイスを整理。
414: <q>Rearrange the power devices on all architecture.</q>
415: <li>app(New): 画面レンダリングを amd64 の AVX2 に対応。
416: <q>Graphic rendering now can use AVX2 on amd64.</q>
417: <li>app(Update): -X は -H なしだと引数1つだけを受け取るように変更。
418: <q>-X option is changed to accept only one argument if -H is not specified.</q>
419: <li>app(Update): 設定項目に exec-file, exec-arg を追加。
420: <q>Configuration item exec-file and exec-arg are added.</q>
421: <li>app(Update): オプション --initrd と設定項目 exec-initrd を追加。
422: <q>--initrd option and configuration item exec-initrd are added.</q>
423: <li>app(Update): 設定ファイル中のパスの '~' をホームディレクトリに置換する。
424: <q>Path beginning of '~' in the configuration file is replaced to the
425: home directory.</q>
426: <li>app(Fix): -X が指定されても -Lhelp が表示できるよう修正。
427: <q>-Lhelp can be displayed even if -X is specified.</q>
428: <li><span class=strike>debugger(Update): dt、mt コマンドを廃止。</span>
429: </ul>
430: <p>
431:
432: <dt>0.6.4 (2023/12/28)
433: <dd><ul>
434: <li>vm(New): X68030 に Windrv 互換デバイスを実装。
435: Human68k からホストのディレクトリが見えるようになります。
436: <q>Implement a Windrv compatible device on X68030.
437: You can access a host directory via the device on Human68k.</q>
438: <li>vm(New): X68030 のコントラスト設定を実装。
439: <q>Implement a contrast feature on X68030.</q>
440: <li>vm(Update): X68030 で SPC のキューが一杯で書き込みが待たされるのを実装。
441: Human68k から SCSI メディアに書き込みが出来るようになります。
442: <q>Implement that writing to the SPC is made to wait if the internal
443: queue is full. You can write a SCSI media on Human68k.</q>
444: <li>vm(Update): X68030 DMAC からのアクセスに FC (ファンクションコード) を反映。
445: <q>DMAC now uses FC (Function Code) to access on X68030.</q>
446: <li>vm(Update): JP キーボードモードでホストの [PageUp]、[PageDown]、[End]
447: キーを X68030 の [ROLL UP]、[ROLL DOWN]、[UNDO] キーに対応。
448: <q>Connect the host's [PageUp], [PageDown] and [End] key to guest's
449: [ROLL UP], [ROLL DOWN] and [UNDO] key respectively on X68030.
450: <li>vm(Fix): X68030 で SCC、FDC、SPC、Nereid
451: が正しくリセットされていなかったのを修正。
452: <q>Fix the problem that SCC, FDC, SPC and Nereid are not reset
453: correctly on X68030.</q>
454: <li>vm(Fix): X68030 の CIIN 信号線の条件が誤っていたので修正。
455: <q>Fix a CIIN condition on X68030.</q>
456: <li>vm(Fix): X68030 の $ED0000..$EDFFFF がユーザアクセス可能だったのを修正。
457: <q>Fix $ED0000..$EDFFFF was user-accessible on X68030.</q>
458: <li>vm(Fix): X68030 マウスのデータ送出タイミングを調整。影響はないはず。
459: <q>Fix timing that mouse sends its data on X68030.
460: It should not affect anything.</q>
1.1.1.17 root 461: <li>m68k(Update): m68k コアのパフォーマンスを改善しました。
462: <q>Improve m68k core performance.</q>
1.1.1.16 root 463: <li>GUI(New): メニューを再編して、
464: 「デバイス > 操作」の一部と旧「ファイル」を「VM」に統合。
465: <q>Rearrange menus. A part of "Device > Operation" and old "File"
466: menus are integrated into"VM".</q>
467: <li>GUI(New): X68030 のメニューに「CTRL+OPT.1+DEL を送信」を追加。
468: <q>Add "Send CTRL+OPT.1+DEL" menu on X68030.</q>
469: <li>GUI(Fix): 0.6.3 以降、
470: ログレベル設定ウィンドウを開くと不正終了していたのを修正。
471: <q>Fix an abnormal termination when open the loglevel setting window
472: since 0.6.3.</q>
473: <li>debugger(Fix): コマンドラインオプション -b の引数が16進数として処理できない場合に不正終了していたのを修正。
474: <q>Fix an abnormal termination when the argument of command line option
475: <tt>-b</tt> cannot be parsed as a hexadecimal number.</q>
476: <li><span class="strike">debugger(New): --bi-exg オプションを実装。</span>
477: </ul><p>
478:
479: <dt>0.6.3 (2023/11/30)
480: <dd><ul>
481: <li>m68k(New): 命令キャッシュを実装。
482: X68030 IPL の MPU クロック表示が正しく表示されるようになります。
483: <q>Implement an instruction cache.
484: Finally X68030 IPL can display correct MPU clock speed.</q>
485: <li>vm(New): X68030 のエリアセット、拡張エリアセットをたぶん実装。
486: <q>Implement areaset and extended areaset features on X68030.</q>
487: <li>vm(New): X68030 の FC2 ピンを切断するオプションを実装。
488: <q>Implement an option whether to cut FC2 or not on X68030.</q>
489: <li>vm(New): X68030 システムポートモニタを実装。
490: <q>Implement a system port monitor on X68030.</q>
491: <li>vm(New): アクセス状況モニタを実装。
492: <q>Implement an access status monitor.</q>
493: <li>vm(Update): LUNA-I で実機 PROM イメージを使う場合のメモリ上限を
494: 255MB に制限する。
495: <q>Restrict memory size to 255MB when using PROM image on LUNA-I.</q>
496: <li>vm(Update): LUNA-I, LUNA-88K のメモリ上限、
497: X68030 の拡張メモリの上限を 512MB に変更。
498: <q>Change memory size limit to 512MB on LUNA-I, LUNA-88K and X68030.</q>
499: <li>m68k(Fix): バスエラーハンドラ起動中のアドレスエラーが二重バスフォールトに
500: ならなかったのを修正。
501: <q>Fix the problem that an address error while executing bus error handler
502: does not cause double bus fault.</q>
503: <li>vm(Fix): LUNA-88K の XP プロセッサの割り込みレベルを修正。Issue#131
504: <q>Correct interrupt levels from XP Processor on LUNA-88K.</q>
505: <li>GUI(Fix): ビットマッププレーンモニタが 256色モードに対応していなかった
506: のを修正。Issue#133
507: <q>Fix the problem that the bitmap plane monitor did not support
508: 256-color mode.</q>
509: <li>build(Fix): util/mkcgrom を OpenBSD でのビルドに対応。
510: <q>Make util/mkcgrom buildable on OpenBSD.</q>
511: </ul>
512: <p>
513:
514: <dt>0.6.2 (2023/08/16)
515: <dd><ul>
516: <li>m88k(Fix): m88200 のアドレス変換がオフの場合でも暗黙 BATC を有効にする。
517: <q>Implement that hardwired BATCs are enable even if the address
518: translation is disabled on m88200.</q>
519: <li>m88k(Update): m88200 の BATC/PATC サーチのパフォーマンスを改善。
520: <q>Improve m88200 BATC/PATC search performance.</q>
521: <li>vm(Fix): リセット時に PEDEC の割り込みをクリアする。
522: <q>Negate PEDEC interrupts when resetting.</q>
523: <li>vm(Update): Nereid、Lance のマルチキャストフィルタを実装。
524: <q>Implement multicast filter on Nereid and Lance.</q>
525: <li>vm(Update): LUNA-I, LUNA-88K 内蔵 PROM のホストファイルの処理を再編。
526: <tt>--load-only</tt> オプションを廃止。
527: <q>Reorganize host file handling on LUNA-I/LUNA-88K internal PROM.
528: It obsoletes <tt>--load-only</tt> option.</q>
529: <li>build(Update): wxWidgets を 3.2 → 3.0 の順で探すように変更。
530: <q>Search wxWidgets 3.2, 3.0 in order.</q>
531: </ul>
532: <p>
533:
534: <dt>0.6.1 (2023/04/23)
535: <dd><ul>
536: <li>vm(Update): NWS-1750 の $e000'0000〜$efff'ffff
537: のうちデバイスのない領域をバスエラーにしないよう変更。
538: またそれに伴い、設定の <tt>xxx-news-sic-ignore</tt> を廃止。
539: <q>Change that access to the range from $e000'0000 to $efff'ffff
540: doesn't cause a bus error on NWS-1750.
541: Along with this, <tt>xxx-news-sic-ignore</tt> is obsoleted.</q>
542: <li>vm(Update): NWS-1750 の PROM エミュレーションに
543: TRAP#15 のダミーハンドラを実装。
544: <q>Implement dummy TRAP#15 handler on NWS-1750's PROM emulation.</q>
545: <li>GUI(New): NEWS のデバイスマップモニタを実装。
546: <q>Implement NEWS' device map monitor.</q>
547: <li>GUI(Fix): ver 0.6.0 で一部のモニタがメニューからなくなっていたのを修正。
548: <q>Fix problem that some monitors are not shown in menu since ver 0.6.0.</q>
549: </ul>
550: <p>
551:
552: <dt>0.6.0 (2023/03/22)
1.1.1.15 root 553: <dd><ul>
554: <li>vm(New): Nereid 拡張ボードのバンクメモリとイーサネット(RTL8019AS)を実装。
555: <q>Implement a bank memory and ethernet (RTL8019AS) of Nereid expansion
556: board.</q>
557: <li>vm(Fix): X68030 で -X オプションで起動した時の割り込みレベルを修正。
558: <q>Fix an interrupt level when -X option is used in X68030.</q>
559: <li>debugger(Update): 例外履歴を X68030 の IOCS コールに対応。
560: <q>Support X68030 IOCS call in the exception history.</q>
561: </ul>
562: <p>
563:
1.1.1.16 root 564: <dt>0.5.1 (2023/02/12)
1.1.1.15 root 565: <dd><ul>
566: <li>vm(Fix): X68030 拡張メモリがない領域がバスエラーにならないよう修正。
567: <q>Fix a bus error in areas with no extended memory in X68030.</q>
568: <li>vm(Update): HD647180 の DAA 命令を実装。
569: <q>Implement DAA instruction on HD647180.</q>
570: <li>debugger(Fix): HD647180 リセット状態中にセットしたブレークポイントが
571: 効かなかったのを修正。
572: <q>Fix breakpoints set while HD647180 is in reset state not working.</q>
573: <li>GUI(New): デバイスマップモニタを実装。
574: <q>Implement a device map monitor.</q>
575: <li>GUI(Update): DIPSW ウィンドウのスイッチをフォントサイズに連動させる。
576: <q>Link control size with font size, on DIPSW window.</q>
577: <li>GUI(Fix): ビットマップモニタウィンドウを24ドットフォントに対応。
578: <q>Support 24 dot fonts in a bitmap monitor window.</q>
579: <li>GUI(Fix): ビットマップモニタウィンドウをリサイズすると不正終了する
580: 場合があったのを修正。
581: <q>Fix an abnormal termination when a bitmap monitor window is resized.</q>
582: </ul>
583: <p>
584:
585:
1.1.1.16 root 586: <dt>0.5.0 (2023/01/25)
1.1.1.14 root 587: <dd><ul>
588: <li>vm(New): HD647180 を実装開始。とりあえず動く程度。
589: <q>Start to implement HD647180.</q>
590: <li>vm(New): X68030 拡張メモリを実装。
591: <q>Implement X68030 extended memory.</q>
592: <li>vm(Fix): SPC の DREG バッファフルで書き込みを行うと不正終了していたのを修正。
593: <q>Fix an abnormal termination on writing to DREG when buffer full in SPC.</q>
594: <li>m68k(Update): m68030 のパフォーマンスを改善。
595: <q>Improve performance of m68030.</q>
596: <li>debugger(Fix): BS 入力に対応。
597: <q>Fix BackSpace input.</q>
598: <li>GUI(Update): モニタメニューを再編。
599: <q>Reorganize monitor menu.</q>
600: <li>GUI(Update): 設定で指定されたスケールとモニタ更新レートをメニューに追加。
601: <q>Add mainview scale specified in configuration and monitor rate to menu.</q>
602: <li>GUI(Fix): メモリダンプウィンドウを24ドットフォントに対応。
603: <q>Support 24 dot fonts in memory dump window.</q>
604: <li>app(New): --create-sram オプションを実装。
605: <q>Implement --create-sram option.</q>
606: <li>app(New): 設定ファイル ~/.nono.cfg も読み込むようにする。
607: <q>Support configuration file ~/.nono.cfg.</q>
608: <li>app(Update): 設定項目 <tt>fast-mode</tt>、<tt>monitor-fontsize</tt>、
609: <tt>mainview-scale</tt> を実装。
610: <li>app(Update): -Mmemdump に表示形式指定を実装。
611: <q>Support display format specification in -Mmemdump.</q>
612: </ul>
613: <p>
614:
1.1.1.16 root 615: <dt>0.4.4 (2022/10/27)
1.1.1.14 root 616: <dd><ul>
617: <li>vm(New): LUNA の 8bpp ボードに仮対応。
618: <q>Support 8bpp board on LUNA provisionally.</q>
619: <li>vm(Fix): 設定項目 <tt>xxx-news-sci-ignore</tt> を <tt>xxx-news-sic-ignore</tt> に変更。
620: <q>Change configuration item name from <tt>xxx-new-sci-ignore</tt> to
621: <tt>xxx-new-sic-ignore</tt>.</q>
622: <li>vm(Fix): NWS-1750 の RAM が一部で配置されていなかったのを修正。
623: <q>Fix a problem that RAM is not placed correctly.</q>
624: <li>vm(Fix): X68030 のパレットレジスタへのアクセスを修正。
625: <q>Fix an access to X68030 palette registers.</q>
626: <li>m88k(Update): m88k コアのパフォーマンスを約 3% 改善。
627: <q>Improve m88k core performance about 3%.</q>
628: <li>debugger(Fix): メモリブレークポイントが 0番地でも動作するよう修正。
629: <q>Memory break point now works even on address 0.</q>
630: <li>host(Fix): ホストシリアルコンソールにペーストとかすると内部キューが
631: あふれていたのを修正。
632: <q>Fix a queue overflow when many characters are pasted to the host
633: serial console at a time.</q>
634: <li>GUI(New): メインウィンドウの表示倍率 x1.5, x2.0 を実装。
635: <q>Implement x1.5 and x2.0 scale on the main window.</q>
636: <li>GUI(New): フォントサイズ 24 を追加。
637: <q>Add fontsize 24.</q>
638: <li>GUI(New): 前面 LCD ウィンドウおよび LCD キャラクタモニタの大きさを
639: フォントサイズと連動させる。
640: <q>Link the front LCD window size and LCD charactor monitor size
641: to font size.</q>
642: <li>GUI(New): Bt454/458 モニタをビデオモニタから独立。
643: <q>Split the Bt454/458 monitor from video monitor.</q>
644: <li>GUI(New): パレットモニタを実装。
645: <q>Implement a palette monitor.</q>
646: <li>GUI(New): DIPSW 設定ウィンドウを実装。
647: <q>Implement DIPSW setting window.</q>
648: <li>GUI(New): メモリの編集機能を実装。
649: <q>Implement memory edit.</q>
650: <li>GUI(New): 逆アセンブラモニタを実装。
651: <q>Implement disassemble monitor.</q>
652: <li>GUI(Update): メモリダンプモニタに表示形式の切り替えを実装。
653: MMU ディスクリプタの表示に対応。
654: <q>Implement output format selector on the memory dump monitor,
655: and support MMU descriptor.</q>
656: <li>GUI(Update): メモリダンプモニタに1行移動ボタンを追加。
657: <q>Implement one line up/down button on the memory dump monitor.</q>
658: <li>GUI(Update): メモリダンプモニタをマウスホイールに対応。
659: <q>Support mouse wheel on the memory dump monitor.</q>
660: <li>GUI(Update): GTK コントロールは GTK パネルの上に置くように変更。
661: GTK 側のテーマ変更に対応するため。
662: <q>Place a GTK control on the GTK panel correctly.</q>
663: <li>GUI(Update): デフォルトカタログを読み込まないように変更。
664: 一部のメッセージだけ(意図せず)翻訳された状態になるため。
665: <q>Don't load the default catalog.
666: Because it contains unintended translation.</q>
667: <li>build(New): wxWidgets-3.2 系でのビルドに対応。
668: <q>Support wxWidgets 3.2 series.</q>
669: </ul>
670: <p>
671:
1.1.1.16 root 672: <dt>0.4.3 (2022/08/27)
1.1.1.14 root 673: <dd><ul>
674: <li>m68k(Fix): PTESTR/PTESTW 命令のレベル0、レベル7 を実装。
675: <q>Implement case level 0 and level 7 of PTESTR/PTESTW instructions.</q>
676: <li>m68k(Fix): TT0/1 レジスタの R/W ビットが指定された時の動作を修正。
677: <q>Fix match behavior when R/W bit are set on TT0/1 registers.</q>
678: <li>m68k(Fix): ダブルバスフォールトでアプリケーションが応答出来なくなっていたのを修正。
679: <q>Fix that an application becomes inoperable on double bus fault in VM.</q>
680: <li>m88k(Fix): 疑似 STOP の動作を改善。
681: <q>Improve pseudo STOP behaviors.</q>
682: <li>vm(Update): LUNA-88K 内蔵 PROM の GETC/PUTC を(まじめに)実装。
683: <q>Implement GETC/PUTC routines on LUNA-88K's internal PROM.</q>
684: <li>vm(New): NWS-1750 をサポートしてみるネタ。
685: <q>Support NWS-1750. It's just a joke.</q>
686: </ul>
687: <p>
688:
1.1.1.16 root 689: <dt>0.4.2 (2022/08/03)
1.1.1.14 root 690: <dd><ul>
691: <li>vm(Update): LUNA-88K のメモリマップを実機に近づける。
692: <q>Improve a memory map on LUNA-88K.</q>
693: <li>vm(Update): LUNA キーボードブザーの処理を改善。
694: ソフトウェアキーボードにインジケータを実装。
695: <q>Improve a keyboard buzzer handling on LUNA.
696: Implement the buzzer indicator on the software keyboard window.</q>
697: <li>vm(Update): LUNA-88K で PROM 1.20 使用時はメモリ上限を 240MB に制限する。
698: ROM コードの制約のため。
699: <q>Limit maximum ram size to 240MB when using PROM 1.20 on LUNA-88K
700: due to PROM code constraint.</q>
701: <li>vm(Update): TVRAM で水平スクロールが右にはみ出した時の挙動をたぶん実装。
702: <q>Implement behaviors when TVRAM scroll protrudes to the right, probably.</q>
703: <li>vm(Fix): RFCNT の水平スクロール量を実機に合わせて修正。
704: <q>Fix a horizontal scroll amount of RFCNT to match real machine.</q>
705: <li>m88k(Fix): m88200 キャッシュのライン無効化時のアドレスマスクを修正。
706: <q>Fix an address mask when m88200 invalidates cache line.</q>
707: <li>m88k(Fix): 書き込みでキャッシュエントリ作成時のキャッシュステータスを修正。
708: <q>Fix cache status when m88200 creates cache entry for writing.</q>
709: <li>debugger(Update): 例外履歴に非公式 NetBSD/luna88k のシステムコールを追加。
710: <q>Add unofficial NetBSD/luna88k system call to the exception history.</q>
711: <li>app(Update): -X オプションで NetBSD カーネルのシンボル読み込みに対応。
712: <q>-X option supports loading symbol tables in NetBSD kernel.</q>
713: <li>app(Fix): デバッガ使用時にアプリケーションが終了できない場合があったのを修正。
714: <q>Fix a problem that application may not be able to be terminated
715: when debugger is used.</q>
716: <li>app(Fix): Ctrl+Q でアプリケーションが終了してしまうのを修正。
717: <q>Fix a silent termination when Ctrl+Q is entered.</q>
718: </ul>
719: <p>
720:
1.1.1.16 root 721: <dt>0.4.1 (2022/07/24)
1.1.1.14 root 722: <dd><ul>
723: <li>vm(Fix): X68030 システムポートの電源オフ制御ポートに4回以上書き込んだ時に
724: 不正終了していたのを修正。
725: <q>Fix a problem that writing power-off control on the system port 4 or more
726: times causes an abnormal termination on X68030.</q>
727: <li>vm(Fix): CMMU のログ表示で不正終了していた問題を修正。
728: <q>Fix an abnormal termination on CMMU log.</q>
729: <li>vm(Fix): LUNA の ROM エミュレーション使用時にメニューの
730: 「Press Power Button」で即電源が落ちるようになっていたのを修正。
731: <q>Fix a problem that selecting "Press Power Button" menu when using
732: LUNA ROM emulation causes a silent termination.</q>
733: <li>vm(Fix): LUNA-88K ROM エミュレーションで
734: キー入力によりハングアップする場合があったのを修正。
735: <q>Fix a problem that may hang on keystrokes on LUNA-88K ROM emulation.</q>
736: <li>vm(Fix): LUNA でブザー発声中に再度ブザーコマンドが来ると
737: 高速モードに戻れなくなっていた問題を修正。
738: <q>Fix a problem that the full speed mode is suppressed parmanently
739: when buzzer command is issued again during buzzer execution on LUNA.</q>
740: <li>vm(Update): BT454 設定値とホストカラーとのマッピングを少し明るく調整。
741: <q>Adjust color mappings between BT454 value and the host palette.</q>
742: <li>host(Fix): Ubuntu ホストで [_] キーが入力できなかったのを修正。
743: <q>Fix a problem that [_] key does not work on Ubuntu.</q>
744: <li>host(Fix): [F11] キーの入力が出来ていなかったのを修正。
745: <q>Fix a problem that [F11] key does not work.</q>
746: <li>GUI(Fix): サブウィンドウがメイン画面の中心にある時でも
747: マウスモードに入れるようにする。
748: <q>Entering the mouse mode now works even that some subwindows are
749: displayed on the center of the mainwindoiw.</q> (Issue#1)
750: <li>GUI(New): LUNA フレームバッファ/X68030 TVRAM モニタでピクセル情報を表示。
751: <q>Display the pixel information on LUNA Framebuffer/X68030 TVRAM monitor.</q>
752: <li>app(Update): -X で NetBSD/x68k カーネルの起動に対応。
753: <q>-X option supports booting NetBSD/x68k kernel.</q>
754: </ul></dd>
755: <p>
756:
757:
1.1.1.16 root 758: <dt>0.4.0 (2022/06/18)
1.1.1.13 root 759: <dd><ul>
760: <li>vm(New): X68030 FDC/FDD と 2HD/2HC フロッピーを実装。
761: <q>Implement FDC/FDD on X68030 and 2HD/2HC floppies.</q>
762: <li>vm(New): X68030 OPM レジスタの BUSY を実装。
763: <q>Implement a BUSY state on OPM Registers on X68030.</q>
764: <li>vm(New): X68030 DMAC をもう少し実装。
765: <q>Implement DMAC more.</q>
766: <li>vm(New): X68030 ROM ファイルの外部イメージパスを指定できるようにする。
767: <q>Support to specify external image path for X68030 ROM.</q>
768: <li>vm(New): X68030 ROM30 エミュレーションを実装。NetBSD/x68k が起動する程度で
769: Human68k は起動できない。
770: <q>Implement X68030 ROM30 Emulation.
771: It can boot NetBSD/x68k but not Human68k.</q>
772: <li>vm(New): X68030 CGROM 外部イメージに 6x12 フォントがない場合警告を出す。
773: <q>Warn if an external CGROM image doesn't contain 6x12 font on X68030.</q>
774: <li>vm(New): X68030 電源 LED と電源オフを実装。
775: <q>Implement power LED and power off on X68030.</q>
776: <li>vm(New): X68030 SRAM の RAM 容量欄を設定値と同期するオプションを実装。
777: <q>Implement an option that synchronize RAM size field in SRAM and actual RAM size on X68030.</q>
778: <li>vm(New): X68030 キーボードモニタ、TVRAM モニタを実装。
779: <q>Implement keyboard monitor and TVRAM monitor.</q>
780: <li>vm(Update): X68030 SRAM ファイル名を "SRAM.DAT" に変更。
781: <q>Change SRAM filename to "SRAM.DAT".</q>
782: <li>vm(Update): X68030 FPU 設定項目名を fpu-type に変更。
783: <q>Change configuration keyname of FPU to fpu-type.</q>
784: <li>vm(Update): X68030 CRTC モニタに一部のレジスタを追加。
785: <q>Add some registers to CRTC monitor on X68030.</q>
786: <li>vm(Fix): X68030 TVRAM のラスターコピーのタイミングとアクセス先を修正。
787: <q>Fix timing and destination address of TVRAM raster copy on X68030.</q>
788: <li>vm(Fix): X68030 SCC のレジスタアクセスを修正。
789: <q>Fix register access on SCC on X68030.</q>
790: <li>vm(Fix): X68030 SCC でビットレートをチャンネルごとに設定できるよう修正。
791: <q>Fix to allow SCC bit rate to be set for each channel on X68030.</q>
792: <li>vm(Fix): X68030 マウスボタンが左右逆だったのを修正。
793: <q>Fix reversed mouse buttons.</q>
794: <li>vm(Fix): X68030 本体の SCSI ID を 7 固定に変更。
795: <q>Change SCSI ID to be fixed to 7 on X68030.</q>
796: <li>vm(Update): 実時間の再同期を実装。
797: <q>Implement resynchronizing time.</q>
798: <li>m68k(Fix): 割り込みチェックのタイミングを修正。
799: <q>Fix timing that MPU checks interrupts.</q>
800: <li>GUI(New): LUNA フレームバッファ/X68030 TVRAM モニタに拡大機能を実装。
801: <q>Implement zoom in feature for LUNA Frame buffer/X68030 TVRAM monitor.</q>
802: <li>GUI(Fix): LUNA フレームバッファ/X68030 TVRAM モニタの最大サイズを正しく設定。
803: <q>Fix the maximum window size of LUNA Frame buffer/X68030 TVRAM monitor
804: window.</q>
805: <li>GUI(Fix): ベクタモニタのサイズを広げると死ぬ場合があったのを修正。
806: <q>Fix an abnormal termination on vector monitor.</q>
807: <li>GUI(Fix): 更新レートが低い場合にスクロールの描画も遅くなっていたのを修正。
808: <q>Fix drawing when update rate is low.</q>
809: <li>debugger(Fix): ver 0.3.0 以降 m68k でステップ実行中にリセット例外が起きた場合の動作を修正。
810: <q>Fix m68k step execution when a reset exception occurs since 0.3.0.</q>
811: <li>debugger(Fix): ver 0.3.0 以降 m88k でステップ実行した時の命令位置を修正。
812: <q>Fix m88k instruction pointer on step execution since 0.3.0</q>
813: <li>debugger(Update): ct コマンドを実装。
814: <q>Implement a ct command.</q>
815: <li>app(Fix): ver 0.2.6 以降アプリケーションが終了できない場合があったのを修正。
816: <q>Fix a problem that application may not be able to be terminated since
817: 0.2.6</q>
818: <li>app(Fix): マウスキャプチャが外れた場合に不正終了する場合があったのを修正。
819: <q>Fix an abnormal termination when mouse capture is released.</q>
820: </ul></dd>
821: <p>
822:
823:
1.1.1.12 root 824: <dt>0.3.0 (2022/04/30)
825: <dd><ul>
826: <li>m88k(Update): m88200 のパフォーマンスを改善。
827: <q>Improve performance of m88200.</q>
828: <li>m88k(New): m88200 の M バススヌープを実装。
829: <q>Implement M bus snooping of m88200.</q>
830: <li>m88k(Fix): BATC の一部のフラグが動作に反映されていなかった問題を修正。
831: <q>Fix a problem that some BATC flags were not reflected.</q>
832: <li>m68k(Fix): 割り込みタイミングを調整。
833: <q>Adjust minor interrupt timings.</q>
834: <li>m68k(Fix): リセット例外でフェッチした PC が奇数アドレスなら
835: ダブルバスフォールトにするところを実装 (ただし通常は起きない)。
836: <q>Implement double bus fault, which occurs when a reset exception fetches
837: odd address PC. (However, it does not usually occur)</q>
838: <li>vm(Update): VM スケジューラと CPU 駆動方法を全面改装。
839: <q>Rewrite VM scheduler and how to drive CPU completely.</q>
840: <li>vm(Update): VM 再起動で仮想時間をリセットする。
841: <q>Reset virtual time when VM is reset.</q>
842: <li>vm(New): FDC と OPM を少し実装。
843: NetBSD/x68k カーネルが fdc プローブを通過できるのと
844: HD 起動の Human68k が起動できる程度。
845: <q>Implement FDC and OPM a bit.
846: Now NetBSD/x68k kernel can pass probing fdc, and
847: Human68k can be booted from HD.</q>
848: <li>vm(New): SPC の DMA 転送を実装。NetBSD/x68k の CD 起動が可能。
849: <q>Implement DMA transfer to/from SPC.
850: Now NetBSD/x68k can be booted from CD.</q>
851: <li>vm(New): TVRAM のアクセスマスクを実装。
852: <q>Implement an access mask of TVRAM.</q>
853: <li>vm(Fix): ver 0.2.6 以降動作してなかったフレームバッファ(テキスト画面)
854: の横スクロールを復活。
855: <q>Revive horizontal scroll of frame buffer (text screen)
856: which is not worked since ver 0.2.6.</q>
857: <li>debugger(Fix): トレース表示でレジスタ値が更新されるよう修正。
858: <q>Fix a problem that register values are not updated if trace modifier
859: is specified.</q>
860: <li>host(Fix): libkqueue ではディスクリプタクローズで kevent が削除されない
861: 問題に対応。
862: <q>Address a problem that libkqueue does not automatically remove closed
863: descriptors from kevent.</q>
864: <li>build(New): configure に --without-gui オプションを用意。
865: <q>configure now supports --without-gui option.</q>
866: <li><span class=strike>debugger(Update): コンソールを HostCOM 機構に変更。
867: <q>Change debugger console to HostCOM feature.</q></span>
868: <li><span class=strike>vm(Update): --force-rtc-fixed オプションを廃止、--perf オプションを追加。
869: <q>Remove --force-rtc-fixed option and add --perf option for developpers.</q>
870: </span>
871: </ul></dd>
872: <p>
873:
874:
875: <dt>0.2.6 (2022/02/15)
876: <dd><ul>
877: <li>m88k(Update): m88k コアのパフォーマンスを少し改善。
878: <q>Improve the performance of m88k core slightly.</q>
879: <li>m68k(Fix): 68881 FCMP 命令の結果が正しくない場合があったのを動作を修正。
880: <q>Fix 68881's FCMP instruction that may return wrong result.</q>
881: <li>vm(Update): レンダラをいろいろ改良、パフォーマンスを向上。
882: <q>Improve the renderer including performance.</q>
883: <li>vm(Fix): SCSI イメージパスに絶対パスが書けなかった問題を修正。
884: <q>Fix a problem that the absolute path for SCSI images could not be specified.</q>
885: <li>vm(Fix): SCSI ディスクの最終セクタのアクセスがエラーになっていたのを修正。
886: <q>Fix a problem that accessing the last sector causes an error.</q>
887: <li>GUI(New): ベクタテーブルモニタを実装。
888: <q>Implement a vector table monitor.</q>
889: <li>GUI(New): ログレベル設定ウィンドウを実装。
890: <q>Implement a log level setting window.</q>
891: <li>GUI(Update): 各種ウィンドウの描画パフォーマンスを向上。
892: <q>Improve performance of window drawing.</q>
893: <li>GUI(Fix): ビットマップモニタウィンドウの上部コントロールが塗りつぶされる問題を修正。
894: <q>Fix a rendering problem of the control area on the bitmap plane window.</q>
895: <li>GUI(Fix): フォントサイズを変更するとビットマップモニタウィンドウが小さくなる問題を修正。
896: <q>Fix a resize problem on the bitmap plane window.</q>
897: <li>app(Fix): シグナルの処理をいろいろ修正。
898: <q>Fix several UNIX signal handling.</q>
899: <li>app(Fix): プロセス起動時に不正終了する場合があったのを修正。
900: <q>Fix some abnormal terminations at the beginning of the process.</q>
901: <li>app(Fix): プロセス終了時に不正終了する場合があったのを修正。
902: <q>Fix some abnormal terminations at the end of the process.</q>
903: <li><span class="strike">app(Fix): スレッド名が正しくないところを修正 (開発用)
904: <q>Fix some thread names for development.</q></span>
905: <li><span class="strike">vm(Update): CRTC の水平同期信号を適当実装。
906: テキスト VRAM のラスターコピーを適当実装。
907: <q>Implement the horizontal synchronizing signal on CRTC in progress.
908: Implement the raster copy on the text VRAM in progress.</q></span>
909: </ul></dd>
910: <p>
911:
912: <dt>0.2.5 (2021/12/30)
913: <dd><ul>
914: <li>vm(New): 4bpp プレーンに対応中。
915: <q>Supporting 4bpp video plane.</q>
916: <li>vm(Fix): Lance(AM7990) でジャンボパケット送受信時のエラー処理を改善。
917: <q>Fix error handlings of sending and receiving jumbo pakcets
918: on Lance(AM7990).</q>
919: <li>vm(Fix): Lance(AM7990) の BSWP 処理を修正。
920: 4.4BSD ゲストが動くように。
921: <q>Fix a BSWP operation on Lance(AM7990). This makes 4.4BSD work.</q>
922: <li>vm(Fix): RTC(MK48T02) の基準年を設定可能にする。
923: 4.4BSD ゲストに対応するため。
924: <q>Make RTC(MK48T02) epoch year configurable in order to support 4.4BSD.</q>
925: <li>vm(Fix): LUNA-88K の FUSEROM チェックバイトを実装。(Issue#99)
926: <q>Implement a check byte in FUSEROM on LUNA-88K.</q>
927: <li>vm(Update): ROM エミュレーションで a.out の MID チェックを廃止。
928: <q>The ROM emulation becomes not to verify a.out MID to boot.</q>
929: <li>vm(Update): LUNA-I ROM エミュレーションでも
930: ^C で ROM に戻れるようにする。(Issue#95)
931: <q>LUNA-I ROM Emulation accepts ^C to back to the ROM.</q>
932: <li>GUI(Update): ウィンドウ全体の描画性能を改善。
933: メインウィンドウの(拡大)縮小も自前で実装。
934: <q>Improve whole window drawing scheme, and implement
935: main window's reduction.</q>
936: <li>GUI(Fix): ウィンドウサイズがいろいろおかしかったのをたぶん修正。(Issue#77)
937: <q>Fix many window size problems.</q>
938: <li>GUI(New): テキストウィンドウにコンテキストメニュー「コピー」を実装。
939: <q>Implement "Copy" context menu on text windows.</q>
940: <li>Host(New): Linux でインタフェースの GRO が有効ならエラーにする。
941: <q>Reject network interface GRO on Linux host.</q>
942: <li>Host(Fix): Linux でコアダンプが出力できるようにする。
943: <q>Now it can dump a core even on Linux.</q>
944: </ul></dd>
945: <p>
946:
947: <dt>0.2.4 (2021/11/22)
948: <dd><ul>
949: <li>Host(New): シリアルコンソールの stdio, tcp ホストドライバをサポート。
950: <q>Support serial console host driver for stdio, tcp.</q>
951: <li>vm(New): キーボードの接続、取り外しをサポート。
952: <q>Support keyboard connection/disconnection.</q>
953: <li>vm(New): ABORT ボタンを実装。
954: <q>Implement an ABORT button.</q>
955: <li>vm(New): LUNA-88K ROM エミュレーションの PROM PUTCHAR(?) ルーチンに対応。
956: <q>Supports PROM PUTCHAR(?) routine on LUNA-88K ROM emulation.</q>
957: <li>vm(Update): SIO(uPD7201), SCC(Z8530) を書き直して改良。
958: <q>Rewrite and improve SIO(uPD7201) and SCC(Z8530).</q>
959: <li>vm(Update): MK48T02 NVRAM は全域を保存する。
960: <q>MK48T02 now saves the whole NVRAM.</q>
961: <li>vm(Update): LUNA ROM エミュレーションでテンキーの入力も受け付ける。
962: <q>LUNA ROM emulation accepts numpad keys as well as the real machine.</q>
963: <li>vm(Fix): MK48T02 のレジスタ読み出し値の ver 0.2.3 でのエンバグを修正。
964: <q>Fix an MK48T02 degradation since ver 0.2.3 </q>
965: <li>vm(Fix): Lance(AM7990) で受信パケットが失われる場合があったのを修正。
966: <q>Fix an issue that Lance(AM7990) may lose packets it received.</q>
967: <li>vm(Fix): Lance(AM7990) の CSR0 レジスタ INIT/STRT ビットの動作を修正。
968: <q>Fix INIT/STRT bit behavior in CSR0 on Lance(AM7990).</q>
969: <li>m68k(Fix): FSAVE -(An) 命令を修正。
970: <q>Fix an FSAVE -(An) instruction.</q>
971: <li>m88k(Fix): Data Access Exception 発生時の DMx レジスタの内容を修正。
972: <q>Fix DMx registers when Data Access Exception occurs.</q>
973: <li>GUI(Fix): 例外履歴モニタの表示方向を修正。
974: <q>Fix sort direction on the exception history monitor.</q>
975: <li>GUI(Fix): ver 0.2.2 以降アクセラレータキーが効かなくなっていたのを修正。
976: <q>Fix accelaration keys not working since ver 0.2.2.</q>
977: <li>app(Update): -V オプションのキー名が正しくなければエラーにする、
978: また設定ファイルのキー名が正しくなければ警告を出すように変更。
979: <q>Make an error if keyname of -V option is not correct.
980: Make a warning if keyname in the configuration file is not correct.</q>
981: <li>build(Fix): clang11 でのビルド対応。
982: <q>Fix build with clang11.</q>
983: <li><span class=strike>vm(New): --force-rtc-fixed オプションを追加。開発用。
984: <q>Add --force-rtc-fixed option for developpers.</q></strike>
985: </dl></dd>
986: <p>
987:
1.1.1.11 root 988: <dt>0.2.3 (2021/10/03)
989: <dd><ul>
990: <li>m88k(Fix): INT、NINT、TRNC、FCMP、FLDCR、FSTCR、FXCR 命令の動作を改善。
991: 浮動小数点例外を実装。
992: たぶん gcc が動くように。
993: <q>Improve several floating point instructions and floating point exceptions.
994: This may make gcc work.</q>
995: <li>vm(Update): uPD7201 (SIO) の Error Reset コマンドを実装。(Issue#65)
996: <q>Implement the Error Reset command on uPD7201 (SIO).</q>
997: <li>vm(Update): LUNA キーボードコマンドを実装。
998: <q>Implement all commands on LUNA keyboard.</a>
999: <li>vm(Fix): エミュレーション ROM 起動時にもキーボードコマンドを送信。
1000: <q>Emulated ROM now sends the keyboard commands on boot, as the real ROM
1001: does. </q>
1002: <li>vm(Fix): LUNA の LED キー押下開放時の動作を修正。(Issue#83)
1003: <q>Fix the behaviors of LUNA LED key when it is pressed/released.</q>
1004: <li>vm(Update): MK48T02 のレジスタ読み出しマスクを修正。(Issue#75)
1005: <q>Improve a read mask on MK48T02.</a>
1006: <li>GUI(Update): ソフトウェアキーボードの CTRL、SHIFT キーの動作を変更。
1007: <q>Change CTRL, SHIFT key behavior on the software keyboard window.</q>
1008: <li>app(Update): -X オプションが DIPSW に影響受けないように変更。
1009: <q>-X option is no longer affected by DIPSW.</q>
1010: </ul></dd>
1011: <p>
1012:
1.1.1.10 root 1013: <dt>0.2.2 (2021/09/09)
1014: <dd><ul>
1.1.1.11 root 1015: <li>host(New): キー入力にキャラクタ入力モードを実装。(Issue#64)
1.1.1.10 root 1016: <q>Implement character input mode for keyboard input.</q>
1017: <li>m88k(Fix): FLT 命令の動作を修正。
1018: <q>Fix a bug of FLT instruction.</q>
1.1.1.12 root 1019: <li>vm(Fix): ver 0.2.0 以降 LUNA-88K の PROM エミュレーションが
1.1.1.10 root 1020: いろいろおかしかったのを修正。
1.1.1.12 root 1021: <q>Fix a few bugs in LUNA-88K PROM emulation since ver 0.2.0.</q>
1.1.1.10 root 1022: <li>host(Update): ディスクイメージのアクセスを mmap(2) から read(2)/write(2)
1.1.1.11 root 1023: に変更。(Issue#60)
1.1.1.10 root 1024: <q>Change to use read(2)/write(2) instead of mmap(2) to access disk images.</q>
1025: </ul></dd>
1026: <p>
1027:
1.1.1.9 root 1028: <dt>0.2.1 (2021/08/18)
1029: <dd><ul>
1.1.1.11 root 1030: <li>vm(New): SCSI CD と MO をサポート。(Issue#63)
1.1.1.9 root 1031: <q>Support SCSI CD and MO.</q>
1032: <li>vm(Update): SCSI エミュレーションをいろいろ改善。
1033: ModeSelect(10)、ModeSense(10) コマンドを実装、
1034: SynchronizeCache コマンドを空で実装、
1035: StartStopUnit コマンドの LoEj(Load/Eject) ビットに対応、
1036: ModeSense コマンドのページ 04, 05, 08 をサポート。
1037: RequestSense コマンドのパラメータを修正。
1038: <q>Improve various things about SCSI emulation:
1039: Implement ModeSelect(10), ModeSense(10) command.
1040: Implement SynchronizeCache command as no-op.
1041: Support LoEj(Load/Eject) bit of StartStopUnit command.
1042: Support ModePage 04, 05 and 08 of ModeSense command.
1043: Fix RequestSense command parameters.</q>
1044: <li>vm(Fix): 指定のアロケーション長で SCSI 転送を打ち切れるよう修正。
1045: <q>SCSI devices can terminate the SCSI transfer correctly
1046: at the specified allocation length.</q>
1047: <li>vm(Fix): SCSI 転送速度制限(1MB/s)を実装。
1048: <q>Implement SCSI transfer speed limit.</q>
1.1.1.12 root 1049: <li>vm(Fix): LUNA-88K PIO で DIPSW のビット配置を修正。(Issue#67)
1050: <q>Fix DIPSW pin placement in PIO on LUNA-88K.</q>
1051: <li>vm(Fix): LUNA-88K システムコントローラのリセット動作を修正。
1052: <q>Fix a reset operation of LUNA-88K system controller.</q>
1.1.1.9 root 1053: <li>vm(Update): RTC (MK48T02、RP5C15) エミュレーションを改善。
1054: <q>Improve RTC (MK48T02, RP5C15) emulations.</q>
1.1.1.11 root 1055: <li>vm(Update): LCD エミュレーションを改善。(Issue#66)
1.1.1.9 root 1056: <q>Improve LCD emulation.</q>
1057: <li>vm(Update): LUNA のマウス移動量が±1の時の動作を改善。
1058: <q>Improve LUNA mouse behavior when its movement amount is plus or minus 1.</q>
1059: <li>m88k(Fix): add/sub 命令でオーバーフロー例外発生時の動作を修正。
1060: <q>Fix add/sub instruction behavior when it occurs overflow exception.</q>
1061: <li>m88k(Fix): ジャンプ命令がジャンプ先アドレスをマスクしていなかったバグを修正。
1062: <q>Fix jump instructions' bug which doesn't mask the destination address.</q>
1.1.1.11 root 1063: <li>app(Fix): ver 0.2.0 以降、特定の環境(Xsixel?)で起動時に VM 電源オンにならない問題を修正。(Issue#72)
1.1.1.9 root 1064: <q>Fix a bug that could not poweron on start under certain environment
1065: (Xsixel?) after ver 0.2.0.</q>
1066: <li>app(Update): ステータスパネル SCSI インジケータで
1067: イメージファイルパスをツールチップ表示。
1068: <q>Display filepath as a tooltip in SCSI indicators on the status panel.</q>
1069: <li>app(Update): -A オプションを -X オプションに変更(移動)。
1070: <q>Change(rename) -A option to -X option.</q>
1071: <li><span class=strike>app(Update): -X オプションを -H オプションに移動。
1072: <q>Change(rename) -X option to -H option.</q></span>
1073: <li><span class=strike>m88k(New): デバッグ用ニーモニックを追加。
1074: <q>Implement an alternate mnemonic just for us.</q></span>
1075: <li><span class=strike>m88k(Update): エミュレーション ROM で
1076: UniOS-Mach の a.out ファイルをロードできるようにする。
1077: <q>Emulated ROM can boot UniOS-Mach a.out executable.</q></span>
1078: <li><span class=strike>vm(New): X68k マウスを SCC に接続途中。
1079: <q>Trying to connect a mouse to SCC on X68k.</q></span>
1080: </ul></dd>
1081: <p>
1082:
1.1.1.8 root 1083: <dt>0.2.0 (2021/06/20)
1084: <dd><ul>
1.1.1.12 root 1085: <li>vm(New): LUNA-88K の NVRAM をサポート。
1086: <q>Support LUNA-88K's NVRAM.</q>
1087: <li>vm(New): LUNA-88K の内蔵 ROM コンソールに nvram コマンドを実装。
1088: <q>Support nvram command on LUNA-88K's emulated ROM console.</q>
1.1.1.8 root 1089: <li>vm(Fix): ホストが受信したパケットの処理をいろいろ改善。
1090: <q>Various fixes for network packets received at the host.</q>
1.1.1.12 root 1091: <li>vm(New): LUNA-I/LUNA-88K のシステムクロックに実時間同期モードをサポート
1.1.1.8 root 1092: (実験中)。
1.1.1.20 root 1093: <q>Support real-time synchronization on LUNA-I/LUNA-88K's system clock
1.1.1.8 root 1094: (experimental).</q>
1095: <li>m88k(New): 疑似 STOP 状態をサポート。
1096: <q>Support pseudo stop status for m88k.</q>
1097: <li>host(Update): ネットワークドライバあたりをいろいろ改善。
1098: ホストがサポートしているものから実行時に選択する方式に変更。
1099: そのため設定ファイル項目も変更。
1100: <q>Various changes on the host network drivers.</q>
1101: <li>host(New): ホストネットワークドライバ AF_PACKET をサポート。
1102: <q>Add AF_PACKET as host network driver.</q>
1103: <li>GUI(Update): ステータスパネルの表記を改善、LAN インジケータを追加、
1104: HD にライトプロテクト状態を表示など。
1105: <q>Improve the status panel, including adding a LAN indicator,
1106: displaying write-protect icon on HD.</q>
1107: <li>GUI(Update): メモリダンプモニタを4枚に増加。
1108: <q>Increase the number of memory dump windows to four.</q>
1109: <li>GUI(Fix): サブウィンドウが正しいサイズで表示されない場合があったのを修正。
1110: <q>Fix window size problem under certain environment(?).</q>
1111: <li>GUI(Fix): モニタとサブウィンドウあたりをいろいろ改善。
1112: <q>Fix/Improve various monitors and subwindows behaviors.</q>
1113: <li>app(Update): -L, -M オプションをいろいろ改善。
1114: <q>Fix/Improve about -L and -M options.</q>
1115: <li>debugger(Fix): m68k で TT のみが有効だとアドレスが表示できない場合があったのを修正。
1116: <li><span class=strike>vm(New): -A オプションで ELF オブジェクトファイルのロードをサポート。
1117: <q>Support loading ELF object file on -A option.</q></span>
1118: <li><span class=strike>vm(New): X68k キーボードのキーリピートを実装。
1119: <q>Implement key repeat feature on X68k keyboard.</q></span>
1120: </ul></dd>
1121: <br>
1122:
1.1.1.7 root 1123: <dt>0.1.6 (2021/04/18)
1124: <dd><ul>
1125: <li>vm (Update): スケジューラをいろいろ改善。
1126: <q>Improve the scheduler.</q>
1127: <li>vm (Update): キー入力をいろいろ改善。
1128: キー入力をバッファリングする、
1129: LUNA でのチャタリング抑制のためキー入力中は高速モードを抑制する、
1130: キーコードは物理キーコードでなく論理キーコードを使うように変更、
1131: その他バグ修正など。
1132: <q>Improve the key input:
1133: Buffer the keystrokes from the host.
1134: Suppress the full speed mode while any keys are pressed
1135: in order to prevent chattering on LUNA.
1136: Use the logical keycode instead of the phisical keycode.
1137: And several bugfixes.
1138: <li>vm (Update): m68k, m88k のリセット例外を正しく実装。
1139: <q>Improve the reset exception of m68k, m88k.</q>
1.1.1.12 root 1140: <li>vm (Fix): LUNA-88K のバスエラー領域を実装。PROM 1.20 が起動できる。
1141: <q>Implement the bus error area correctly on LUNA-88K.
1.1.1.7 root 1142: This makes PROM 1.20 work.</q>
1143: <li>GUI (New): ステータスパネルを実装。
1144: <q>Implement a status panel.</q>
1145: <li>GUI (Update): ソフトウェアキーボードを改修。
1146: ソフトウェアキーボードウィンドウでもキー入力を受け付ける。
1147: また現在のキー入力状態を反映して表示する。
1148: <q>Modify the software keyboard window.
1149: Accept keystrokes in this window as well.
1150: Also, the window displays the current keystroke status.</q>
1151: <li>GUI (Fix): ウィンドウマネージャによっては(?)
1152: ウィンドウが正しいサイズで表示されなかったのを修正。
1153: <q>Fix window size problem under certain window managers(?).</q>
1154: <li>GUI (Fix): ログウィンドウをいろいろ修正。
1155: <q>Fix several problems on the log window.</q>
1156: <li>debugger (Fix): m88k ニーモニックをちょっと修正。
1157: <q>Fix a few m88k mnemonics.</q>
1158: </ul></dd>
1159: <br>
1160:
1.1.1.6 root 1161: <dt>0.1.5 (2020/12/05)
1162: <dd><ul>
1163: <li>vm (Update): m88k コアのパフォーマンスを改善。
1164: <q>Improve m88k performance.</q>
1.1.1.12 root 1165: <li>vm (New): LUNA-88K に ROM エミュレーションを実装。とりあえず起動できる程度。
1166: <q>Implement emulated ROM for LUNA-88K. For now, it only can boot.</q>
1.1.1.6 root 1167: <li>vm (New): RAM 容量の変更をサポート。
1168: <q>Make the RAM size changable.</q>
1169: <li>host (Update): OpenBSD の tap(4) に対応。
1170: <q>Support OpenBSD's tap(4).
1171: <li>vm (Fix): LUNA-I の ROM エミュレーションが 0.0.3 および 0.1.4 以降
1172: いろいろおかしかったのを修正。
1173: <q>Fix several bugs on LUNA-I's emulated ROM since 0.0.3 and 0.1.4.</q>
1174: <li>vm (Update): ROM エミュレーションの UFS 読み込み処理を改善。
1175: <q>Improve reading UFS on emulated ROM.
1176: <li>vm (Fix): SIO(uPD7201) の受信キューが壊れるケースがあったのを修正。
1177: <q>Fix a bug that might break receive queue on SIO(uPD7201).</q>
1178: <li>vm (Fix): SCSI 転送中に VM リセットすると不正終了していたのを修正。
1179: <q>Fix abnormal termination on resetting VM during SCSI transfer.</q>
1180: <li>vm (Update): SPC の SCMD Intercept ビットのログを改善。
1181: <q>Improve a log message about SCMD Intercept bit on SPC.</q>
1182: <li>app (Update): -c オプションに設定ファイル名も指定できるよう変更。
1183: <q>Make -c option acceptable configuration filename.</q>
1184: </ul></dd>
1185: <p>
1186:
1.1.1.5 root 1187: <dt>0.1.4 (2020/11/20)
1188: <dd><ul>
1189: <li>vm (Fix): SCSI HD に WRITE(10) コマンドを実装。
1190: <q>Implement WRITE(10) command on SCSI HD.</q>
1191: <li>vm (Fix): m88k の xmem.bu 命令のバグを修正。
1192: <q>Fix a bug on m88k xmem.bu instruction.</q>
1193: <li>vm (Fix): m68k の STOP 命令や m88k の疑似 STOP
1194: 状態で仮想時間がおかしくなる場合があるバグを修正。
1195: <q>Fix a bug that STOP instruction on m68k or pseudo STOP state on m88k
1196: may break virtual time.</q>
1197: <li>vm (Fix): 0.1.3 以降 LUNA-I のエミュレーション ROM がキー入力を
1198: 受け付けなくなっていたのを修正。
1199: <q>Fix a bug that LUNA-I emulated ROM does not accept any key inputs
1200: since 0.1.3.</q>
1201: </ul></dd>
1202: <p>
1203:
1.1.1.4 root 1204: <dt>0.1.3 (2020/11/18)
1205: <dd><ul>
1206: <li>vm (Fix): m88k DAE エミュレーションを改善。
1207: <q>Improve DAE emulation on m88k.</q>
1208: <li>vm (Fix): m88k ストア命令のバグを修正。
1209: <q>Fix a bug on m88k store instructions.</q>
1210: <li>vm (Update): m88k の浮動小数点命令を実装中。
1211: <q>Implement floating point instructions.</q>
1.1.1.12 root 1212: <li>vm (Fix): LUNA-88K の RAM が正しくアクセスできてなかったのを修正。
1213: <q>Fix incorrect RAM device assignment on LUNA-88K.</q>
1214: <li>vm (Fix): LUNA-88K のシステムクロックデバイスが正しくアクセスできてなかったのを修正。
1215: <q>Fix accessing to the system clock device on LUNA-88K.</q>
1.1.1.4 root 1216: <li>vm (Fix): uPD7201 (SIO) モニタの表示をいろいろ修正。
1217: <q>Various fixes on uPD7201 (SIO) monitor.</q>
1218: <li>vm (Update): 割り込み周り全般を書き直し。
1219: <q>Rewrite and update whole around interrupt system.</q>
1220: <li>vm (Update): SPC の SCMD Intercept ビットの動作を改善。
1221: <q>Improve SCMD's Intercept bit behavior on SPC.</q>
1222: <li>debugger (Update): d,m コマンドなどメモリアクセス周りを改善。
1223: <q>Improve about memory access including d,m commands.</q>
1224: <li>debugger (Update): 履歴のブランチ元に Supervisor/User 区分の表示を追加。
1225: <q>Show the Supervisor/User distinction of branch source address in
1226: branch windows.</q>
1227: <li><span class=strike>vm (Update): X68k にダミーの OPM デバイスを用意。
1228: <q>Assign (currently no-op) OPM device on X68k.</q></span>
1229: <li><span class=strike>vm (Update): MFP のタイマーの実装を改善中。
1230: <q>Improve MFP timer on X68k.</q></span>
1231: </ul></dd>
1232: <p>
1233:
1.1.1.3 root 1234: <dt>0.1.2 (2020/10/28)
1235: <dd><ul>
1236: <li>build (Update): gcc5.5 以下はサポート外と明記。
1237: <q>Mention explicitly that it does not support gcc5.5 or below.</q>
1238: <li>vm (New): メモリとデバイスのアクセスウェイトをいくつか実装中。
1239: <q>Implement access wait partially on some memory and devices.</q>
1240: <li>vm (New): VM リセットを実装。<q>Implement VM reset.</q>
1241: <li>vm (Fix): m88xx0 エミュレーションをいくつか改善。
1242: OpenBSD/luna88k ユーザランドが少しだけ動くように。
1243: <q>Improve some m88xx0 emulations.
1244: This makes OpenBSD/luna88k userland apps work a little.</q>
1.1.1.12 root 1245: <li>vm (Update): LUNA-88K の RAM 初期値を 64MB に変更。
1246: <q>Change the initial value of LUNA-88K RAM to 64MB.</q>
1247: <li>vm (Update): LUNA-88K の dipsw1 の初期値を変更。
1248: <q>Change the initial value of LUNA-88K dipsw1.</q>
1.1.1.3 root 1249: <li>debugger (Update): 設定の debugger-port の初期値を 0 に変更。
1250: <q>Change the default value of debugger-port configuration field to 0.</q>
1251: <li>debugger (Update): d, m, n, s, t, help コマンドを色々改良。
1252: disp , reset コマンドを実装。
1253: <q> Various improvements for d, m, n, s, t, and help commands.
1254: Implement disp, reset commands.</q>
1255: <li>wx (Fix): メインウィンドウの最大化とリサイズを不可にする。
1256: <q>Disable main window's maximize and resize.</a>
1257: <li>wx (Fix): ビッグエンディアン環境で wxIMAGE_QUALITY_HIGH
1258: による縮小が化けるのを回避。
1259: <q>Avoid broken resize using wxIMAGE_QUALITY_HIGH on big endian.</q>
1260: </ul></dd>
1.1.1.4 root 1261: <p>
1.1.1.3 root 1262:
1.1.1.2 root 1263: <dt>0.1.1 (2020/10/06)
1264: <dd><ul>
1265: <li>host(Fix): sparc などのホストでミスアラインドアクセスで死ぬのを修正。
1266: <q>Fix abnormal termination due to mis-aligned access on some architecture
1267: hosts such as sparc.</q>
1268: <li>vm (New): SCSI の Start Stop Unit コマンドをダミーで実装。
1269: (OpenBSD カーネルが使っている)
1270: <q>Implement SCSI Start Stop Unit command as no-op. (OpenBSD kernel uses it.)</q>
1271: <li>vm (Fix): LUNA-I の PROM V4.22 以外はそのまま起動するようにしてみる。
1272: <q>On LUNA-I, when PROM is other than V4.22, run it as is.</q>
1273: <li>vm (Fix): SCSI コマンドがメディアサイズを超える位置やサイズを要求した時に死ぬのを修正。
1274: <q>Fix abnormal termination when SCSI command requests exceeded position or length than actual media.</q>
1275: <li>vm (Fix): LUNA-I エミュレーション ROM 上で、マウス操作でゴミが入力されるのを修正。
1276: <q>Fix emitting garbage characters on mouse operation on LUNA-I emulated ROM.</q>
1277: <li>GUI (New): LUNA のフロントパネル LCD ウィンドウを実装。
1278: <q>Implement LUNA's front panel LCD window.</q>
1279: <li>GUI (New): モニタウィンドウの更新頻度を設定可能にする。
1280: <q>Make monitor window's refresh rate configureable.</q>
1281: <li>GUI (New): ホスト情報ウィンドウ、ブレークポイントウィンドウ、履歴ウィンドウを実装。
1282: <q>Implement host information window, breakpoint window, and
1283: history window.</q>
1284: <li>GUI (New): ログウィンドウのバックログを実装。
1285: <q>Implement backlog of log window.</q>
1286: <li>debugger (New): bi, bm, bv コマンドを実装。
1287: <q>Implement bi, bm, and bv commands.</q>
1288: <li>debugger (New): ブランチ履歴、例外履歴を実装。
1289: <q>Implement branch history and exception history.</q>
1290: <li>debugger (Fix): 逆アセンブラが 68020 の callm 命令で死んでいたのを修正。
1291: <q>Fix abnormal termination when disassembling 68020 CALLM instruction.</q>
1.1.1.12 root 1292: <li>vm (Fix): LUNA-88K 用の luna-dipsw1 の初期値を用意。
1293: <q>luna-dipsw1 uses a different initial value for LUNA-88K.</q>
1.1.1.2 root 1294: <li><span class=strike>vm (Update): X68k TVRAM レンダリングを改良。
1.1.1.4 root 1295: <q>Improve performance on X68k TVRAM rendering.</q></span>
1.1.1.2 root 1296: <li><span class=strike>debugger (Fix): 逆アセンブラで moveq.l が %d0 でない時にも IOCS コールと解釈していたのを修正。</span>
1297: </ul></dd>
1.1.1.4 root 1298: <p>
1.1.1.2 root 1299:
1.1 root 1300: <dt>0.1.0 (2020/07/19)
1301: <dd><ul>
1.1.1.6 root 1302: <li>build(Fix): OpenBSD/FreeBSD でビルド可能に。
1.1.1.2 root 1303: <q>Make it buildable on OpenBSD/FreeBSD.</q>
1304: <li>GUI(Update): GUI メニューの L10N 対応
1.1 root 1305: (GUI メニュー以外(ログメッセージなど)については当面対応予定はないです)。
1306: <q>Support L10N for GUI menus
1307: (There are no plans to support more messages (like log messages)
1.1.1.2 root 1308: at least for now).</q>
1309: <li>GUI(Fix): サブウィンドウを表示しているとマウスモードでクリック入力が入らなかった問題を修正。
1.1 root 1310: <q>Fix problem that you can not enter any clicks in mouse mode
1.1.1.2 root 1311: when you display some sub windows.</q>
1.1.1.3 root 1312: <li>vm(New): m88k の疑似 STOP 状態に対応。
1313: <q>Support pseudo STOP state on m88k.</q>
1.1 root 1314:
1315: </ul></dd>
1316: <p>
1317:
1318:
1319: <dt>0.0.4 (2020/06/13)
1320: <dd><ul>
1.1.1.2 root 1321: <li>vm(Fix): 例外ベクタ取得中のバスエラーで死んでいたのを修正。
1.1 root 1322: <q>Fix abnormal termination when fetching exception vector causes bus error.</q>
1.1.1.2 root 1323: <li>vm(Update): ダブルバスフォールトを通知。
1.1 root 1324: <q>Notify when double bus fault has occurred.</q>
1.1.1.3 root 1325: <li>vm(New): m88100 の改良と m88200 を実装中。
1.1 root 1326: OpenBSD/luna88k カーネルが起動しますが、
1327: まだユーザランドに入るあたりまでです。
1.1.1.3 root 1328: <q>Improve m88100 and implement m88200.
1.1 root 1329: It can run OpenBSD/luna88k kernel and
1330: it has just entered in userland.
1331: </q>
1.1.1.2 root 1332: <li><span class=strike>vm(New): x68k の MFP、DMAC を適当実装したので
1.1 root 1333: 実は NetBSD/x68k ブートローダまでは起動します。
1334: CRTC が不完全なのでスクロールはまだできません。
1.1.1.4 root 1335: <q>Implement MFP and DMAC in underground x68k mode.
1.1 root 1336: It can run NetBSD/x68k boot loader.
1337: However, CRTC emulation is not completed yet,
1.1.1.4 root 1338: so you cannot scroll text.</q></span>
1.1 root 1339: </ul></dd>
1.1.1.4 root 1340: <p>
1.1 root 1341:
1342: <dt>0.0.3 (2020/05/16)
1343: <dd><ul>
1.1.1.2 root 1344: <li>vm(New): ROM モニタエミュレーションを実装。<q>Support emulated ROM monitor.</q>
1.1.1.3 root 1345: <li>vm(New): 地下で m88k 実装開始。
1.1 root 1346: 今のところ OpenBSD/luna88k のブートローダが起動できるだけです。
1.1.1.3 root 1347: <q>Start to implement m88k in underground.
1.1 root 1348: It just can run OpenBSD/luna88k's boot loader for now.
1349: </q>
1350: </ul></dd>
1.1.1.4 root 1351: <p>
1.1 root 1352:
1353: <dt>0.0.2 (2020/04/21)
1354: <dd><ul>
1.1.1.2 root 1355: <li>vm(New): SCSI エミュレーションを改善。<q>Improve(Reimplement) SCSI emulation.</q>
1356: <li>vm(New): マウスをサポート。<q>Support mouse.</q>
1357: <li>vm(Fix): RFCNT の Y 座標を修正。<q>Fix Y coordinate of RFCNT.</q>
1.1 root 1358: </ul></dd>
1.1.1.4 root 1359: <p>
1.1 root 1360:
1361: <dt>0.0.1 (2020/03/06)
1362: <dd><ul>
1363: <li>Initial Release
1364: </ul></dd>
1365:
1366: </dl>
1367: </div>
1368: <hr>
1369: nono project
1370: </body>
1371: </html>
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.