filename | src/sh4/sh4dasm.c |
changeset | 302:96b5cc24309c |
prev | 54:d8b73031289c |
next | 359:c588dce7ebde |
author | nkeynes |
date | Wed Jan 17 21:27:20 2007 +0000 (16 years ago) |
permissions | -rw-r--r-- |
last change | Rename SPUDMA to G2DMA (following KOS's lead) Remove sh4r.icount (obsolete) Rewrite G2 fifo status in terms of slice cycles |
file | annotate | diff | log | raw |
1.1 --- a/src/sh4/sh4dasm.c Sun Jan 01 08:08:40 2006 +00001.2 +++ b/src/sh4/sh4dasm.c Wed Jan 17 21:27:20 2007 +00001.3 @@ -1,5 +1,5 @@1.4 /**1.5 - * $Id: sh4dasm.c,v 1.9 2006-01-01 08:08:40 nkeynes Exp $1.6 + * $Id: sh4dasm.c,v 1.10 2007-01-17 21:27:20 nkeynes Exp $1.7 *1.8 * SH4 CPU definition and disassembly functions1.9 *1.10 @@ -46,7 +46,7 @@1.11 { "SH4", sh4_disasm_instruction, sh4_execute_instruction, mem_has_page,1.12 sh4_set_breakpoint, sh4_clear_breakpoint, sh4_get_breakpoint, 2,1.13 (char *)&sh4r, sizeof(sh4r), sh4_reg_map,1.14 - &sh4r.pc, &sh4r.icount };1.15 + &sh4r.pc };1.17 uint32_t sh4_disasm_instruction( uint32_t pc, char *buf, int len, char *opcode )1.18 {
.