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.33 by gbeauche, 2004-04-22T20:57:31Z

# Line 994 | Line 994 | static void NativeOp(int selector)
994          case NATIVE_BITBLT:
995                  NQD_bitblt(GPR(3));
996                  break;
997 #if 0
997          case NATIVE_FILLRECT_HOOK:
998                  GPR(3) = NQD_fillrect_hook(GPR(3));
999                  break;
1000          case NATIVE_INVRECT:
1001                  NQD_invrect(GPR(3));
1002                  break;
1003 <        case NATIVE_FILLRECT_8:
1004 <                NQD_fillrect8(GPR(3));
1003 >        case NATIVE_FILLRECT:
1004 >                NQD_fillrect(GPR(3));
1005                  break;
1007        case NATIVE_FILLRECT_32:
1008                NQD_fillrect32(GPR(3));
1009                break;
1010 #endif
1006   #else
1007          case NATIVE_ETHER_INIT:
1008                  // FIXME: needs more complicated thunks

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines