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.24 by gbeauche, 2001-02-10T11:37:42Z vs.
Revision 1.25 by cebix, 2001-07-03T15:59:45Z

# Line 68 | 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 +                        VideoQuitFullScreen();
72   #ifdef ENABLE_MON
73                          char *arg[4] = {"mon", "-m", "-r", NULL};
74                          mon(3, arg);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines