diff options
author | Ian C <ianc@noddybox.co.uk> | 2008-12-12 00:19:08 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2008-12-12 00:19:08 +0000 |
commit | 3cf17ecef2ac48e92910ac971fec9ea5b3eeb1d3 (patch) | |
tree | b22b3ac08fa108630f85f8a3c8f330366272a4ed /include/config.h | |
parent | 9ebec735c488e2f7ac29933fb51b4e6e65c7b93f (diff) |
Implemented snapshots and SAVE.
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 9946356..8dc05e8 100644 --- a/include/config.h +++ b/include/config.h @@ -31,6 +31,7 @@ typedef enum DS81_STICKY_SHIFT, DS81_AVERAGE_TOUCHSCREEN, DS81_STATIC_RAM_AT_0x2000, + DS81_ALLOW_TAPE_SAVE, DS81_LOAD_DEFAULT_SNAPSHOT, DS81_NUM_CONFIG_ITEMS } DS81_ConfigItem; |