READ ONLY CONTROL PANEL An all assembly desk accessory by Larry D. Duke I know it's been done before, but I didn't do it. I wanted to learn about the GEM call SHEL_GET, so I wrote this program. It appears to work well, and takes the place of the 20080 byte control panel from ATARI. The reason the CONTROL PANEL accessory has been in by boot is to set the colors, get rid of the key click, and set the printer and RS232 to my own parameters. I rarely reset anything, only keeping the control panel around to read and set these parameters. This short accessory does just that. It reads a portion of the DESKTOP.INF ALREADY STORED IN YOUR COMPUTER. It does not read in anything but your own default parameters previously stored within your desktop setup. It sets the RS232, Printer, Color Selections, Key-click, Bell, Double click speed, and Blitter. It DOES NOT set the key repeat delay or rate, but a later version will. BLITTER USERS PLEASE NOTE: This program sets the blitter chip to the default value you have stored. The DESKTOP menu will show this, but if you change the blitter on/off toggle from the DESKTOP and then call the ROCP to reset it, the menu selection WILL NOT show the blitter change. It's been changed, but the menu doesn't show it. The source code is included. Written with HI-SOFT's DEV PAC 2, it's well commented and should be easy to follow. Special thanks to Charles F. Johnson, whose DESK-SWITCH program in ST-LOG (I think) answered a few questions and gave inspiration for this project.