Re: [MSX] print text in mode screen2 with definition characters in code assembler

2009-07-23 Thread Albert Beevendorp

At 15:47 23-7-09 , you wrote:

I have a problem, I do not succeed to make print text or other character in
basic. Than the definition for characters is in code assembler.


Use the GRP: device.


GreeTz, BiFi

Visit my Home Page at www.bifi.msxnet.org
mail me at: b...@msxnet.org
FTP: ftp.bifi.msxnet.org
___
MSX mailing list (msx@stack.nl)
Info page: http://lists.stack.nl/mailman/listinfo/msx


Re: [MSX] print text in mode screen2 with definition characters in code assembler

2009-07-23 Thread Patriek Lesparre

andrea gasparrini wrote:
I have a problem, I do not succeed to make print text or other character in 
basic. Than the definition for characters is in code assembler.


PRINT does not work in SCREEN2, so you must use VPOKE into the Name 
Table directly.


Alternatively, it's possible to fool BASIC into thinking it's working in 
SCREEN1. I doubt POKEHFCAF,1 will be enough to do that, but it just 
might work anyway.


Patriek
___
MSX mailing list (msx@stack.nl)
Info page: http://lists.stack.nl/mailman/listinfo/msx


Re: [MSX] print text in mode screen2 with definition characters in code assembler

2009-07-23 Thread andrea gasparrini
Hi Albert Beevendorp,

I have already tried with OPENGRP:AS#1, but it doesn't work!!!

How I can then done work this programm??

See you later.
Andrea from Italy


--- Gio 23/7/09, Albert Beevendorp b...@msxnet.org ha scritto:

Da: Albert Beevendorp b...@msxnet.org
Oggetto: Re: [MSX] print text in mode screen2 with definition characters in 
code assembler
A: msx@stack.nl
Data: Giovedì 23 luglio 2009, 15:53

At 15:47 23-7-09 , you wrote:
I have a problem, I do not succeed to make print text or other character in
basic. Than the definition for characters is in code assembler.

Use the GRP: device.


GreeTz, BiFi

Visit my Home Page at www.bifi.msxnet.org
mail me at: b...@msxnet.org
FTP: ftp.bifi.msxnet.org
___
MSX mailing list (msx@stack.nl)
Info page: http://lists.stack.nl/mailman/listinfo/msx



  
___
MSX mailing list (msx@stack.nl)
Info page: http://lists.stack.nl/mailman/listinfo/msx


Re: [MSX] print text in mode screen2 with definition characters in code assembler

2009-07-23 Thread andrea gasparrini



--- Gio 23/7/09, andrea gasparrini andreagasparr...@yahoo.it ha scritto:

 Da: andrea gasparrini andreagasparr...@yahoo.it
 Oggetto: Re: [MSX] print text in mode screen2 with definition characters in 
 code assembler
 A: Patriek Lesparre msxl...@xs4all.nl
 Data: Giovedì 23 luglio 2009, 17:41
 Hi Patriek,
 
 Ok, I to use only characters print
 Then, How I can make PRINT with CHARACTER with VPOKE 
 IN SCREEN2 ??
 
 See you later
 Andrea
 
 
 
 --- Gio 23/7/09, Patriek Lesparre msxl...@xs4all.nl
 ha scritto:
 
  Da: Patriek Lesparre msxl...@xs4all.nl
  Oggetto: Re: [MSX] print text in mode screen2 with
 definition characters in code assembler
  A: andrea gasparrini andreagasparr...@yahoo.it
  Data: Giovedì 23 luglio 2009, 17:29
  Hi Andrea,
  
  You can't use characters and LINE/CIRCLE/DRAW/PAINT
  together.
  LINE etc. can only be used on bitmap screenmodes. This
 is
  why MSX-BASIC treats SCREEN2 as a bitmap mode, not as
 a
  character mode. PRINT only works on character modes.
  
  Greetz,
  Patriek
  
  andrea gasparrini wrote:
   *Hi Patriek Lesparre,
   
   I sent you source file for definition characters
 for
  SCREEN2.
   I need of work in SCREEN2, for make scene
 background
  for new videogame
   for MSX1, then I need of this set characters and
 of to
  use command basic
   line, circle, draw and paint.
   
   I must understand as I can make for print
 characters
  in screen2 with
   this routine in assembler.
   
   I hope than you can help me, Please?' ^_^
   
   See you later.
   Bye bye
   Andrea from Italy
   
  
  
 
 
 
 


  
___
MSX mailing list (msx@stack.nl)
Info page: http://lists.stack.nl/mailman/listinfo/msx


Re: [MSX] print text in mode screen2 with definition characters in code assembler

2009-07-23 Thread andrea gasparrini



--- Gio 23/7/09, andrea gasparrini andreagasparr...@yahoo.it ha scritto:

 Da: andrea gasparrini andreagasparr...@yahoo.it
 Oggetto: Re: [MSX] print text in mode screen2 with definition characters in 
 code assembler
 A: msx@stack.nl
 Data: Giovedì 23 luglio 2009, 18:02
 
 
 --- Gio 23/7/09, andrea gasparrini andreagasparr...@yahoo.it
 ha scritto:
 
  Da: andrea gasparrini andreagasparr...@yahoo.it
  Oggetto: Re: [MSX] print text in mode screen2 with
 definition characters in code assembler
  A: Patriek Lesparre msxl...@xs4all.nl
  Data: Giovedì 23 luglio 2009, 17:41
  Hi Patriek,
  
  Ok, I to use only characters print
  Then, How I can make PRINT with CHARACTER with VPOKE 
  IN SCREEN2 ??
  
  See you later
  Andrea
  
  
  
  --- Gio 23/7/09, Patriek Lesparre msxl...@xs4all.nl
  ha scritto:
  
   Da: Patriek Lesparre msxl...@xs4all.nl
   Oggetto: Re: [MSX] print text in mode screen2
 with
  definition characters in code assembler
   A: andrea gasparrini andreagasparr...@yahoo.it
   Data: Giovedì 23 luglio 2009, 17:29
   Hi Andrea,
   
   You can't use characters and
 LINE/CIRCLE/DRAW/PAINT
   together.
   LINE etc. can only be used on bitmap screenmodes.
 This
  is
   why MSX-BASIC treats SCREEN2 as a bitmap mode,
 not as
  a
   character mode. PRINT only works on character
 modes.
   
   Greetz,
   Patriek
   
   andrea gasparrini wrote:
*Hi Patriek Lesparre,

I sent you source file for definition
 characters
  for
   SCREEN2.
I need of work in SCREEN2, for make scene
  background
   for new videogame
for MSX1, then I need of this set characters
 and
  of to
   use command basic
line, circle, draw and paint.

I must understand as I can make for print
  characters
   in screen2 with
this routine in assembler.

I hope than you can help me, Please?' ^_^

See you later.
Bye bye
Andrea from Italy

   
   
  
  
  
  
 
 
 
 


  
___
MSX mailing list (msx@stack.nl)
Info page: http://lists.stack.nl/mailman/listinfo/msx