| 1385 | doexcstack(); |
| 1386 | } |
| 1387 | void REGPARAM2 op_unimpl(uae_u32 opcode) |
| 1388 | { |
| 1389 | test_exception = 61; |
| 1390 | doexcstack(); |
| 1391 | } |
| 1392 | void REGPARAM2 op_unimpl_1_noret(uae_u32 opcode) |
| 1393 | { |
| 1394 | if ((opcode & 0xf000) == 0xf000 || currprefs.cpu_model < 68060) { |
no test coverage detected