#pragma option -zCSHARED #include "planar.h" #include "th01/hardware/vplanset.h" void vram_planes_set(void) { VRAM_PLANE_B = reinterpret_cast(SEG_PLANE_B); VRAM_PLANE_R = reinterpret_cast(SEG_PLANE_R); VRAM_PLANE_G = reinterpret_cast(SEG_PLANE_G); VRAM_PLANE_E = reinterpret_cast(SEG_PLANE_E); }