philj56 / gbcc

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

Shantae #17

Closed georgehb closed 5 years ago

georgehb commented 5 years ago
  1. Black screen during main menu screens and when entering a new area in game. Solved by entering the pause menu with START.

  2. Still seems to be some sprite ordering issues

2019-12-31t16 51 51z 2019-12-31t17 06 19z

  1. Some glitchy effects occasionally happen on some scene transitions

2019-12-31t16 55 58z

  1. I'm not sure if this of use to you but a flood of messages appear at the start of the first proper level after the intro sequence:

    [DEBUG]: SRAM not enabled! [ERROR]: Reading memory address 0xB9B4 out of bounds.

with various 0xB*** memory addresses. Doesn't seem to happen at any other time.

philj56 commented 5 years ago

This'll probably all get sorted when I get around to rewriting all of the ppu stuff, it's a bit off a mess at the moment.

philj56 commented 5 years ago

As predicted, this is finally all fixed in 4bc7da7a6e2dec75ea2741485a9284dba2f695ee (apart from the SRAM issues.) Gotta haul booty!