Contiguous WRAM

This commit is contained in:
scnorton
2017-02-06 16:11:17 -05:00
parent 5ee058f217
commit 6d1c60b0a6
3 changed files with 28 additions and 13 deletions

View File

@@ -10,6 +10,7 @@
extern SLONG options;
#define OPT_SMALL 0x01
#define OPT_SMART_C_LINK 0x02
#define OPT_CONTWRAM 0x04
enum eRpnData {
RPN_ADD = 0,