;AutoVIDC module source - String definitions
;-------------------------------------------
;
;VIDC Enhancer software control
;For software controlled VIDC Enhancers
;
;Author: Andreas Barth (1995)
;Author: Paul Vernon (Retro-Kit) (2012-2013)
;   www: http://www.retro-kit.co.uk

; Set up some string definitions...

.VIDC1aSupportOnly
	DCD 0
	DCB "AutoVIDC only supports Acorn Archimedes computers fitted with a VIDC1(a) chip", 0
	ALIGN

.seterror
	DCD 0
	DCB "Bad data in command string", 0
	ALIGN

.setModeError
	DCD 0
	DCB "Mode must be between 0 and 127", 0
	ALIGN

.clockTooHigh
	DCD 0
	DCB "WARNING: A maximum of a 60MHz (60000kHz) oscillator is supported.", 0
	ALIGN

.strVGAReadOnly
	DCB "This map is READ ONLY and only used with (S)VGA monitor types.", 0
	ALIGN

.strWatford
	DCB "WE ", 0
	ALIGN

.strAuxIO
	DCB "Aux I/O ", 0
	ALIGN

.strNativeEnhancer
	DCB "Acorn ", 0
	ALIGN

.strDetected
	DCB " detected", 0
	ALIGN

.strAssumed
	DCB " assumed", 0
	ALIGN
