mirror of https://github.com/nmlgc/ReC98.git
5 lines
183 B
C
5 lines
183 B
C
|
// Various memory sizes of external TH02 files.
|
||
|
#define MEM_ASSIGN_PARAS_OP (256000 >> 4)
|
||
|
#define MEM_ASSIGN_PARAS_MAIN (288000 >> 4)
|
||
|
#define MEM_ASSIGN_PARAS_MAINE (288000 >> 4)
|