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.32 by gbeauche, 2004-04-18T23:03:53Z

# Line 985 | Line 985 | static void NativeOp(int selector)
985          case NATIVE_ETHER_RSRV:
986                  GPR(3) = ether_rsrv((queue_t *)GPR(3));
987                  break;
988 +        case NATIVE_SYNC_HOOK:
989 +                GPR(3) = NQD_sync_hook(GPR(3));
990 +                break;
991 +        case NATIVE_BITBLT_HOOK:
992 +                GPR(3) = NQD_bitblt_hook(GPR(3));
993 +                break;
994 +        case NATIVE_BITBLT:
995 +                NQD_bitblt(GPR(3));
996 +                break;
997 + #if 0
998 +        case NATIVE_FILLRECT_HOOK:
999 +                GPR(3) = NQD_fillrect_hook(GPR(3));
1000 +                break;
1001 +        case NATIVE_INVRECT:
1002 +                NQD_invrect(GPR(3));
1003 +                break;
1004 +        case NATIVE_FILLRECT_8:
1005 +                NQD_fillrect8(GPR(3));
1006 +                break;
1007 +        case NATIVE_FILLRECT_32:
1008 +                NQD_fillrect32(GPR(3));
1009 +                break;
1010 + #endif
1011   #else
1012          case NATIVE_ETHER_INIT:
1013                  // FIXME: needs more complicated thunks

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines