// write SFL // 下位4bitを0にしてモノクロのパレットを選択 if(f_col_mono) VIDEO = pal_ram.dout<5:4> || 0x0; else VIDEO = pal_ram.dout<5:0>; PPU_VIDEO_enable();