You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
286B

  1. #define VID_PALETTE_NUMCOLORS 256
  2. enum BethsoftVidBlockType
  3. {
  4. PALETTE_BLOCK = 0x02,
  5. FIRST_AUDIO_BLOCK = 0x7c, AUDIO_BLOCK = 0x7d,
  6. VIDEO_FULL_FRAME_BLOCK = 0x03, VIDEO_DIFFERENCE_FRAME_BLOCK = 0x01, VIDEO_YOFFSET_DIFFERENCE_FRAME_BLOCK = 0x04,
  7. FINISHED_BLOCK = 0x14,
  8. };