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

Comparing SheepShaver/src/kpx_cpu/sheepshaver_glue.cpp (file contents):
Revision 1.31 by gbeauche, 2004-02-24T14:09:12Z vs.
Revision 1.34 by gbeauche, 2004-04-22T21:45:18Z

# Line 991 | Line 991 | static void NativeOp(int selector)
991                  GPR(3) = false;
992                  break;
993   #endif
994 +        case NATIVE_SYNC_HOOK:
995 +                GPR(3) = NQD_sync_hook(GPR(3));
996 +                break;
997 +        case NATIVE_BITBLT_HOOK:
998 +                GPR(3) = NQD_bitblt_hook(GPR(3));
999 +                break;
1000 +        case NATIVE_BITBLT:
1001 +                NQD_bitblt(GPR(3));
1002 +                break;
1003 +        case NATIVE_FILLRECT_HOOK:
1004 +                GPR(3) = NQD_fillrect_hook(GPR(3));
1005 +                break;
1006 +        case NATIVE_INVRECT:
1007 +                NQD_invrect(GPR(3));
1008 +                break;
1009 +        case NATIVE_FILLRECT:
1010 +                NQD_fillrect(GPR(3));
1011 +                break;
1012          case NATIVE_SERIAL_NOTHING:
1013          case NATIVE_SERIAL_OPEN:
1014          case NATIVE_SERIAL_PRIME_IN:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines