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
Looks like there is a segfault when running the rom mentioned below.
Debugging with GDB i can see there is a problem with the offset into the gfx array:
Program received signal SIGSEGV, Segmentation fault.
0x00401fda in runCycle () at emu8.c:445
445 gfx[x + xline + ((y + yline) * 64)] ^= 1;
(gdb) warning: cYgFFFFFFFF 611DD6C8 0
warning: cYgstd 0x22cbef d 3
The text was updated successfully, but these errors were encountered:
Looks like there is a segfault when running the rom mentioned below.
Debugging with GDB i can see there is a problem with the offset into the gfx array:
Program received signal SIGSEGV, Segmentation fault.
0x00401fda in runCycle () at emu8.c:445
445 gfx[x + xline + ((y + yline) * 64)] ^= 1;
(gdb) warning: cYgFFFFFFFF 611DD6C8 0
warning: cYgstd 0x22cbef d 3
The text was updated successfully, but these errors were encountered: