diff options
author | Ian C <ianc@noddybox.co.uk> | 2007-02-21 01:14:21 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2007-02-21 01:14:21 +0000 |
commit | 98f0ecf59ea5df33f2c73fc311324f32f704c676 (patch) | |
tree | 2ba6df1bf02031f7ba3f844224b29f5216a49090 /include/config.h | |
parent | cefb6882dc4f67c85dc3a54e6e7ba8ad5898463d (diff) |
Added config for RAM at 0x2000. Also interface in ZX81 to notice config changes.
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h index 82c0c4f..e2d96de 100644 --- a/include/config.h +++ b/include/config.h @@ -26,6 +26,7 @@ typedef enum { DS81_STICKY_SHIFT, DS81_AVERAGE_TOUCHSCREEN, + DS81_STATIC_RAM_AT_0x2000, DS81_NUM_CONFIG_ITEMS } DS81_ConfigItem; |