some optimizations
[picodrive.git] / cpu / Cyclone / config.h
index 0fc96cb..b10ee42 100644 (file)
@@ -45,7 +45,7 @@
  * MEMHANDLERS_NEED_PC updates .pc context field with PC value effective at the time\r
  * when memhandler was called (opcode address + unknown amount).\r
  * MEMHANDLERS_NEED_PREV_PC updates .prev_pc context field to currently executed\r
- * opcode address.\r
+ * opcode address + 2.\r
  * Note that .pc and .prev_pc values are always real pointers to memory, so you must\r
  * subtract .membase to get M68k PC value.\r
  * Warning: updating PC in memhandlers is dangerous, as Cyclone may internally\r