17 lines
304 B
C
17 lines
304 B
C
/*
|
|
File: qd16boot02.smc
|
|
Time: Sat, 16 Jul 2016 17:06:14
|
|
*/
|
|
#ifndef __FIFO_H__
|
|
#define __FIFO_H__
|
|
|
|
#define LOADER_NAME "qd16boot02.smc"
|
|
#define LOADER_COMPRESS "FASTLZ"
|
|
#define ROM_FASTLZ_SIZE 48271
|
|
#define ROM_BUFFER_CNT 2
|
|
|
|
#define ROM_BUFFER_SIZE01 32767
|
|
#define ROM_BUFFER_SIZE02 15504
|
|
|
|
#endif
|