tunozemichanの日記 / tunozemichan's diary

SORD社のコンピューターM68やM68MXの解析についての備忘録です。This blog is a memorandum about the analysis of SORD's computers M68 and M68MX.

2021-04-01から1ヶ月間の記事一覧

Disassemble the SORD M68MX (m68k binary) ROM using radare2.

Last time, I used GNU's objdump to disassemble the m68k ROM. However, as I read through the list, I still encountered parts that were impossible to analyze. When I was complaining on Twitter as I did last time, I was informed by someone fr…

68000シミュレーターMusashiで、SORD M68MXのBIOSをふんわり動かしてみる。

radare2で一応逆アセンブルできるとはいえ、時々おかしなコードを逆アセンブルしてしまう問題は残っている。 今回は、有名なエミュレータMAMEで68000のCPU(MPU)エミュレータとしても使われている、信頼性の高いシミュレータMusashiを使って、SORD M68MXのBIO…

radare2でSORD M68MX(m68k binary)のROMを逆アセンブルする。

前回はGNUのobjdumpによる逆アセンブルを行ったが、リストを読んでいくとやはり解析不能な部分に遭遇する。 前回同様Twitterで愚痴っていたら、海外の方から、radare2でもm68kのバイナリを解析できるとの情報を教えてもらえました。 WSL2上でもradare2をイン…

Disassemble the ROM of SORD M68MX (m68k binary).

I dumped the ROM image of the SORD M68MX, which was split into EVEN and ODD, and merged using WinHex. There is no good tool for disassembling the m68k ROM image. Strangely, there is no good disassembler for such a major, albeit old, MPU. E…

SORD M68MX(m68k binary)のROMを逆アセンブルする。

SORD M68MXのROMを吸い出しました。EVENとODDに分かれていますが、WinHexを使ってマージしました。m68kのROMイメージを逆アセンブルする良いツールがなりません。古いとは言え、これほどメジャーなMPUの逆アセンブラが無いのは不思議です。ネットで見つかる…

Create an alternative keyboard for NEC PC-8801FH

The PC-8801FH that I got before does not have a keyboard; the main unit of the PC-8801 series is sold in auctions, but the keyboard is rarely sold. Fortunately, there is a god-like person who has analyzed and published the keyboard protoco…

PC-8801FHのキーボードを作る(その1)

はじめに 以前入手したPC-8801FHはキーボードがありません。88は本体は良くオークションに出品されますが、キーボードは滅多に出品されません。幸いにも、PC-8801FH以降のキーボードプロトコルを解析して公開してくださっている神のような方がいらっしゃるの…