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

trunk/src/emu/rendlay.c
r242275r242276
432432      // determine the maximum state
433433      if (newcomp.m_state > m_maxstate)
434434         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)
436436         m_maxstate = 255;
437437      if (newcomp.m_type == component::CTYPE_LED14SEG)
438438         m_maxstate = 16383;


Previous 199869 Revisions Next


© 1997-2024 The MAME Team