DaveTCode / GBADotnet

A C#/net core GBA emulator
MIT License
20 stars 1 forks source link

TONC CBB Demo display wrong sprites/backgrounds on screen #58

Closed DaveTCode closed 2 years ago

DaveTCode commented 2 years ago

image

Compare to

image

DaveTCode commented 2 years ago

Note that MGBA displays image

which doesn't match either...

DaveTCode commented 2 years ago

Naturally hardware agrees with nba not mgba (just checked with same rom)

DaveTCode commented 2 years ago

cbb_demo.zip

DaveTCode commented 2 years ago

So only thing missing for me is the sprite in the top left, dispcnt is set with bg mode 0, bg 0,1 and objs displayed.

The sprite in the top left is sprite 0 and is enabled at 8*8 and priority 0 so no reason it shouldn't appear