2009-08-03 21:44:23 +02:00

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