loader.h 230 B

1234567891011121314
  1. /*
  2. File: qd16boot02.smc
  3. Time: Tue, 20 Oct 2009 21:41:01
  4. */
  5. #ifndef __FIFO_H__
  6. #define __FIFO_H__
  7. #define ROM_ZIP_SIZE 33654
  8. #define ROM_BUFFER_CNT 2
  9. #define ROM_BUFFER_SIZE01 32767
  10. #define ROM_BUFFER_SIZE02 887
  11. #endif