--- nono/wx/wxtextscreen.cpp 2026/04/29 17:05:19 1.1.1.10 +++ nono/wx/wxtextscreen.cpp 2026/04/29 17:05:27 1.1.1.11 @@ -140,8 +140,8 @@ WXTextScreen::Draw() int px = pad_left; for (int x = 0; x < col; ) { uint16 data = *text; - uint attr = (data & 0xff00); - uint color = (data & 0x7f00); + uint attr = (data & 0xf000); + uint color = (data & 0x0f00); uint chr = (data & 0x00ff); // 属性(色)を変更