Re: [cc65] Sprites

From: Spiro Trikaliotis <ml-cc651trikaliotis.net>
Date: 2013-03-21 19:34:13
Hello,

* On Thu, Mar 21, 2013 at 04:26:30PM +0100 Groepaz wrote:
 
> you can setup the high byte of the screen location somewhere (using some 
> kernal routine perhaps).... then it will work with kernal (ffd2 etc) output 
> fine. (and also conio, which uses the same pointers)

Not exactly ZP (other mail): It's $0288.

Also possible if you want to use the KERNAL:
  LDA #$CC
  JSR $FD97
               
However, FD97 only has STA $0288: RTS, thus, it is not worth it to use
this part of a routine, is it?

Regards,
Spiro.

-- 
Spiro R. Trikaliotis
http://www.trikaliotis.net/
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Thu Mar 21 19:34:32 2013

This archive was generated by hypermail 2.1.8 : 2013-03-21 19:34:35 CET