#
# mgras_diagcmds - diagnostic functions specific to MARDIGRAS 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!
ide_getenv	CMD	ide_getenv
mg_reset	CMD	mgras_Reset
mg_hqfifoinit	CMD	mgras_hq_fifo_init
mg_gfxinfo	CMD	mgras_gfx_info
mg_setboard	CMD	mgras_setboard
mg_probe	CMD	mg_probe
mg_probe_all	CMD	mgras_probe_all_widgets
mg_test_suite	CMD	mgras_get_test_suite
mg_issolid	CMD	mgras_is_solid
mg_pon_puts	CMD	mg_pon_puts
mg_gfxreset	CMD	gfxreset
mg_gfxconsole	CMD	console_is_gfx
mg_set_0ge	CMD	_mg_set_ZeroGE
mg_sync_repp	CMD	mg_sync_repp
mg_sync_pprdram	CMD	mg_sync_pprdram
mg_xmapinit	CMD	_pp1_xmap_init
mg_rdram_ccsearch	CMD	mg_rdram_ccsearch
mg_initppregs	CMD	mg_initppregs
mg_pokexmap	CMD	mgras_PokeXMAP
mg_dac_pats	CMD	mg_dac_pats
resetcons	CMD	resetcons	Reset graphics console
buffon	CMD	buffon	Turn on message buffering
buffoff	CMD	buffoff	Turn off message buffering
fpusetup	CMD	fpusetup
mg0_clear_color	CMD	mg0_clear_color
mg0_tri	CMD	mg0_tri
mg0_point	CMD	mg0_point
mg0_line	CMD	mg0_line
mg0_bars	CMD	mg0_bars
mg0_rect	CMD	mg0_rect

