# File lib/host_systems/Atari800.rb, line 13
def self.to_ascii(b)
  if b==0x9b then
    "\n"
  else
    b.chr
  end

end