All: Remove out-of-date function declarations

This commit is contained in:
Jeffrey Pfau 2016-12-25 14:55:02 -08:00
parent 8aceef8521
commit 49c8ad1b02
3 changed files with 0 additions and 3 deletions

View File

@ -163,7 +163,6 @@ void GBStore8(struct LR35902Core* cpu, uint16_t address, int8_t value);
uint8_t GBView8(struct LR35902Core* cpu, uint16_t address, int segment);
int32_t GBMemoryProcessEvents(struct GB* gb, int32_t cycles);
void GBMemoryDMA(struct GB* gb, uint16_t base);
void GBMemoryWriteHDMA5(struct GB* gb, uint8_t value);

View File

@ -131,7 +131,6 @@ void GBVideoInit(struct GBVideo* video);
void GBVideoReset(struct GBVideo* video);
void GBVideoDeinit(struct GBVideo* video);
void GBVideoAssociateRenderer(struct GBVideo* video, struct GBVideoRenderer* renderer);
int32_t GBVideoProcessEvents(struct GBVideo* video, int32_t cycles);
void GBVideoProcessDots(struct GBVideo* video);
void GBVideoWriteLCDC(struct GBVideo* video, GBRegisterLCDC value);

View File

@ -89,7 +89,6 @@ void GBAAudioDeinit(struct GBAAudio* audio);
void GBAAudioResizeBuffer(struct GBAAudio* audio, size_t samples);
int32_t GBAAudioProcessEvents(struct GBAAudio* audio, int32_t cycles);
void GBAAudioScheduleFifoDma(struct GBAAudio* audio, int number, struct GBADMA* info);
void GBAAudioWriteSOUND1CNT_LO(struct GBAAudio* audio, uint16_t value);