lib/D65.rb in dsktool-0.1.3 vs lib/D65.rb in dsktool-0.1.4

- old
+ new

@@ -89,10 +89,10 @@ :inz,2, :rel,2 } end - require 'YAML' unless defined? YAML + require 'yaml' unless defined? YAML @@annotations=YAML::load(File.open(File.dirname(__FILE__)+"/a2_symbols.yaml")) #map of memory locations and annotations #e.g. {0xFF3A=>"BELL - writes a ^G to stdout"} def D65.annotations