if (addr_end + regs.mmu_page_size == 0) {
addr_end += regs.mmu_page_size;
}
- console_out_f(_T("%08x - %08x (%08x) S=%d,WP=%d - CI=%d,WP=%d,DT=%d\n"),
- addr_prev, addr_end - 1, desc_prev,
+ console_out_f(_T("%08x - %08x %08x (%08x) S=%d,WP=%d - CI=%d,WP=%d,DT=%d\n"),
+ addr_prev, addr_end - 1,phys_prev, desc_prev,
(status_prev & MMUSR_SUPER_VIOLATION) ? 1 : 0,
(status_prev & MMUSR_WRITE_PROTECTED) ? 1 : 0,
(desc_prev >> 6) & 1,
_T(" ob <addr> Copper breakpoint.\n")
_T(" H[H] <cnt> Show PC history (HH=full CPU info) <cnt> instructions.\n")
_T(" C <value> Search for values like energy or lifes in games.\n")
+ _T(" mmu <fc> Set current MMU translation function code for all debugging instructions.\n")
+ _T(" mmud Dump MMU tables.\n")
+ _T(" U <address> Translate logical address to physical using current MMU tables.\n")
_T(" Cl List currently found trainer addresses.\n")
_T(" D[idxzs <[max diff]>] Deep trainer. i=new value must be larger, d=smaller,\n")
_T(" x = must be same, z = must be different, s = restart.\n")