Jump to content
IGNORED

Dodraw question


Ecernosoft

Recommended Posts

Hello!

I'm very confused by Dodraw.

Apparently it can draw sprites in 26 cycles and it can... if your sprite is a square that is!

I can only get one line of my sprite to appear. What am I doing wrong?

Kernal is:

Count    ldy #9
    lda #12
        dcp Ypos
        bcs dogrp0
        lda #0
        beq Nodraw
dogrp0
    lda (Where),y
Nodraw        sta GRP0
    dex
        sta WSYNC
        bne Count

Link to comment
Share on other sites

2 hours ago, SpiceWare said:

Have you seen my tutorial? DoDraw is covered in Step 4, but I highly recommend you start at the beginning to better understand what's going on. I put lots of comments in the source code, so be sure to download and review the source as you go thru each Step of the tutorial.

Thanks, you're the best! I'll go see it now.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...