philj56 / gbcc

Cross-platform Game Boy emulator written in C
https://gbcc.github.io
Other
41 stars 8 forks source link

Wario Land 2 #3

Closed georgehb closed 5 years ago

georgehb commented 6 years ago

Game resets back to the main menu as soon as gameplay is reached, just after Wario wakes up 2018-06-21-215452_

georgehb commented 6 years ago

Also Main menu is incorrect 2018-06-21-215844_

mGBA for comparison 2018-06-21-220025_

philj56 commented 6 years ago

The reset appears to have been fixed, probably by the rom banking fix in 0b03b63b28cd85d9f0f09615cae7dcd21587fb03. Not sure about the main menu for now

georgehb commented 5 years ago

broken again in 2f2f0fa81f1d150de53963fefa34810debb5ee41 black screen after main menu

philj56 commented 5 years ago

broken again in 2f2f0fa black screen after main menu

This is fixed in 4eecf22eca2e4790cb6fa030f15d7b67a398a809. It was caused by various LCDSTAT interrupts being broken, e.g. the HBLANK interrupt not being called.

philj56 commented 5 years ago

Fixed in 4bc7da7a6e2dec75ea2741485a9284dba2f695ee.