menu
  home
  contact
  guestbook

downloads/misc
  demos/intros
  wolfenstein 3d
  miscellaneous
  bundeswehr

docs
  unrolling loops
  c2p part I (st)
  c2p part II (st)
  avoiding c2p (st)
  interlacing (st)
  fat mapping
  3d pipeline
  portal rendering
  8bpp color mixing
  fixedpoint math
  blitter (mst/ste)
  sample replay (st)
  blitter gouraud (falc)
  blitter fading (falc)
  arbitrary mapping
  frustrum clipping etc.

sourcecode
  mc68000 math lib
  32 bytes sin-gen
  24 bit tga-viewer
  blitter example
  lz77 packer
  lz78 packer
  protracker replayer
blitter timings
 
all these values are measured in nops per word. please notice that the blitter is assumed to be set to hog mode so values may increase slightly working in shared mode.

  HOP
LOP 0x00 0x01 0x02 0x03
0x00 1 1 1 1
0x01 2 2 3 3
0x02 2 2 3 3
0x03 1 1 2 2
0x04 2 2 3 3
0x05 2 2 2 2
0x06 2 2 3 3
0x07 2 2 3 3
0x08 2 2 3 3
0x09 2 2 3 3
0x0a 2 2 2 2
0x0b 2 2 3 3
0x0c 1 1 2 2
0x0d 2 2 3 3
0x0e 2 2 3 3
0x0f 1 1 1 1



- 2005 ray//.tscc. -