12 lines
155 B
C
12 lines
155 B
C
|
|
#ifndef __FIFO_H__
|
|
#define __FIFO_H__
|
|
|
|
#define ROM_BUFFER_SIZE 31091
|
|
#define ROM_HUFFMAN_SIZE 0
|
|
#define ROM_RLE_SIZE 31091
|
|
|
|
void irq_init();
|
|
|
|
#endif
|