/[gxemul]/trunk/src/machines/machine_psp.c
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/machines/machine_psp.c

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

revision 25 by dpavlin, Mon Oct 8 16:19:37 2007 UTC revision 26 by dpavlin, Mon Oct 8 16:20:10 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *     *  
27   *   *
28   *  $Id: machine_psp.c,v 1.1 2006/01/10 20:30:05 debug Exp $   *  $Id: machine_psp.c,v 1.2 2006/06/24 10:19:19 debug Exp $
29   */   */
30    
31  #include <stdio.h>  #include <stdio.h>
# Line 103  MACHINE_DEFAULT_RAM(psp) Line 103  MACHINE_DEFAULT_RAM(psp)
103    
104  MACHINE_REGISTER(psp)  MACHINE_REGISTER(psp)
105  {  {
106          MR_DEFAULT(psp, "Playstation Portable", ARCH_MIPS, MACHINE_PSP, 1, 0);          MR_DEFAULT(psp, "Playstation Portable", ARCH_MIPS, MACHINE_PSP);
107          me->aliases[0] = "psp";  
108            machine_entry_add_alias(me, "psp");
109    
110          me->set_default_ram = machine_default_ram_psp;          me->set_default_ram = machine_default_ram_psp;
         machine_entry_add(me, ARCH_MIPS);  
111  }  }
112    

Legend:
Removed from v.25  
changed lines
  Added in v.26

  ViewVC Help
Powered by ViewVC 1.1.26