all repos — mgba @ 17264e2af984d2034e94c36a6bbf0d3a818001ed

mGBA Game Boy Advance Emulator

GB: Initialize sync
Jeffrey Pfau jeffrey@endrift.com
Thu, 18 Feb 2016 22:13:37 -0800
commit

17264e2af984d2034e94c36a6bbf0d3a818001ed

parent

a219c328d10461704314ee833869c5e052b40db8

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M src/gb/gb.csrc/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);