X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=cpu%2FCyclone%2Fconfig.h;fp=cpu%2FCyclone%2Fconfig.h;h=b10ee4237fb149fe416eb5b3fb677f1d7c828b78;hb=b637c56aadc5b854ca28a8a111cf07324bc0e2ad;hp=0fc96cb064018059055f31f408ce82fde4a7545e;hpb=cfb3dfa0f2a36569a6b090e87568b1a1c423f75c;p=picodrive.git diff --git a/cpu/Cyclone/config.h b/cpu/Cyclone/config.h index 0fc96cb..b10ee42 100644 --- a/cpu/Cyclone/config.h +++ b/cpu/Cyclone/config.h @@ -45,7 +45,7 @@ * MEMHANDLERS_NEED_PC updates .pc context field with PC value effective at the time * when memhandler was called (opcode address + unknown amount). * MEMHANDLERS_NEED_PREV_PC updates .prev_pc context field to currently executed - * opcode address. + * opcode address + 2. * Note that .pc and .prev_pc values are always real pointers to memory, so you must * subtract .membase to get M68k PC value. * Warning: updating PC in memhandlers is dangerous, as Cyclone may internally