#
# lg1_diagcmds - diagnostic functions specific to LIGHT graphics
#
# First column is the name
# Second column is the type:
#   STR for string
#   CMD for command
#   INT for integer constant
# Third column is value:
#   CMD value is the name of the function to call
#   STR value is the quoted string
#   INT value is the integer
# 
# Columns must be separated by exactly one TAB!
lg1_setboard	CMD	lg1_setboard	Set the current graphics board (usage: lg1_setboard 0|1)
lg1_rexregs	CMD	test_rex	REX register r/w test
lg1_vram	CMD	test_vram	Test VRAM
lg1_cid	CMD	test_dram	Test CID DRAM
lg1_vc1regs	CMD	test_vc1	VC1 register r/w test
lg1_sram	CMD	lg1_test_sram	VC1 SRAM test
lg1_dac	CMD	btdactest	Test dac
lg1_video	CMD	lg1_video	Starter Video board diagnostics
lg1_probe	CMD	Lg1ProbeAll	Probe for LG1 graphics
