>I was wondering something: is it possible to copy the MSX2 introscreen
from 
>ROM? If so, where is the picture located?

Hi Manuel,

There is no picture in the MSX2 subrom. That would be far too big for the
16kb space ASCII had. The picture is drawn on screen 6 by a strange
decompressing routine. Sort of like run-lenght encoding but different...

But you could start this subroutine in the subrom: address &H2A0E.

ld ix,&H2A0E
call &H15F

This starts the MSX2 intro animation. You could then rip the picture from
the VRAM.

Greetings,

Omega & TBM
Tristan Zondag

a.k.a. Omega of Techno Crew | iMpACt BBS: +31-599-661-471 | MSX
a.k.a. Omega of Dreamscape  | [EMAIL PROTECTED]      |    THE BEST
8-BIT




Reply via email to