used standard OC colors

apparently they changed this a long time ago
This commit is contained in:
2025-07-26 16:02:55 +02:00
parent eb6037ee27
commit e9e02a2473
2 changed files with 3 additions and 3 deletions

View File

@@ -338,8 +338,8 @@ nn_component *nn_addScreen(nn_computer *computer, nn_address address, int slot,
return nn_newComponent(computer, address, slot, screenTable, screen);
}
static const int nni_mcBlack = 0x1D1D21;
static const int nni_mcWhite = 0xFFF9FE;
static const int nni_mcBlack = 0x000000;
static const int nni_mcWhite = 0xFFFFFF;
void nn_getStd4BitPalette(int color[16]) {
color[0] = nni_mcWhite; // white