diff options
author | Ian C <ianc@noddybox.co.uk> | 2021-07-05 19:29:54 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2021-07-05 19:29:54 +0000 |
commit | 0bc192bffbf28ba5733ae955916e5ebc72f3641f (patch) | |
tree | cb68ae6e3785b2f712e3c639f687580fe75f5806 /include/config.h | |
parent | 25a57883291bc89210edbd3670e5548a0b838913 (diff) |
Initial working version. Still todo : Tapes, Sound
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h index a6734f7..b57c3ef 100644 --- a/include/config.h +++ b/include/config.h @@ -28,7 +28,6 @@ typedef enum { DSSPEC_STICKY_SHIFT, - DSSPEC_ALLOW_TAPE_SAVE, DSSPEC_LOAD_DEFAULT_SNAPSHOT, DSSPEC_NUM_CONFIG_ITEMS } DSSPEC_ConfigItem; |