Previous 199869 Revisions Next

r32785 Friday 17th October, 2014 at 12:54:46 UTC by smf
fix compilation error when building with VS14 CTP4 (nw)
[src/emu/machine]nvram.c

trunk/src/emu/machine/nvram.c
r32784r32785
167167
168168   // if we are region-backed for the default, find it now and make sure it's the right size
169169   if (m_region != NULL && m_region->bytes() != m_length)
170      throw emu_fatalerror("NVRAM device '%s' has a default region, but it should be 0x%"SIZETFMT"X bytes", tag(), m_length);
170      throw emu_fatalerror("NVRAM device '%s' has a default region, but it should be 0x%" SIZETFMT "X bytes", tag(), m_length);
171171}

Previous 199869 Revisions Next


© 1997-2024 The MAME Team