binji / binjgb

Gameboy emulator implemented in C, that also runs in the browser
https://binji.github.io/binjgb/
MIT License
534 stars 61 forks source link

"Black" screen in debugger #11

Closed sergey-koryshev closed 6 years ago

sergey-koryshev commented 6 years ago

Hi, I have a trouble: when I launch binjgb-debugger nothing happens. There is music from Game, but screen is black (gray). When I press some keys there are some responds, but screen stays in black.

sergey-koryshev commented 6 years ago

So, I discovered when I press F11 to full screen the elements of debugger show.

binji commented 6 years ago

Interesting, I'll take a look.

binji commented 6 years ago

I tried on Windows and found the same issue.. strange because it didn't happen on Linux. Should be fixed now though. Thanks for trying it out!