Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Sonic 2 2 players mode screen separation incorrect #89

@vmicka72

Description

@vmicka72

In Sonic 2 there is a blue bar separating the screen of each player.
From what i read in the past (but i don't find the documentation anymore) this blue bar is generated with a long write access to vdp.
The first word access disable display and start dma. Because display is disabled dma transfert rate is maximum.
Because dma start the 68k give the bus to vdp and have to wait vdp release the bus to be able to write the second word (So only after dma ended).
The second word active display.

Image

Correct rendering is :
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions