Files
game-and-watch-retro-go/linux/gw_lcd.h
2021-08-07 20:15:13 +02:00

9 lines
184 B
C

#pragma once
#include <stdint.h>
extern uint8_t emulator_framebuffer[(256 + 8 + 8) * 240];
extern uint16_t framebuffer1[320 * 240 * 2];
extern uint16_t framebuffer2[320 * 240 * 2];