loader.h 196 B

123456789101112
  1. /*
  2. File: qd16boot02.smc
  3. Time: Fri, 16 Oct 2009 07:51:04
  4. */
  5. #ifndef __FIFO_H__
  6. #define __FIFO_H__
  7. #define ROM_BUFFER_SIZE 58046
  8. #define ROM_HUFFMAN_SIZE 0
  9. #define ROM_RLE_SIZE 58046
  10. #endif