| Previous | 199869 Revisions | Next |
| r33764 Tuesday 9th December, 2014 at 13:31:20 UTC by Jürgen Buchmüller |
|---|
| Add CTYPE_LED8SEG to m_maxstate default setup (nw) |
| [src/emu] | rendlay.c |
| r242275 | r242276 | |
|---|---|---|
| 432 | 432 | // determine the maximum state |
| 433 | 433 | if (newcomp.m_state > m_maxstate) |
| 434 | 434 | m_maxstate = newcomp.m_state; |
| 435 | if (newcomp.m_type == component::CTYPE_LED7SEG) | |
| 435 | if (newcomp.m_type == component::CTYPE_LED7SEG || newcomp.m_type == component::CTYPE_LED8SEG) | |
| 436 | 436 | m_maxstate = 255; |
| 437 | 437 | if (newcomp.m_type == component::CTYPE_LED14SEG) |
| 438 | 438 | m_maxstate = 16383; |
| https://github.com/mamedev/mame/commit/c814e1a717363f9c040fc158a99396495f7dfd94 |
| Previous | 199869 Revisions | Next |