/[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 33 by dpavlin, Mon Oct 8 16:20:58 2007 UTC revision 34 by dpavlin, Mon Oct 8 16:21:17 2007 UTC
# Line 2  Line 2 
2  #define MISC_H  #define MISC_H
3    
4  /*  /*
5   *  Copyright (C) 2003-2006  Anders Gavare.  All rights reserved.   *  Copyright (C) 2003-2007  Anders Gavare.  All rights reserved.
6   *   *
7   *  Redistribution and use in source and binary forms, with or without   *  Redistribution and use in source and binary forms, with or without
8   *  modification, are permitted provided that the following conditions are met:   *  modification, are permitted provided that the following conditions are met:
# Line 28  Line 28 
28   *  SUCH DAMAGE.   *  SUCH DAMAGE.
29   *   *
30   *   *
31   *  $Id: misc.h,v 1.247 2006/10/08 02:28:40 debug Exp $   *  $Id: misc.h,v 1.249 2006/12/30 13:31:01 debug Exp $
32   *   *
33   *  Misc. definitions for gxemul.   *  Misc. definitions for gxemul.
34   */   */
# Line 171  void dreamcast_machine_setup(struct mach Line 171  void dreamcast_machine_setup(struct mach
171  int dreamcast_emul(struct cpu *cpu);  int dreamcast_emul(struct cpu *cpu);
172    
173    
174    /*  dreamcast_scramble.c:  */
175    void dreamcast_descramble(char *from, char *to);
176    
177    
178  /*  file.c:  */  /*  file.c:  */
179  int file_n_executables_loaded(void);  int file_n_executables_loaded(void);
180  void file_load(struct machine *machine, struct memory *mem,  void file_load(struct machine *machine, struct memory *mem,

Legend:
Removed from v.33  
changed lines
  Added in v.34

  ViewVC Help
Powered by ViewVC 1.1.26