X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=cpu%2Fmusashi%2Fm68kcpu.h;h=7b050f7f4b77216854e4a210dd4cb1e8fc7ebc9c;hb=04092e329bbd050073d42defcd609550d8545e74;hp=39ceb53cacc9b5b40dff5d2554ae3e9307a76250;hpb=4e8a534cecffcc60e96c9fefdb821cc1a09a1eba;p=picodrive.git diff --git a/cpu/musashi/m68kcpu.h b/cpu/musashi/m68kcpu.h index 39ceb53..7b050f7 100644 --- a/cpu/musashi/m68kcpu.h +++ b/cpu/musashi/m68kcpu.h @@ -2012,6 +2012,7 @@ void m68ki_exception_interrupt(uint int_level) /* Get the new PC */ new_pc = m68ki_read_data_32((vector<<2) + REG_VBR); + //new_pc = m68k_read_immediate_32((vector<<2) + REG_VBR); // notaz hack /* If vector is uninitialized, call the uninitialized interrupt vector */ if(new_pc == 0)