X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=cpu%2Fmusashi%2Fm68kcpu.h;h=83e92c5f9b6f06d8ebd46a848d4f07b5720ffb14;hb=76f3e30ffe83fb0d589ed994ea76ffd8adf6586d;hp=eb7a513a53e62dc2fd2f00c42a0d8d98890ecedc;hpb=b5e5172d049a83251874fb33e65a53c9654dc0bc;p=picodrive.git diff --git a/cpu/musashi/m68kcpu.h b/cpu/musashi/m68kcpu.h index eb7a513..83e92c5 100644 --- a/cpu/musashi/m68kcpu.h +++ b/cpu/musashi/m68kcpu.h @@ -919,6 +919,7 @@ typedef struct // notaz sint cyc_remaining_cycles; + sint not_polling; } m68ki_cpu_core; // notaz @@ -2011,8 +2012,8 @@ void m68ki_exception_interrupt(uint int_level) FLAG_INT_MASK = int_level<<8; /* 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 + 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)