# This file tells stdio glue code to fast fail, fast stat certain files
# that are accessed at boot time in order to speed up the boot process.
# If this file is missing, the default internal list will be used which
# matches the checked in version.
#
# Note: Any unqualified filename will fake success or fail for the file
# regardless of the directory it resides in. Machine kernal and character
# roms you know are present can have a 'stat' entry here. Any files you want
# to fail regardless of where they reside can have a 'fail' entry. If you
# want to store your drive rom files in DRIVES, you can add fail entries
# for /PLUS4/filename to speed up boot slightly since VICE looks for those
# files first in the machine specific dir.  But this is not necessary.
stat,kernal,16384
stat,kernal.005,16384
stat,kernal.232,16384
stat,kernal.364,16384
stat,basic,16384
stat,3plus1hi,16384
stat,3plus1lo,16384
stat,c2lo.364,16384
fail,mps803,0
fail,mps803.vpl,0
fail,nl10-cbm,0
fail,1520.vpl,0
fail,dos1540,0
fail,dos1570,0
fail,dos2000,0
fail,dos4000,0
fail,dos2031,0
fail,dos2040,0
fail,dos3040,0
fail,dos4040,0
fail,dos1001,0
