GB Video: Fix size of palette array
Jeffrey Pfau jeffrey@endrift.com
Sun, 21 Feb 2016 15:48:26 -0800
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
src/gb/video.h
→
src/gb/video.h
@@ -117,7 +117,7 @@ bool bcpIncrement;
int ocpIndex; bool ocpIncrement; - uint16_t palette[128]; + uint16_t palette[64]; int32_t frameCounter; int frameskip;