| Previous | 199869 Revisions | Next |
| r21845 Thursday 14th March, 2013 at 03:08:13 UTC by Barry Rodewald |
|---|
| i386: fixed debug assert (no whatsnew) |
| [src/emu/cpu/i386] | i386priv.h |
| r21844 | r21845 | |
|---|---|---|
| 375 | 375 | { |
| 376 | 376 | assert(device != NULL); |
| 377 | 377 | assert(device->type() == I386 || |
| 378 | device->type() == I386SX || | |
| 378 | 379 | device->type() == I486 || |
| 379 | 380 | device->type() == PENTIUM || |
| 380 | 381 | device->type() == MEDIAGX || |
| Previous | 199869 Revisions | Next |