15 lines
226 B
C
15 lines
226 B
C
/*
|
|
File: qd16boot01.smc
|
|
Time: Sat, 17 Oct 2009 16:53:02
|
|
*/
|
|
#ifndef __FIFO_H__
|
|
#define __FIFO_H__
|
|
|
|
#define ROM_HUFFMAN_SIZE 0
|
|
#define ROM_RLE_SIZE 31091
|
|
#define ROM_BUFFER_CNT 1
|
|
|
|
#define ROM_BUFFER_SIZE01 31091
|
|
|
|
#endif
|