Search
lxdream.org :: lxdream/src/sh4/sh4dasm.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/sh4dasm.h
changeset 54:d8b73031289c
prev30:89b30313d757
next561:533f6b478071
next586:2a3ba82cf243
author nkeynes
date Sun Jan 22 22:42:53 2006 +0000 (18 years ago)
permissions -rw-r--r--
last change Fix copy_to_sh4 for ta + vram-64 regions
file annotate diff log raw
1.1 --- a/src/sh4/sh4dasm.h Sun Dec 25 05:57:00 2005 +0000
1.2 +++ b/src/sh4/sh4dasm.h Sun Jan 22 22:42:53 2006 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: sh4dasm.h,v 1.5 2005-12-25 05:57:00 nkeynes Exp $
1.6 + * $Id: sh4dasm.h,v 1.6 2006-01-01 08:08:40 nkeynes Exp $
1.7 *
1.8 * SH4 CPU definition and disassembly function declarations
1.9 *
1.10 @@ -28,7 +28,7 @@
1.11 #include <stdio.h>
1.12
1.13 uint32_t sh4_disasm_instruction( uint32_t pc, char *buf, int len, char * );
1.14 -void sh4_disasm_region( FILE *f, int from, int to, int load_addr );
1.15 +void sh4_disasm_region( const gchar *filename, int from, int to );
1.16
1.17 extern const struct cpu_desc_struct sh4_cpu_desc;
1.18
.