# File lib/native_file_types/apple2/AppleHiResPic.rb, line 73
def load_address
  if file_system_image.file_system==AppleDos then
    return contents[0]+contents[1]*256
  else
    return 0x2000
  end
end