summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cultures.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cultures.c')
-rw-r--r--src/mame/drivers/cultures.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/cultures.c b/src/mame/drivers/cultures.c
index 39fcc5ea767..7437a28d208 100644
--- a/src/mame/drivers/cultures.c
+++ b/src/mame/drivers/cultures.c
@@ -335,10 +335,10 @@ static PALETTE_INIT( cultures )
b = ((c & 0x08) >> 1) | ((c & 0x80) >> 4) | i;
/*
- r = ((c & 0x0c) >> 0) | i;
- g = ((c & 0x30) >> 2) | i;
- b = ((c & 0xc0) >> 4) | i;
- */
+ r = ((c & 0x0c) >> 0) | i;
+ g = ((c & 0x30) >> 2) | i;
+ b = ((c & 0xc0) >> 4) | i;
+ */
x = ((c >> 4) & 0x0f);