16 lines
273 B
C
16 lines
273 B
C
/*
|
|
File: qd16boot_ver01.smc
|
|
Time: Sat, 20 Aug 2016 18:12:14
|
|
*/
|
|
#ifndef __FIFO_H__
|
|
#define __FIFO_H__
|
|
|
|
#define LOADER_NAME "qd16boot_ver01.smc"
|
|
#define LOADER_COMPRESS "RLE"
|
|
#define ROM_RLE_SIZE 31091
|
|
#define ROM_BUFFER_CNT 1
|
|
|
|
#define ROM_BUFFER_SIZE01 31091
|
|
|
|
#endif
|