17 lines
296 B
C
17 lines
296 B
C
/*
|
|
File: qd16boot02.smc
|
|
Time: Wed, 18 May 2016 15:44:45
|
|
*/
|
|
#ifndef __FIFO_H__
|
|
#define __FIFO_H__
|
|
|
|
#define LOADER_NAME "qd16boot02.smc"
|
|
#define LOADER_COMPRESS "ZIP"
|
|
#define ROM_ZIP_SIZE 33654
|
|
#define ROM_BUFFER_CNT 2
|
|
|
|
#define ROM_BUFFER_SIZE01 32767
|
|
#define ROM_BUFFER_SIZE02 887
|
|
|
|
#endif
|