z80 0.3.1
Install from the command line:
Learn more about RubyGems packages
$ gem install z80 --version "0.3.1"
Install via Gemfile:
source "https://rubygems.pkg.github.com/redcode" do
gem "z80", "0.3.1"
end
About this version
Z80-Ruby is a Ruby binding for the Zilog Z80 CPU emulator (https://github.com/redcode/Z80). It is ideal for analysis, hacking, testing and debugging. All from the comfort of Ruby.