diff --git a/src/gba/gba.h b/src/gba/gba.h index d49694958..2e7fb9a37 100644 --- a/src/gba/gba.h +++ b/src/gba/gba.h @@ -128,7 +128,6 @@ struct GBACartridge { void GBACreate(struct GBA* gba); void GBADestroy(struct GBA* gba); -void GBABInterruptHandlerInit(struct ARMInterruptHandler* board); void GBAReset(struct ARMCore* cpu); void GBATimerUpdateRegister(struct GBA* gba, int timer);