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

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

revision 29 by dpavlin, Mon Oct 8 16:19:56 2007 UTC revision 30 by dpavlin, Mon Oct 8 16:20:40 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *   *
27   *   *
28   *  $Id: ps2_bios.c,v 1.3 2006/03/30 19:36:05 debug Exp $   *  $Id: ps2_bios.c,v 1.4 2006/07/26 23:21:48 debug Exp $
29   *   *
30   *  Playstation 2 SIFBIOS emulation.   *  Playstation 2 SIFBIOS emulation.
31   */   */
# Line 64  int playstation2_sifbios_emul(struct cpu Line 64  int playstation2_sifbios_emul(struct cpu
64                  debug("[ SIFBIOS halt(0x%"PRIx64") ]\n",                  debug("[ SIFBIOS halt(0x%"PRIx64") ]\n",
65                      (uint64_t) cpu->cd.mips.gpr[MIPS_GPR_A1]);                      (uint64_t) cpu->cd.mips.gpr[MIPS_GPR_A1]);
66                  cpu->running = 0;                  cpu->running = 0;
                 cpu->dead = 1;  
67                  break;                  break;
68          case 2:                 /*  setdve(int mode)  */          case 2:                 /*  setdve(int mode)  */
69                  debug("[ SIFBIOS setdve(0x%"PRIx64") ]\n",                  debug("[ SIFBIOS setdve(0x%"PRIx64") ]\n",
# Line 231  int playstation2_sifbios_emul(struct cpu Line 230  int playstation2_sifbios_emul(struct cpu
230                  fatal("Playstation 2 SIFBIOS emulation: "                  fatal("Playstation 2 SIFBIOS emulation: "
231                      "unimplemented call nr 0x%x\n", callnr);                      "unimplemented call nr 0x%x\n", callnr);
232                  cpu->running = 0;                  cpu->running = 0;
                 cpu->dead = 1;  
233          }          }
234    
235          return 1;          return 1;

Legend:
Removed from v.29  
changed lines
  Added in v.30

  ViewVC Help
Powered by ViewVC 1.1.26