# File lib/host_systems/Apple2.rb, line 18
def self.to_ascii(byte)
  (byte%128).chr
end