mirror of
https://github.com/holub/mame
synced 2025-07-03 09:06:08 +03:00
(MESS) clcd: Revert background color change. (nw)
This commit is contained in:
parent
706302464e
commit
999cbf495d
@ -649,11 +649,11 @@ INPUT_PORTS_END
|
||||
|
||||
void clcd_state::palette_init()
|
||||
{
|
||||
palette_set_color(machine(), 0, MAKE_RGB(192,192,192));
|
||||
palette_set_color(machine(), 0, MAKE_RGB(32,240,32));
|
||||
palette_set_color(machine(), 1, MAKE_RGB(32,32,32));
|
||||
|
||||
palette_set_color(machine(), 2, MAKE_RGB(32,32,32));
|
||||
palette_set_color(machine(), 3, MAKE_RGB(192,192,192));
|
||||
palette_set_color(machine(), 3, MAKE_RGB(32,240,32));
|
||||
}
|
||||
|
||||
static MACHINE_CONFIG_START(clcd, clcd_state)
|
||||
|
Loading…
Reference in New Issue
Block a user