mirror of
https://github.com/SonoSooS/PicoGB.git
synced 2025-06-18 17:05:34 -04:00
21 lines
455 B
C
21 lines
455 B
C
#pragma once
|
|
|
|
#define PICOGB_GBA 1
|
|
|
|
//#define GBA
|
|
//#define PPU_SCANLINE_UPDATES
|
|
//#define CONFIG_LYC_90
|
|
#define CONFIG_NOBOOTMEME
|
|
//#define CONFIG_IS_CGB
|
|
#define CONFIG_VSYNC
|
|
#define CONFIG_ENABLE_LRU
|
|
|
|
// 0 - default 32bit full-color
|
|
// 1 - 1bpp jankdither globally fixed
|
|
// 2 - 1bpp nodither
|
|
// 3 - 1bpp jankdither locally fixed
|
|
// 4 - 2x4bpp ANSI 16-color packed, doubled
|
|
// 5 - 8bpp ANSI 16-color (low nybble), single
|
|
// 6 - RGB565
|
|
#define PPU_MODE 6
|