From: Alan Cox Date: Thu, 6 Nov 2014 12:15:05 +0000 (+0000) Subject: msx2: fix video X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=0a386923fe09b112c65296667b858e92bb4e6fb6;p=FUZIX.git msx2: fix video With these small vdp corrections we have a proper 80x25 display --- diff --git a/Kernel/platform-msx2/vdp.s b/Kernel/platform-msx2/vdp.s index dcac1caf..5d8df27b 100644 --- a/Kernel/platform-msx2/vdp.s +++ b/Kernel/platform-msx2/vdp.s @@ -33,10 +33,11 @@ vdpout: ld bc, (_vdpport) vdpinit: ld de, #0x8004 ; M4 } call vdpout ; } 80x25 mode ld de, #0x8170 ; M1 } screen on, virq on hirq off + ; F0 ???? call vdpout - ld de, #0x8200 ; characters at VRAM 0 + ld de, #0x8203 ; characters at VRAM 0 call vdpout - ld de, #0x8320 ; blink is unused + ld de, #0x832F ; blink is unused call vdpout ld de, #0x8402 ; font at 0x1000 call vdpout