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