ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/emul_op.cpp
(Generate patch)

Comparing BasiliskII/src/emul_op.cpp (file contents):
Revision 1.36 by gbeauche, 2008-01-01T09:40:31Z vs.
Revision 1.37 by cebix, 2010-02-21T12:00:01Z

# Line 1 | Line 1
1   /*
2   *  emul_op.cpp - 68k opcodes for ROM patches
3   *
4 < *  Basilisk II (C) 1997-2008 Christian Bauer
4 > *  Basilisk II (C) Christian Bauer
5   *
6   *  This program is free software; you can redistribute it and/or modify
7   *  it under the terms of the GNU General Public License as published by
# Line 70 | Line 70 | void EmulOp(uint16 opcode, M68kRegisters
70                                     r->sr);
71                          VideoQuitFullScreen();
72   #ifdef ENABLE_MON
73 <                        char *arg[4] = {"mon", "-m", "-r", NULL};
73 >                        const char *arg[4] = {"mon", "-m", "-r", NULL};
74                          mon(3, arg);
75   #endif
76                          QuitEmulator();
# Line 575 | Line 575 | void EmulOp(uint16 opcode, M68kRegisters
575                                     r->a[0], r->a[1], r->a[2], r->a[3], r->a[4], r->a[5], r->a[6], r->a[7],
576                                     r->sr);
577   #ifdef ENABLE_MON
578 <                        char *arg[4] = {"mon", "-m", "-r", NULL};
578 >                        const char *arg[4] = {"mon", "-m", "-r", NULL};
579                          mon(3, arg);
580   #endif
581                          QuitEmulator();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines