Finish migrating to new mem handling. Make carthw db external.
[picodrive.git] / cpu / musashi / m68kcpu.h
index 39ceb53..7b050f7 100644 (file)
@@ -2012,6 +2012,7 @@ void m68ki_exception_interrupt(uint int_level)
 \r
        /* Get the new PC */\r
        new_pc = m68ki_read_data_32((vector<<2) + REG_VBR);\r
+       //new_pc = m68k_read_immediate_32((vector<<2) + REG_VBR); // notaz hack\r
 \r
        /* If vector is uninitialized, call the uninitialized interrupt vector */\r
        if(new_pc == 0)\r