Monday, February 13, 2012

X68000 Books

I bought a scanner. This OCR is probably somewhat incorrect. ;D


コマンドのエコーバックなど,文字列を表示するテキスト画面用のハードウェアは,表3.1の仕様で設計されています. ここで,高解像度モードで256ラインの表示を行なわせる際は,実際は512ラインのままで. 2 回  同 一行 を読 ん転 送  す ることにより 果 的  に256ラインに見 せ る方法  を とています.
テキスト画面のリフレソシユ・メモリ(VRAM)は,図3.2のように4 画面分用意されており,スクリーン(仮想画面)との対応関係を考慮して描き直すと図3.3のように表わすことができます.
表示色は16色ですが,パレットを使って変換すれば,65,536色に対応できます. この場合,スクリーンに同時に表示できるのは,あくまで65,536色中の任意の16色となることは言うまでもありません. パレット・レジスタのアドレスは,テキスト画面番号に対応するビットを4個組み合わせたものに対して,表3.2 のように割り付けられています.
テキスト画面のスクロールは円筒スクロールで,左右方向の端は切れていますが,上下方向の端はつなながっていて,あたかも連続しているかのように動作します.

Friday, January 27, 2012

KO-WINDOWS

 Quite powerful if you can find the appropriate software for it :)

Thursday, January 5, 2012

Thursday, December 29, 2011

Windows 3.1 null modem

The previous post regarding ppp over serial null modem also works with Windows 3.1 and DOSBox :D

Wednesday, December 28, 2011

XM6 TypeG nullmodem PPP Proof of Concept

I set up PPP on an Ubuntu virtual machine and installed a virtual com port driver for the windows host. I point the VM at one com port and the emulator at another. Run the PPP server in the VM then the PPP client on the x68. And here we are.

Monday, December 12, 2011

MGS PCX to TIM Conversion


I've been pretty successful lately in converting the PCX files that MGS PC uses to TIM format. TIM format is easier to deal with since plugins already exist for it. Converting 8-bit back to PCX is working, 4-bit is pretty close. More to come...