return op_illg_1(opcode);
}
-void exception2_fetch(uae_u32 opcode, uaecptr addr)
+void exception2_fetch(uae_u32 opcode, int offset)
{
test_exception = 2;
test_exception_3_w = 0;
- test_exception_addr = addr;
+ test_exception_addr = m68k_getpci() + offset;
test_exception_opcode = opcode;
test_exception_3_fc = 2;
test_exception_3_size = 1;
uae_u16 mmu030_state[3];
int mmu030_opcode;
-int mmu030_idx;
+int mmu030_idx, mmu030_idx_done;
uae_u32 mmu030_disp_store[2];
uae_u32 mmu030_fmovem_store[2];
uae_u32 mm030_stageb_address;