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.7 by cebix, 1999-10-22T15:08:09Z vs.
Revision 1.8 by cebix, 1999-10-25T08:07:45Z

# Line 42 | Line 42
42   #include "extfs.h"
43   #include "emul_op.h"
44  
45 + #if ENABLE_MON
46 + #include "mon.h"
47 + #endif
48 +
49   #define DEBUG 0
50   #include "debug.h"
51  
# Line 64 | Line 68 | void EmulOp(uint16 opcode, M68kRegisters
68                                     r->d[0], r->d[1], r->d[2], r->d[3], r->d[4], r->d[5], r->d[6], r->d[7],
69                                     r->a[0], r->a[1], r->a[2], r->a[3], r->a[4], r->a[5], r->a[6], r->a[7],
70                                     r->sr);
71 + #if ENABLE_MON
72 +                        char *arg[2];
73 +                        arg[0] = "rmon";
74 +                        arg[1] = NULL;
75 +                        mon(1, arg);
76 + #endif
77                          QuitEmulator();
78                          break;
79                  }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines