mirror of
https://github.com/holub/mame
synced 2025-06-30 16:00:01 +03:00
Adjust to much more accurately match the colour of BFM DMDs after reviewing videos and collaborating with people on the fruit machine forums.
This commit is contained in:
parent
89737886e0
commit
00219cd1a1
@ -101,8 +101,8 @@ void bfmdm01_device::device_start()
|
||||
|
||||
m_screen->register_screen_bitmap(m_tmpbitmap);
|
||||
m_palette->set_pen_color(0, rgb_t(0, 0, 0)); // background
|
||||
m_palette->set_pen_color(1, rgb_t(32, 16, 0)); // off dot
|
||||
m_palette->set_pen_color(2, rgb_t(255, 160, 0)); // on dot
|
||||
m_palette->set_pen_color(1, rgb_t(15, 1, 1)); // off dot
|
||||
m_palette->set_pen_color(2, rgb_t(255, 31, 31)); // on dot
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user