;OS= specifies the file to use as the OS ROM. OS=os12.rom ;ROM=: add paged rom. Stick filename after '=' (blank for empty slot) ;The first ROM= found will be put in slot 15. Then 14. Then 13 (etc) ;'R:' first to make that socket writeable ROM=dffs.bin ROM=basic2.rom ;AccurateRefreshFrequency=: frequency of accuracy updates. AccurateRefreshFrequency=25 ;StartupMode=: mode to start up in StartupMode=7 ;ShiftBreakAction=: Shift+Break action ; 0=shift+break is auto-boot ; 1=shift+break is normal boot ShiftBreakAction=0 ;FastROMPaging: turns fast paging of blank ROMs on or off ;When on, if a blank ROM is paged in only the first 256 bytes of the ROM area ;will be set to zero (fast) since this is enough to convince the OS that there ;is nothing in the slot. ;If this causes problems (unlikely!) then set it to off. FastROMPaging=1 ;MountImage=: add image ;0: 640x400 (best compromise) ;1: 640x480 (Super-CinemaScope-View) ;2: 800x600 (recommended but slow) ;3: 640x350 (not guaranteed to work) VideoMode=2 ;Sound: sound mode. 0=none, 1=Adlib. Adlib address taken from BLASTER ;variable at the moment. sound=1 ScreenUpdateFrequency=1