loader.h 226 B

1234567891011121314
  1. /*
  2. File: qd16boot01.smc
  3. Time: Fri, 30 Oct 2009 16:49:11
  4. */
  5. #ifndef __FIFO_H__
  6. #define __FIFO_H__
  7. #define ROM_HUFFMAN_SIZE 0
  8. #define ROM_RLE_SIZE 31091
  9. #define ROM_BUFFER_CNT 1
  10. #define ROM_BUFFER_SIZE01 31091
  11. #endif