forgot the 96k option

FossilOrigin-Name: c45554e83e8f2dac18484b6cf5ca21c131cf369f01e373d14a89b9fe08b4bbcb
This commit is contained in:
crc 2019-03-26 14:28:30 +00:00
parent 125d76e059
commit 3d9cb12f5f

View file

@ -75,6 +75,16 @@
#else #else
#endif #endif
#ifdef MEM96K
#undef IMAGE_SIZE
#undef STACK_DEPTH
#undef ADDRESSES
#define IMAGE_SIZE 18000
#define STACK_DEPTH 128
#define ADDRESSES 256
#else
#endif
extern CELL sp, rp, ip; extern CELL sp, rp, ip;
extern CELL data[STACK_DEPTH]; extern CELL data[STACK_DEPTH];