GB: Initialize sync
Jeffrey Pfau jeffrey@endrift.com
Thu, 18 Feb 2016 22:13:37 -0800
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
src/gb/gb.c
→
src/gb/gb.c
@@ -42,6 +42,7 @@
static void GBInit(void* cpu, struct mCPUComponent* component) { struct GB* gb = (struct GB*) component; gb->cpu = cpu; + gb->sync = NULL; GBInterruptHandlerInit(&gb->cpu->irqh); GBMemoryInit(gb);