Search
lxdream.org :: lxdream/src/sh4/sh4dasm.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/sh4dasm.h
changeset 998:1754a8c6a9cf
prev736:a02d1475ccfd
next1065:bc1cc0c54917
author nkeynes
date Mon Jun 08 04:12:21 2009 +0000 (14 years ago)
permissions -rw-r--r--
last change General cleanup of the GD-rom subsystem
- merge gdrom_image_t and gdrom_disc_t
- Abstract MMC devices using a lower-level scsi transport
- OSX: only look at the whole disc device, and ignore partitions
file annotate diff log raw
1.1 --- a/src/sh4/sh4dasm.h Mon Jul 14 07:44:42 2008 +0000
1.2 +++ b/src/sh4/sh4dasm.h Mon Jun 08 04:12:21 2009 +0000
1.3 @@ -30,8 +30,6 @@
1.4 uint32_t sh4_disasm_instruction( uint32_t pc, char *buf, int len, char * );
1.5 void sh4_disasm_region( FILE *f, int from, int to );
1.6
1.7 -extern const struct cpu_desc_struct sh4_cpu_desc;
1.8 -
1.9 #ifdef __cplusplus
1.10 }
1.11 #endif
.