8 lines
71 B
C
8 lines
71 B
C
|
|
#ifndef __FIFO_H__
|
|
#define __FIFO_H__
|
|
|
|
#define ROM_SIZE 30180
|
|
|
|
#endif
|