diff options
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -12,18 +12,18 @@ Invoke the emulator via the 'luma' command. CONFIGURATION -The emulator tries to read the configuration file at '${HOME}/.luma.ini'. If +The emulator tries to read the configuration file at '${HOME}/.luma.toml'. If this file is found, the following fields are read (if present): luma: - - version: (Uint) The version of the configuration file (0) + - version: (Integer) The version of the configuration file (0) device: - - bootloader: (String) The path to the bootloader file (home-relative) - - image: (String) The path to the image file (home-relative) + - bootloader: (String) The path to the bootloader file (home-relative) + - image: (String) The path to the image file (home-relative) video: - - scale: (Uint) The scale modifier applied to the screen (min 1; max (2^32-1)) + - scale: (Integer) The scale modifier applied to the screen (min 1; max (2^32-1)) These settings are overwritten by terminal parameters (see USAGE). |