15 lines
230 B
C
15 lines
230 B
C
/*
|
|
File: qd16boot02.smc
|
|
Time: Tue, 20 Oct 2009 22:07:40
|
|
*/
|
|
#ifndef __FIFO_H__
|
|
#define __FIFO_H__
|
|
|
|
#define ROM_ZIP_SIZE 33654
|
|
#define ROM_BUFFER_CNT 2
|
|
|
|
#define ROM_BUFFER_SIZE01 32767
|
|
#define ROM_BUFFER_SIZE02 887
|
|
|
|
#endif
|