10 lines
141 B
C
10 lines
141 B
C
|
|
#ifndef __FIFO_H__
|
|
#define __FIFO_H__
|
|
|
|
#define ROM_BUFFER_SIZE 27288
|
|
#define ROM_HUFFMAN_SIZE 27288
|
|
#define ROM_RLE_SIZE 30344
|
|
|
|
#endif
|