stella icon indicating copy to clipboard operation
stella copied to clipboard

RESMPx bug

Open thrust26 opened this issue 1 year ago • 3 comments

When doing the following each frame:

    lda     #2
    sta     RESMP0
    sta     RESMP1
    lda     #0
    sta     RESMP0
    sta     RESMP1
    sta     WSYNC
    SLEEP   45
    sta     RESP0
    sta     RESP1
    sta     RESBL

Then Stella positions the missiles at the center of their players (right of the middle of the screen). While on my console they remain at the very left.

thrust26 avatar Dec 19 '22 09:12 thrust26