Previous 199869 Revisions Next

r20141 Wednesday 9th January, 2013 at 07:29:42 UTC by Oliver Stöneberg
fixed result of bitstream_in::peek(0) (nw)
[src/lib/util]bitstream.h

trunk/src/lib/util/bitstream.h
r20140r20141
126126
127127inline UINT32 bitstream_in::peek(int numbits)
128128{
129   if (numbits == 0)
130      return 0;
131
129132   // fetch data if we need more
130133   if (numbits > m_bits)
131134   {

Previous 199869 Revisions Next


© 1997-2024 The MAME Team