| 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 |
| r32784 | r32785 | |
|---|---|---|
| 167 | 167 | |
| 168 | 168 | // if we are region-backed for the default, find it now and make sure it's the right size |
| 169 | 169 | 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); | |
| 171 | 171 | } |
| Previous | 199869 Revisions | Next |