SameBoy/Core/display.h

8 lines
198 B
C
Raw Normal View History

2016-03-30 20:07:55 +00:00
#ifndef display_h
#define display_h
#include "gb.h"
void GB_display_run(GB_gameboy_t *gb);
void GB_palette_changed(GB_gameboy_t *gb, bool background_palette, uint8_t index);
2016-03-30 20:07:55 +00:00
#endif /* display_h */