David Voswinkel e1567d81da rename types
2009-08-06 09:01:42 +02:00

10 lines
137 B
C

#ifndef __FIFO_H__
#define __FIFO_H__
#define ROM_BUFFER_SIZE 31091
#define ROM_HUFFMAN_SIZE 0
#define ROM_RLE_SIZE 31091
#endif