# File lib/DOSFile.rb, line 93 def can_be_picture? start_address=(@contents[0]+@contents[1]*256) HGR.can_be_hgr_screen?(contents_without_header,start_address) end