;AutoVIDC module source - * command help strings
;-----------------------------------------------
;
;VIDC Enhancer software control
;For software controlled VIDC Enhancers
;
;Author: Andreas Barth (1995)
;Author: Paul Vernon (Retro-Kit) (2012-2013)
;Author: Jon Abbott (JASPP) (2026)
;   www: http://www.retro-kit.co.uk

.helpmap
	DCB	27, 0, " shows the map of the current settings for each mode.", 13
	DCB	" The Format is 'Map: |<Modenumber|>+ |<Modenumber|>- ...' for all 128 Modes.", 13
	DCB	" The + and - shows whether the mode is enhanced or not.", 13
	DCB	" NOTE: The VGA map is read only.", 0

.helpIgnore
	DCB	27, 0, " |<Modenumber|>|<+||-|> [...] changes the settings for one or "
	DCB	"more modes to '+'=Ignore or '-'=Do not Ignore.", 13, 0

.helpIgnoreMap
	DCB	27, 0, " shows the map of the current settings for each mode to be ignored.", 13, 0

.helpSet
	DCB	27, 0, " |<Modenumber|>|<+||-|> [...] changes the setting for one or "
	DCB	"more modes to '+'=ON or '-'=OFF.", 13
	DCB	" NOTE: The VGA map is read only.", 0

.helpDisable
	DCB	27, 0, " turns the VIDC Enhancer off", 0

.helpEnable
	DCB	27, 0, " turns the VIDC Enhancer on.", 0

.helpDisableOC
	DCB	27, 0, " turns off the VIDC over-clocking facilities.", 0

.helpEnableOC
	DCB	27, 0, " turns on the VIDC over-clocking facilities.", 0

.helpSetOCkHz
	DCB	27, 0, " sets the speed of the over-clocking oscillator in kHz.", 0

.helpEnableROcontrol
	DCB	27, 0, " turns on RISC OS controlled clock selection of a VIDC Enhancer.", 0

.helpDisableROcontrol
	DCB	27, 0, " turns off RISC OS controlled clock selection of a VIDC Enhancer.", 0

.helpAutoVIDCStatus
	DCB	27, 0, " returns information about the Monitor, Mode and VIDC Enhancer.", 0

.helpTogglePost
	DCB	"The VIDC POST check can be toggled on or off as some VIDC Enhancers trigger a POST fail at power on.", 0

.helpAutoVIDCMode
	DCB	"Changes the screen mode", 0

.syntaxSet
	DCB	27, 1, " |<Modenumber|>|<+||-|> [...]", 0

.syntaxSetOCkHz
	DCB	27, 1, " |<speed in kHz|>", 0

.syntaxAutoVIDCMode
	DCB	27, 1, " [|<mode|>]", 0
