/[gxemul]/trunk/src/include/misc.h
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/src/include/misc.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 35 by dpavlin, Mon Oct 8 16:21:17 2007 UTC revision 36 by dpavlin, Mon Oct 8 16:21:34 2007 UTC
# Line 28  Line 28 
28   *  SUCH DAMAGE.   *  SUCH DAMAGE.
29   *   *
30   *   *
31   *  $Id: misc.h,v 1.249 2006/12/30 13:31:01 debug Exp $   *  $Id: misc.h,v 1.251 2007/03/16 14:45:30 debug Exp $
32   *   *
33   *  Misc. definitions for gxemul.   *  Misc. definitions for gxemul.
34   */   */
# Line 162  struct memory; Line 162  struct memory;
162  #define DEBUG_INDENTATION       4  #define DEBUG_INDENTATION       4
163    
164    
165    /*  bootblock.c:  */
166    int load_bootblock(struct machine *m, struct cpu *cpu,
167            int *n_loadp, char ***load_namesp);
168    
169    
170    /*  bootblock_apple.c:  */
171    int apple_load_bootblock(struct machine *m, struct cpu *cpu,
172            int disk_id, int disk_type, int *n_loadp, char ***load_namesp);
173    
174    
175    /*  bootblock_iso9660.c:  */
176    int iso_load_bootblock(struct machine *m, struct cpu *cpu,
177            int disk_id, int disk_type, int iso_type, unsigned char *buf,
178            int *n_loadp, char ***load_namesp);
179    
180    
181  /*  dec_prom.c:  */  /*  dec_prom.c:  */
182  int decstation_prom_emul(struct cpu *cpu);  int decstation_prom_emul(struct cpu *cpu);
183    
# Line 207  int pc_bios_emul(struct cpu *cpu); Line 223  int pc_bios_emul(struct cpu *cpu);
223  int playstation2_sifbios_emul(struct cpu *cpu);  int playstation2_sifbios_emul(struct cpu *cpu);
224    
225    
226    /*  sh_ipl_g.c:  */
227    void sh_ipl_g_emul_init(struct machine *machine);
228    int sh_ipl_g_emul(struct cpu *);
229    
230    
231  /*  useremul.c:  */  /*  useremul.c:  */
232  void useremul_setup(struct cpu *, int, char **);  void useremul_setup(struct cpu *, int, char **);
233  void useremul_syscall(struct cpu *cpu, uint32_t code);  void useremul_syscall(struct cpu *cpu, uint32_t code);

Legend:
Removed from v.35  
changed lines
  Added in v.36

  ViewVC Help
Powered by ViewVC 1.1.26