diff options
| -rw-r--r-- | example_config | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/example_config b/example_config index d58a9d6..fa8736c 100644 --- a/example_config +++ b/example_config @@ -10,7 +10,9 @@ tapedir /path/to/tap_files # 1 for fullscreen, 0 for windowed. Defaults to windowed fullscreen 0 -# The number of frames per second. 50 is the default. +# The number of frames per second. 50 is the default. Note a PAL emulation +# is done, so setting this to 60 won't suddenly make the Spectrum NTSC. It'll +# just make the PAL Spectrum run quicker. frames 50 # An integer scale ratio. Defaults to 1. |
