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