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.32 by gbeauche, 2004-04-18T23:03:53Z vs.
Revision 1.34 by gbeauche, 2004-04-22T21:45:18Z

# 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 + #else
989 +        case NATIVE_ETHER_INIT:
990 +                // FIXME: needs more complicated thunks
991 +                GPR(3) = false;
992 +                break;
993 + #endif
994          case NATIVE_SYNC_HOOK:
995                  GPR(3) = NQD_sync_hook(GPR(3));
996                  break;
# Line 994 | Line 1000 | static void NativeOp(int selector)
1000          case NATIVE_BITBLT:
1001                  NQD_bitblt(GPR(3));
1002                  break;
997 #if 0
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_8:
1010 <                NQD_fillrect8(GPR(3));
1006 <                break;
1007 <        case NATIVE_FILLRECT_32:
1008 <                NQD_fillrect32(GPR(3));
1009 >        case NATIVE_FILLRECT:
1010 >                NQD_fillrect(GPR(3));
1011                  break;
1010 #endif
1011 #else
1012        case NATIVE_ETHER_INIT:
1013                // FIXME: needs more complicated thunks
1014                GPR(3) = false;
1015                break;
1016 #endif
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