MiSTer-devel / Saturn_MiSTer

Sega Saturn for MiSTer
51 stars 13 forks source link

Rabbit (Japan) // REGRESSION - VDP error - Big blue box instead of the character selection screen (since 2024-02-22 version) #98

Closed Zet-sensei closed 5 months ago

Zet-sensei commented 5 months ago

We have a blue box now on the character selection screen since core 20240122.

Core 20240120 is the last working version, commit done on 2024/01/22 https://github.com/MiSTer-devel/Saturn_MiSTer/commit/9dc10a43487a548d8c13c423a9cd3efe67f20e29 must have broke the game.

EDIT : VDP error only on that screen, the game works.

InfernoHabanero commented 5 months ago

Screenshot 2024-01-26 08-32-04 For context, this is what the screen looks like. It's not a freeze or softlock on my end at least, since it's still possible to choose a character and get into a match.

Zet-sensei commented 5 months ago

On VDP1.sv, line 589

If I revert partially the code to if (CMD_NSPR_LEFT_OVER || CMD_NSPR_TOP_OVER || CMD_COORD_RIGHT_OVER[0] || CMD_COORD_BOTTOM_OVER[0] || CMD_TEXT_SIZE_OVER) begin

The game works once again.

Same bug as https://github.com/MiSTer-devel/Saturn_MiSTer/issues/101

Zet-sensei commented 5 months ago

Fixed with commit https://github.com/MiSTer-devel/Saturn_MiSTer/commit/9e9054294f966bb83dbff51c6fff5e527ab4c249