You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After compiling NBA in MSYS2 in Windows 11 and running it with gdb, a segfault happens when loading a rom. It seems to be caused by vram_dirty_range_lo/hi in the ppu not getting explicitly initialized and being set to 0xBAADF00D (which seems like a Microsoft magic number, not sure if this means the issue is platform specific).
The text was updated successfully, but these errors were encountered:
Looks like it is, thanks. I should clarify that the emulator still ran fine when run directly. I was wondering if this could be related to issue #259, but based on the wording it seems like it probably isn't. Thanks for the response!
After compiling NBA in MSYS2 in Windows 11 and running it with gdb, a segfault happens when loading a rom. It seems to be caused by vram_dirty_range_lo/hi in the ppu not getting explicitly initialized and being set to 0xBAADF00D (which seems like a Microsoft magic number, not sure if this means the issue is platform specific).
The text was updated successfully, but these errors were encountered: