Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Cooming 2013: "Yumiko in the haunted Mansion"
#25
britlion Wrote:>> BTW: How to extend PutChars to add masking? I want to have some parts of the background shine through the chars by defining bitmap of a mask.

Ooh. Tricky.

If the data was stored Bitmap/Mask/Bitmap/Mask, it might not be too bad - could get the bitmap, inc de and get the mask, then mask out screen, then or in the bitmap.


Edit: since we use the mask first, might make even more sense to be mask/bitmap/mask...etc.

I think the same and I know that I need to modify these:
Code:
ld a,(DE) ;' First Row
      LD (HL),a
      
      INC DE
      INC H
And all following. Trying now...
------------------------------------------------------------
http://lcd-one.da.ru redirector is dead
Visit my http://members.inode.at/838331/index.html home page!
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)