13 lines
196 B
C
13 lines
196 B
C
/*
|
|
File: qd16boot02.smc
|
|
Time: Fri, 16 Oct 2009 07:51:04
|
|
*/
|
|
#ifndef __FIFO_H__
|
|
#define __FIFO_H__
|
|
|
|
#define ROM_BUFFER_SIZE 58046
|
|
#define ROM_HUFFMAN_SIZE 0
|
|
#define ROM_RLE_SIZE 58046
|
|
|
|
#endif
|