You will have to find some documentation on screen 12... You might want to search through your (disk)magazines, maybe someone wrote an article on it. There is the official v9958 documentation, which I am converting from scans to ascii, but I'm still at only, say, 20% of the work. So it'll take some time before that's finished.
Patriek Lesparre suggested you use screen 10. Screen 10 is a bit like screen 12, it has lots of colors (less than screen 12 though), but can at the same time use a palette, like in screen 5. According to Patriek LINE and PRINT #1, etc work like they should in that mode. But generally spoken you won't need screen 12... You can't really draw in it, usually one converts photos to screen 12 format with a converter util (search ftp://ftp.funet.fi/pub/msx/ for that), and displays that. ~Grauw ----- Original Message ----- From: "Andrea Gasparrini" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, May 19, 2002 6:19 PM Subject: Re: problems of graphic with the SCREEN12 > Hello Laurens Holst, > > Which are the addresses in order to use VPOKE for the SCREEN12???? > > Thanks for you and good bye............... > Andrea Gasparrini > [EMAIL PROTECTED] > > > Laurens Holst ha scritto: > > > Because of the high colors screen 12 uses a special encoding method, which > > is designed for photos and gradients, but not for lines and text. So it > > can't be helped. Maybe screen 11 can do those, but I think probably not > > using the Basic commands, you'll need to use vpoke and know how screen 11 > > works. Maybe the same goes for screen 12 too... you might be able to display > > lines and text (with certain limitations) if you use vpoke. > > > > ~Grauw > > > > ----- Original Message ----- > > From: "Andrea Gasparrini" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Sunday, May 19, 2002 2:04 PM > > Subject: problems of graphic with the SCREEN12 > > > > > Hello all you of MSX, > > > > > > I have of the problems of diagram with the SCREEN12, why designing a > > > square or to > > > make to appear of the written ones, on the screen instead appearing a > > > single color > > > more colors appear and therefore the design remains pastrocchiato!!!, > > > fairies the > > > following program: > > > > > > 10 SCREEN12:COLOR255,0,0 > > > 20 OPEN"GRP:"AS#1 > > > 30 LINE(8,0)-(50,50),255,B > > > 40 PRESET(100,100):COLOR255:PRINT#1,"MSX" > > > 50 GOTO 50 > > > > > > Confusing will appear all, instead makes it you with the screen8: > > > > > > 10 SCREEN8:COLOR255,0,0 > > > 20 OPEN"GRP:"AS#1 > > > 30 LINE(8,0)-(50,50),255,B > > > 40 PRESET(100,100):COLOR255:PRINT#1,"MSX" > > > 50 GOTO 50 > > > > > > It remains all ordering. > > > > > > Aspect your news, thanks for you > > > > > > Good bye > > > Andrea Gasparrini > > > [EMAIL PROTECTED] > > > > > > > > > > > > > > > -- > > > For info, see http://www.stack.nl/~wynke/MSX/listinfo.html > > > > > > > -- > > For info, see http://www.stack.nl/~wynke/MSX/listinfo.html > > -- > For info, see http://www.stack.nl/~wynke/MSX/listinfo.html > -- For info, see http://www.stack.nl/~wynke/MSX/listinfo.html
