# File lib/native_file_types/c64/C64PrgText.rb, line 15
  def to_text
    C64.s_to_ascii(data_without_header)
  end